/*
Theme Name: Tourm Child
Theme URI: https://wordpress.themeholy.com/tourm
Template: tourm
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy
Description: Tourm - Travel &amp; Tour Booking Agency Wordpress Theme
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 2.3.0.1765738808
Updated: 2025-12-14 19:00:08

*/

.wte-title-duration {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    min-height: 70px;
    padding: 10px;
}

.wte-title-price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
	text-align: center;
	
}

.wte-title-price-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.7;
    margin-bottom: 4px;
}

.wte-title-price-value {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

/* ===== Event Date Box ===== */
.tt-event-box {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        rgba(236, 220, 44, 0.18),
        rgba(236, 220, 44, 0.08)
    );
    border: 1px solid rgba(236, 220, 44, 0.35);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    max-width: fit-content;
}

/* Icon */
.tt-event-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background-color: #ECDC2C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    color: #101820;
    flex-shrink: 0;
}

/* Text container */
.tt-event-content {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

/* Label */
.tt-event-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #101820;
    opacity: 0.6;
    margin-bottom: 4px;
}

/* Date value */
.tt-event-value {
    font-size: 16px;
    font-weight: 700;
    color: #101820;
}

/* Mobile tweak */
@media (max-width: 768px) {
    .tt-event-box {
        padding: 12px 14px;
        gap: 12px;
    }

    .tt-event-value {
        font-size: 15px;
    }
}


/* HARD RESET native checkbox */
.tt-filter-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* ===== FILTER PANEL ===== */
.tt-filter-panel {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid #eee;
}

.tt-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tt-filter-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.tt-clear-filters {
    font-size: 14px;
    color: var(--theme-color);
    text-decoration: none;
}

/* ===== GROUP ===== */
.tt-filter-group {
    border-top: 1px solid #eee;
    padding-top: 16px;
    margin-top: 16px;
}

.tt-filter-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.tt-toggle-icon {
    width: 12px;
    height: 12px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.tt-filter-group.is-open .tt-toggle-icon {
    transform: rotate(-135deg);
}

/* ===== OPTIONS ===== */
.tt-filter-options {
    margin-top: 14px;
    display: none;
}

.tt-filter-group.is-open .tt-filter-options {
    display: block;
}

/* ===== OPTION ROW ===== */
.tt-filter-option {
    display: grid;
    grid-template-columns: 22px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
    font-size: 15px;
}

.tt-filter-option input {
    display: none;
}

/* Custom checkbox */
.tt-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #5bbce7;
    border-radius: 6px;
    position: relative;
}

.tt-filter-option input:checked + .tt-checkbox {
    background: #5bbce7;
    border-color: #5bbce7;
}

.tt-filter-option input:checked + .tt-checkbox::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: #fff;
    border-radius: 3px;
}

/* Text */
.tt-filter-label {
    font-weight: 500;
}

.tt-filter-count {
    font-size: 14px;
    opacity: 0.6;
}

/* Submit */
.tt-filter-submit {
    margin-top: 24px;
    width: 100%;
}


/* ===== Event Date Selection (Refined UI) ===== */

.tt-event-selector {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;               /* space between cards */
    margin: 32px 0;
}

.tt-event-card {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

/* Card body */
.tt-event-card-body {
    padding: 16px 22px;
    border-radius: 12px;
    background: #ffffff;     /* white background */
    border: 1px solid #e5e5e5; /* light grey border */
    transition: all 0.25s ease;
    text-align: center;
    min-width: 200px;
}

/* Hover */
.tt-event-card:hover .tt-event-card-body {
    border-color: var(--theme-color);
}

/* Active */
.tt-event-card.is-active .tt-event-card-body {
    border-color: var(--theme-color);
    background: rgba(236, 220, 44, 0.08);
}

/* Text */
.tt-event-date-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
}

.tt-event-date-price {
    font-size: 14px;
    opacity: 0.75;
}

/* ===== Search bar ===== */
.tt-searchbar {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,.15);
}

/* Trigger */
.tt-search-trigger {
    background: none;
    border: none;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Caret */
.tt-caret {
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
}

/* Dropdown container */
.tt-search-dropdown {
    position: relative;
}

/* Floating panel */
.tt-search-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 260px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.2);
    padding: 16px;
    display: none;
    z-index: 100;
}

/* Show */
.tt-search-dropdown.is-open .tt-search-panel {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Submit */
.tt-search-submit {
    background: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    border: none;
    cursor: pointer;
}



/* HARD RESET native checkbox */
.tt-filter-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* ===== FILTER PANEL ===== */
.tt-filter-panel {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid #eee;
}

.tt-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tt-filter-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.tt-clear-filters {
    font-size: 14px;
    color: var(--theme-color);
    text-decoration: none;
}

/* ===== GROUP ===== */
.tt-filter-group {
    border-top: 1px solid #eee;
    padding-top: 16px;
    margin-top: 16px;
}

.tt-filter-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.tt-toggle-icon {
    width: 12px;
    height: 12px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.tt-filter-group.is-open .tt-toggle-icon {
    transform: rotate(-135deg);
}

/* ===== OPTIONS ===== */
.tt-filter-options {
    margin-top: 14px;
    display: none;
}

.tt-filter-group.is-open .tt-filter-options {
    display: block;
}

/* ===== OPTION ROW ===== */
.tt-filter-option {
    display: grid;
    grid-template-columns: 22px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
    font-size: 15px;
}

.tt-filter-option input {
    display: none;
}

/* Custom checkbox */
.tt-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #5bbce7;
    border-radius: 6px;
    position: relative;
}

.tt-filter-option input:checked + .tt-checkbox {
    background: #5bbce7;
    border-color: #5bbce7;
}

.tt-filter-option input:checked + .tt-checkbox::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: #fff;
    border-radius: 3px;
}

/* Text */
.tt-filter-label {
    font-weight: 500;
}

.tt-filter-count {
    font-size: 14px;
    opacity: 0.6;
}

/* Submit */
.tt-filter-submit {
    margin-top: 24px;
    width: 100%;
}


/* ===== Event Date Selection (Refined UI) ===== */

.tt-event-selector {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;               /* space between cards */
    margin: 32px 0;
}

.tt-event-card {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

/* Card body */
.tt-event-card-body {
    padding: 16px 22px;
    border-radius: 12px;
    background: #ffffff;     /* white background */
    border: 1px solid #e5e5e5; /* light grey border */
    transition: all 0.25s ease;
    text-align: center;
    min-width: 200px;
}

/* Hover */
.tt-event-card:hover .tt-event-card-body {
    border-color: var(--theme-color);
}

/* Active */
.tt-event-card.is-active .tt-event-card-body {
    border-color: var(--theme-color);
    background: rgba(44, 236, 233, 0.08);
}

/* Text */
.tt-event-date-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
}

.tt-event-date-price {
    font-size: 14px;
    opacity: 0.75;
}