.children-ages select {
    visibility: visible !important;
}
:root {
    --hero-bg: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=80");
    --panel-bg: #f7f7f7;
    --panel-border: rgba(0, 0, 0, 0.08);
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans", sans-serif;
    margin: 0;
    background-color: #000;
}
ul.quote-benefits-new svg.svg-inline--fa.fa-circle-check {
    display: none !important;
}
.hero {
    min-height: 100vh;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.35)), var(--hero-bg) center / cover no-repeat;
    padding: 4rem 1rem;
}

.hero-title {
    font-family: "Noto Sans", sans-serif;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
}

.search-panel {
    max-width: 980px;
    background-color: #1f160f80;
    padding: 1.25rem;
    border-radius: 18px;
    backdrop-filter: blur(6px);
}
.content-section h3.section-title,h4.quote-form-title {
    font-size: 24px !important;
}
.entry-header h1.entry-title {
    display: none !important;
}


@media (max-width: 991px) {
    .search-panel {
        padding: 1rem;
    }
}

.border-panel {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.search-field {
    background-color: #fff;
    border-radius: 5px;
    padding: 12px !important;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-height: 100%;
    position: relative;
}
.icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

/* Force Font Awesome font-family on all icon elements */
.fa,
.fas,
.far,
.fal,
.fad,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-duotone,
.fa-brands,
[class*="fa-"],
[class^="fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Force Font Awesome 6 font-family on all icon elements and :before pseudo-elements */
/* This ensures icons work even when Elementor's Font Awesome 4 is loaded */
.fa,
.fas,
.far,
.fal,
.fad,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-duotone,
.fa-brands,
[class*="fa-"],
[class^="fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    display: inline-block !important;
}

/* Force Font Awesome font-family on :before pseudo-elements (where icons actually render) */
.fa::before,
.fas::before,
.far::before,
.fal::before,
.fad::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-light::before,
.fa-duotone::before,
.fa-brands::before,
[class*="fa-"]::before,
[class^="fa-"]::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.fa-regular,
.far {
    font-weight: 400 !important;
}

.fa-regular::before,
.far::before {
    font-weight: 400 !important;
}

.fa-light,
.fal {
    font-weight: 300 !important;
}

.fa-light::before,
.fal::before {
    font-weight: 300 !important;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", "FontAwesome" !important;
    font-weight: 400 !important;
}

.fa-brands::before,
.fab::before {
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", "FontAwesome" !important;
    font-weight: 400 !important;
}

.field-label {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8f8f8f;
    display: block;
}

.field-value {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2f2f2f;
}

p.field-value.mb-0.travelers-display,
p.field-value.mb-0.date-display {
    color: #2f2f2f !important;
}

.search-field label {
    margin-bottom: 0;
    font-size: 14px;
}

.field-input {
    border: 0;
    width: 100%;
    font-size: 1.05rem;
    font-weight: 600;
    color: #2f2f2f;
    padding: 0;
    outline: none;
    display: none;
}

.search-field.active .field-input {
    display: block;
    border: none !important;
}

.search-field .btn-link .fa-circle-xmark {
    display: none !important;
}

.search-field.active .btn-link .fa-circle-xmark {
    display: inline-block !important;
}

/* Date and Travelers clear buttons - hidden by default, shown when data is selected */
.date-clear-btn,
.travelers-clear-btn {
    display: none !important;
}

.date-field:has(.date-display:not(:empty)) .date-clear-btn,
.travelers-field:has(.travelers-display:not(:empty)) .travelers-clear-btn {
    display: block !important;
}

.field-input::placeholder {
    color: #b1b1b1;
    font-weight: 400;
}

.field-input:focus {
    outline: none;
}

.suggestion-panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 3;
}

.search-field:focus-within .suggestion-panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.panel-header {
    padding: 0.5rem 0.75rem 0.5rem 0.5rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 1rem;
    font-weight: 400;
    font-size: 0.875rem;
    text-align: center;
}

.panel-list {
    padding: 0;
    margin: 0;
}

.panel-list li {
    padding: 0.5rem 0.75rem 0.5rem 0;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    text-align: left;
    margin-left: 0;
    padding-left: 1rem;
}

.panel-list li:last-child {
    border-bottom: 0;
}

.panel-list .title {
    font-weight: 600;
    color: #007bff;
    display: block;
    font-size: 0.95rem;
    margin-bottom: 0.15rem;
}

.panel-list li:hover {
    background-color: #f8f9fa;
}

.panel-list li:hover .title {
    color: #0056b3;
}
.btn-search {
    border-radius: 5px;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #2f1800;
}

.btn-search:hover {
    color: #2f1800;
    filter: brightness(1.05);
}

/* Calendar Styles */
.date-field {
    cursor: pointer;
}

.date-field-content {
    cursor: pointer;
}

.calendar-panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    min-width: 296px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 10;
}

.date-field.active .calendar-panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.calendar-panel.mobile-float,
.travelers-panel.mobile-float {
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.45);
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
}

.calendar-panel.mobile-float .calendar-body,
.travelers-panel.mobile-float .travelers-panel {
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 1rem;
}

.calendar-header {
    background-color: #f5f5f5;
    padding: 1rem;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.calendar-title {
    font-weight: 600;
    color: #2f2f2f;
    font-size: 1rem;
}

.calendar-close-btn {
    color: #666;
    font-size: 0.9rem;
}

.calendar-nav {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.calendar-month-year {
    font-weight: 600;
    color: #2f2f2f;
    font-size: 0.95rem;
}

.calendar-nav-btn {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    color: #666;
    border-radius: 4px;
}

.calendar-nav-btn.next-month {
    background-color: #e3f2fd;
    border-color: #22c55e;
    color: #1976d2;
}
.btn-primary, .btn-secondary, .error-content .btn-readmore, .wp-block-button .wp-block-button__link{
    background: #1eb054 !important;
    border: 1px solid #1eb054 !important;
    padding: 10px !important;
}
.calendar-nav-btn:hover {
    background-color: #e9ecef;
}

.calendar-nav-btn.next-month:hover {
    background-color: #bbdefb;
}

.calendar-grid {
    padding: 0 1rem 1rem;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    margin-bottom: 8px;
}

.calendar-weekdays div {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #666;
    padding: 0.5rem 0;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
}

.calendar-day.empty {
    cursor: default;
}

.calendar-day.past {
    color: #ccc;
    text-decoration: line-through;
    text-decoration-color: #f44336;
    cursor: not-allowed;
}

.calendar-day.available {
    color: #1976d2;
    background-color: #e3f2fd;
    font-weight: 600;
}

.calendar-day.available:hover {
    background-color: #bbdefb;
}

.calendar-day.selected {
    background-color: #1976d2;
    color: #fff;
}

.calendar-footer {
    padding: 1rem;
    border-top: 1px solid #eee;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.flexible-dates-checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    margin: 0;
    font-size: 0.9rem;
    color: #2f2f2f;
}

.flexible-dates-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #f44336;
}

@media (max-width: 991px) {
    .calendar-panel {
        min-width: 100%;
    }
}

/* Travelers Panel Styles */
.travelers-field {
    cursor: pointer;
}

.travelers-field-content {
    cursor: pointer;
}

.travelers-panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    min-width: 296px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 10;
}

.travelers-field.active .travelers-panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.travelers-header {
    background-color: #f5f5f5;
    padding: 1rem;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    position: relative;
}

.travelers-title {
    font-weight: 600;
    color: #2f2f2f;
    font-size: 1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.travelers-close-btn {
    color: #666;
    font-size: 0.9rem;
    margin-left: auto;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.travelers-body {
    padding: 1rem;
}

.traveler-count-group {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.traveler-count-group:last-of-type {
    margin-bottom: 0;
}

.traveler-label {
    display: block;
    font-size: 0.9rem;
    color: #2f2f2f;
    margin-bottom: 0;
    font-weight: 400;
    flex: 1;
}

.counter-control {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

button.btn.btn-sm.counter-btn.counter-decrease {
    border: none !important;
}

.counter-btn {
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #22c55e !important;
    background-color: #e3f2fd !important;
    color: #1976d2 !important;
    border-radius: 4px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
}

.counter-btn i {
    color: #1976d2 !important;
}

.counter-btn:hover {
    background-color: #bbdefb !important;
    color: #1976d2 !important;
}

.counter-btn:hover i {
    color: #1976d2 !important;
}

.counter-btn:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
    color: #999 !important;
}

.counter-btn:disabled i {
    color: #999 !important;
}

.counter-btn.counter-increase {
    background-color: #e3f2fd !important;
    color: #1976d2 !important;
    border: 1px solid #22c55e !important;
}

.counter-btn.counter-increase i {
    color: #1976d2 !important;
}

.counter-btn.counter-decrease {
    background-color: #e3f2fd !important;
    color: #1976d2 !important;
    border: 1px solid #22c55e !important;
}

.counter-btn.counter-decrease i {
    color: #1976d2 !important;
}

input#children-count,
input#adults-count {
    max-width: 50px;
}

.counter-input {
    width: 50px;
    height: 36px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #2f2f2f;
    background-color: #fff;
    padding: 0;
}

input#children-count-search,
input#adults-count-search {
    max-width: 50px !important;
}

.travelers-divider {
    height: 1px;
    background-color: #eee;
    margin: 1.5rem 0;
}

.age-section {
    margin-top: 1rem;
}

.age-section-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 1rem;
    margin-top: 0;
}

.child-age-group {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.child-age-group:last-child {
    margin-bottom: 0;
}

.child-label {
    display: block;
    font-size: 0.9rem;
    color: #2f2f2f;
    margin-bottom: 0;
    font-weight: 400;
    flex: 0 0 auto;
    margin-right: 1rem;
}

.age-select {
    flex: 1;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #2f2f2f;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    padding-right: 2rem;
    max-width: 100px;
}

.age-select:focus {
    outline: none;
    border-color: #22c55e;
}

.travelers-footer {
    padding: 1rem;
    border-top: 1px solid #eee;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.travelers-done-btn {
    background-color: #22c55e;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 4px;
    font-size: 0.95rem;
}

.travelers-done-btn:hover {
    background-color: #1976d2;
    color: #fff;
}

@media (max-width: 991px) {
    .travelers-panel {
        min-width: 100%;
    }
}

/* Tour Listing Page Styles */
.tour-listing-page {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.sidebar-filters {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: fit-content;
    position: sticky;
    top: 20px;
}

.filter-section {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.filter-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.filter-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.filter-field {
    margin-bottom: 1rem;
    position: relative;
}

.filter-field .search-field {
    margin-bottom: 0;
}

.filter-field .suggestion-panel,
.filter-field .calendar-panel,
.filter-field .travelers-panel {
    z-index: 1000;
    position: absolute;
}

.filter-field:last-child {
    margin-bottom: 0;
}

.input-group-text {
    background-color: #fff;
    border: 1px solid #ddd;
    border-right: none;
}

.input-group .form-control {
    border-left: none;
    border-right: none;
}

.input-group .form-control:focus {
    box-shadow: none;
    border-color: #ddd;
}

.input-group-text:last-child {
    border-right: 1px solid #ddd;
    border-left: none;
}

.add-link {
    color: #22c55e;
    text-decoration: none;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: inline-block;
}

.add-link:hover {
    text-decoration: underline;
    color: #1976d2;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.checkbox-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.9rem;
    color: #2f2f2f;
}

.checkbox-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 0.75rem;
    cursor: pointer;
    accent-color: #22c55e;
}

.checkbox-item small {
    color: #999;
    font-weight: 400;
}

.filter-item-hidden {
    display: none !important;
}

.show-more-link {
    color: #22c55e;
    text-decoration: none;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: inline-block;
}

.show-more-link:hover {
    text-decoration: underline;
    color: #1976d2;
}

.main-content {
    padding-left: 2rem;
}

.content-header {
    margin-bottom: 2rem;
}

.page-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0.5rem;
}

.results-count {
    color: #666 !important;
    font-size: 0.9rem;
    margin: 0;
}

.safari-card-link {
    text-decoration: none;
    display: block;
    color: inherit;
}

.safari-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.safari-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.safari-card-link:hover .safari-card {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.safari-image {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.safari-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.safari-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.safari-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.5rem 1.25rem;
    margin: 0;
    font-size: 1.75rem;
    text-decoration: none !important;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    z-index: 2;
    line-height: 1.3;
}

.btn-heart {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: transparent;
    border: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 1.25rem;
    transition: all 0.2s;
    z-index: 3;
}

.btn-heart:hover {
    transform: scale(1.1);
}

.btn-heart.active i,
.btn-heart.favorited i {
    color: #f44336;
}
h1.page-title {
    margin: 0 !important;
}

.btn-heart.favorited {
    background: none !important;
}

.safari-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.safari-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4caf50;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.safari-price .price-separator {
    font-size: 1rem;
    font-weight: 600;
    color: #4caf50;
    margin: 0 0.25rem;
}

.safari-price .price-unit {
    font-size: 0.95rem;
    font-weight: 500;
    color: #4caf50;
}

.safari-quick-adventure {
    font-size: 0.9rem;
    color: #555;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 0.75rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.safari-quick-adventure strong {
    font-weight: 600;
    color: #555;
}

.safari-details {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.safari-itinerary {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin-top: 0.25rem;
}

.safari-itinerary strong {
    font-weight: 600;
    color: #555;
}

.pagination-container {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.pagination {
    gap: 0.5rem;
}

.page-link {
    color: #22c55e;
    border: 1px solid #ddd;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
}

.page-link:hover {
    background-color: #e3f2fd;
    border-color: #22c55e;
    color: #1976d2;
}

.page-item.active .page-link {
    background-color: #22c55e;
    border-color: #22c55e;
    color: #fff;
}

.page-item.disabled .page-link {
    color: #ccc;
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed;
}

/* WordPress paginate_links() output (ul.page-numbers) on tours archive */
.pagination-container ul.page-numbers {
    list-style: none;
    display: flex;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
}

.pagination-container ul.page-numbers li {
    display: inline-block;
}

.pagination-container ul.page-numbers a.page-numbers,
.pagination-container ul.page-numbers span.page-numbers {
    display: inline-block;
    min-width: 2.25rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.95rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    color: #2196f3;
}

.pagination-container ul.page-numbers a.page-numbers:hover {
    background-color: #e3f2fd;
    border-color: #2196f3;
    color: #1976d2;
}

.pagination-container ul.page-numbers .current {
    background-color: #22c55e;
    border-color: #22c55e;
    color: #ffffff;
    font-weight: 600;
}

.pagination-container ul.page-numbers .prev,
.pagination-container ul.page-numbers .next {
    font-weight: 500;
}

@media (max-width: 991px) {
    .main-content {
        padding-left: 0;
        margin-top: 2rem;
    }

    .sidebar-filters {
        position: static;
    }
}

/* Tour Detail Page Styles */
.tour-detail-page {
    background-color: #f8f9fa;
    min-height: 100vh;
}

/* Force text colors in tour detail page to prevent conflicts */
.tour-detail-page p {
    color: #555 !important;
}

.tour-detail-page strong {
    color: #2f2f2f !important;
    font-weight: 600;
}

.tour-detail-page a {
    color: #22c55e !important;
}

.tour-detail-page a:hover {
    color: #1976d2 !important;
}

.tour-detail-page li {
    color: #555 !important;
}

.tour-detail-page ul {
    color: #555 !important;
}

.tour-hero {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.tour-breadcrumbs-wrapper {
    background: none !important;
    border-bottom: 1px solid #e3e5e8;
    padding: 10px 0;
}

.tour-breadcrumbs {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    color: #6b7280;
}

.tour-breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tour-breadcrumbs li:not(:last-child)::after {
    content: "›";
    color: #9ca3af;
    font-size: 13px;
}

.tour-breadcrumbs a {
    color: #1f7aaf;
    text-decoration: none;
}

.tour-breadcrumbs a:hover {
    text-decoration: underline;
}

.tour-breadcrumbs .breadcrumbs__last {
    color: #374151;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .tour-breadcrumbs-wrapper {
        display: none;
    }
}

.tour-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-detail-page {
    background: none !important;
}

.tour-detail-page .container {
    padding: 0;
}

.post_content_title.sc_layouts_title_title {
    display: none !important;
}

.tour-breadcrumbs-wrapper .container {
    padding: 0;
}

.hero-overlay {
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hero-overlay-inner {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.tour-title {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    flex: 1 1 90%;
    max-width: 90%;
    width: 90%;
}

@media (max-width: 767.98px) {
    .tour-title {
        font-size: 24px !important;
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }
}
.quote-input-field{
    padding: 1px 10px !important; 
}

.btn-heart-hero {
    background: none !important;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 1.25rem;
    transition: all 0.2s;
    flex: 0 0 auto;
}

.mobile-hero-quote {
    display: none;
    background: #fff;
    padding: 1.5rem 1.25rem 1.25rem;
    border-bottom: 1px solid #eee;
}

.mobile-hero-quote .mobile-quote-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2f7a2f;
    margin-bottom: 0.25rem;
}

.mobile-hero-quote .price-unit {
    font-size: 0.95rem;
    font-weight: 500;
    color: #2f2f2f;
    margin-left: 0.25rem;
}

.mobile-hero-quote .quote-benefits-new {
    margin-top: 0.75rem;
}

.mobile-hero-quote .quote-benefits-new li {
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.mobile-hero-quote .quote-benefits-new li i {
    color: #2f7a2f;
}

.mobile-hero-quote .mobile-quote-meta {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
    color: #444;
    font-size: 0.95rem;
    flex-wrap: wrap;
}

.mobile-hero-quote .mobile-quote-meta .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
}

.mobile-hero-quote .mobile-quote-meta i {
    color: #555;
}

.mobile-hero-quote .meta-separator {
    color: #555;
    font-size: 0.9rem;
}

/* Mobile fly panels */
.mobile-fly-panel {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 100000;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.mobile-fly-panel[aria-hidden="false"] {
    display: flex;
}

.mobile-fly-panel__dialog {
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.mobile-fly-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.mobile-fly-panel__title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.mobile-fly-panel__close {
    color: #444;
}

.mobile-fly-panel__body {
    flex: 1 1 auto;
}

.mobile-fly-panel__footer {
    margin-top: 1rem;
}

.mobile-fly-panel .travelers-footer {
    display: none;
}

.calendar-panel-mobile .calendar-header,
.calendar-panel-mobile .calendar-nav,
.calendar-panel-mobile .calendar-grid,
.calendar-panel-mobile .calendar-footer {
    position: static;
    box-shadow: none;
}

.mobile-fly-panel .travelers-panel {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    min-width: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    display: block;
}

.mobile-fly-panel .calendar-panel {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    min-width: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    display: block;
}

.mobile-fly-panel .calendar-panel .calendar-header,
.mobile-fly-panel .calendar-panel .calendar-footer {
    display: none;
}

i.fa-regular.fa-circle-xmark {
    color: black !important;
}

button.btn.btn-link.p-0.text-muted.sc_button_hover_slide_left {
    background: none !important;
}

@media (max-width: 767.98px) {
    .mobile-hero-quote {
        display: block;
    }
}
.tour-hero .btn-heart-hero {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.45) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tour-hero .btn-heart-hero:hover {
    background: rgba(0, 0, 0, 0.65) !important;
}

.btn-heart-hero,
.btn-heart-hero i.fa-regular.fa-heart {
    color: #fff;
}

.btn-heart-hero:hover {
    transform: scale(1.1);
}

.btn-heart-hero.favorited i {
    color: #f44336;
}

.tour-nav-tabs {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.tour-nav-tabs .container {
    margin: 0;
    padding: 0;
}

.tour-nav-tabs .nav-tabs {
    border-bottom: none;
    margin: 0;
}

@media (max-width: 767.98px) {
    .tour-nav-tabs .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .tour-nav-tabs .nav-tabs .nav-item {
        flex: 0 0 auto;
        margin: 0 0px;
    }
    .tour-nav-tabs .nav-tabs .nav-link {
        padding: 10px 5px;
        font-size: 0.95rem;
    }

    .content_wrap {
        margin: 10px !important;
    }

    .col-lg-4.sidebar-detail {
        display: none !important;
    }
}

.tab-next-section {
    padding-top: 0;
    margin-top: 1rem;
    display: none;
}

.tab-next-btn {
    background-color: #008ecf;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    padding: 0.9rem 1rem;
    font-size: 1rem;
}

.tab-next-btn:hover {
    background-color: #0078b1;
    color: #fff;
}

#get-quote-btn-mobile {
    transition: opacity 0.25s ease, transform 0.25s ease;
}

#get-quote-btn-mobile.is-floating {
    position: fixed;
    left: 0px !important;
    right: 12px !important;
    bottom: 0px !important;
    z-index: 9999;
    width: auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    opacity: 1;
    transform: translateY(0);
}
.col-lg-8.checkout-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#get-quote-btn-mobile.is-floating.hide {
    opacity: 0;
    transform: translateY(12px);
}
ul.quote-info-list li {
    margin: 0;
    padding: 0;
}
ul.disclaimer-list li {
    margin: 0;
}


@media (max-width: 767.98px) {
    .tab-next-section {
        display: block;
    }
    
    /* Accommodation table mobile: hide meals column, show meals in accommodation column */
    .accommodation-table .accommodation-table-header {
        grid-template-columns: 80px 1fr !important;
    }
    
    .accommodation-table .meals-col-header {
        display: none !important;
    }
    
    .accommodation-table .accommodation-row {
        grid-template-columns: 80px 1fr !important;
    }
    
    .accommodation-table .meals-col {
        display: none !important;
    }
    
    .accommodation-meals-mobile {
        display: block;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        font-size: 0.9rem;
        color: #666;
    }
}

@media (min-width: 768px) {
    .accommodation-meals-mobile {
        display: none;
    }
}

.tour-nav-tabs .nav-link {
    color: #666;
    padding: 1rem 1.5rem;
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: 500;
}

.tour-nav-tabs .nav-link:hover {
    color: #22c55e;
    border-bottom-color: #e3f2fd;
}

.tour-nav-tabs .nav-link.active {
    color: #000000 !important;
    border-bottom-color: #22c55e;
    background-color: transparent;
}

.main-content-detail {
    padding: 2rem 2rem 2rem 0;
}

.main-content-detail {
    background: #fff;
    border-radius: 10px !important;
    padding: 0;
    margin-top: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.main-content-detail .content-section {
    background: transparent;
    box-shadow: none;
    padding: 20px;
    margin-bottom: 0 !important;
}

.main-content-detail .content-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.col-lg-8.main-content-detail {
    padding-left: 0;
    margin-top: 25px !important;
    padding: 0 !important;
}

.content-section {
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.content-section p {
    color: #555 !important;
}

.content-section strong {
    color: #2f2f2f !important;
    font-weight: 600;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2f2f2f !important;
    margin-bottom: 1.5rem;
}

.quick-adventure {
    font-size: 1rem;
    line-height: 1.8;
    color: #555 !important;
    margin: 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.feature-item {
    display: flex;
    gap: 1rem;
}

.feature-icon {
    width: 48px;
    height: 48px;
    background-color: #f5f5f5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #22c55e;
    flex-shrink: 0;
}

.age-badge {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #22c55e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.feature-content strong {
    display: block;
    font-size: 1rem;
    color: #2f2f2f;
    margin-bottom: 0.5rem;
}

.feature-content p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.activities-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.activity-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    color: #555;
}

.activity-item i {
    color: #22c55e;
    font-size: 1.25rem;
    width: 24px;
}

.accommodation-note {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.accommodation-table {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.accommodation-table-header {
    display: grid;
    grid-template-columns: 80px 1fr 200px;
    border-bottom: 2px solid #e0e0e0;
    background-color: #f8f9fa;
    font-weight: 600;
    color: #2f2f2f;
}

.day-col-header {
    padding: 1.5rem 1rem;
}

.accommodation-col-header {
    padding: 1.5rem;
}

.meals-col-header {
    padding: 1.5rem;
}

.accommodation-row {
    display: grid;
    grid-template-columns: 80px 1fr 200px;
    border-bottom: 1px solid #eee;
}

.accommodation-row:nth-child(odd) {
    background-color: #f2fafc;
}

.accommodation-row:nth-child(even) {
    background-color: #fff;
}

.accommodation-row:last-child {
    border-bottom: none;
}

.day-col {
    padding: 1.5rem 1rem;
    background-color: transparent;
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    color: #2f2f2f;
}

.accommodation-col {
    padding: 1.5rem;
}

.accommodation-info strong {
    display: block;
    font-size: 1rem;
    color: #2f2f2f;
    margin-bottom: 0.5rem;
}

.accommodation-type {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.accommodation-photos {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 0.75rem;
}

.accommodation-photos .photo-wrapper {
    position: relative;
    flex-shrink: 0;
}

.accommodation-photos img {
    width: 90px;
    height: 50px;
    object-fit: cover;
    display: block;
}

.accommodation-photos .photo-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: background 0.2s;
    z-index: 1;
}

.accommodation-photos .photo-link:hover {
    background: rgba(255, 255, 255, 0.95);
    text-decoration: none;
}
.accommodation-info strong,.accommodation-info p.accommodation-type{
    margin: 0 !important;
}
.meals-col {
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    font-size: 0.9rem;
    color: #555;
    background-color: transparent;
}

.btn-quote-large {
    background-color: #ff6b35;
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.btn-quote-large:hover {
    background-color: #22c55e;
    color: #fff;
}

button.btn.btn-quote-orange.w-100 {
    background: #22c55e !important;
    color: #fff !important;
}

.btn-quote-orange {
    background: #22c55e !important;
    color: #fff !important;
}

.quote-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quote-info-list li {
    padding: 0.5rem 0;
    color: #666;
    font-size: 0.9rem;
}

.quote-info-list a {
    color: #22c55e;
    text-decoration: none;
}

.quote-info-list a:hover {
    text-decoration: underline;
}

.disclaimer-list {
    list-style: disc;
    padding-left: 1.5rem;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.8;
}

.disclaimer-list li {
    margin-bottom: 0.75rem;
}

/* Sidebar Styles */
.sidebar-detail {
    padding: 2rem 0 2rem 2rem;
}

.sidebar-section {
    background-color: #fff;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tour-price {
    font-size: 2rem;
    font-weight: 700;
    color: #4caf50;
    margin-bottom: 0.5rem;
}

.price-unit {
    font-size: 1rem;
    font-weight: 400;
    color: #666;
}

.included-link {
    color: #22c55e;
    text-decoration: none;
    font-size: 0.9rem;
}

.included-link:hover {
    text-decoration: underline;
}

.sidebar-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 1.5rem;
}

.quote-form .form-group {
    margin-bottom: 1rem;
}

.quote-form .input-group-text {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #22c55e;
}

.quote-form .form-control {
    border-left: none;
}

.quote-form .form-control:focus {
    box-shadow: none;
    border-color: #ddd;
}

input.quote-input {
    border: none !important;
}

input.quote-input.travelers-display-input {
    border: none !important;
}

input#adults-count-detail,
input#children-count-detail {
    max-width: 50px !important;
}

/* Gallery Modal Styles */
.gallery-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.gallery-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    cursor: pointer;
}

.gallery-modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 90vh;
    display: flex;
    flex-direction: column;
    z-index: 10001;
}

.gallery-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10002;
    padding: 0.5rem;
    transition: opacity 0.2s;
}

.gallery-modal-close:hover {
    opacity: 0.7;
}

.gallery-modal-prev,
.gallery-modal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10002;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.gallery-modal-prev:hover,
.gallery-modal-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.gallery-modal-prev {
    left: -70px;
}

.gallery-modal-next {
    right: -70px;
}

.gallery-modal-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
}

.gallery-modal-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.gallery-modal-thumbnails {
    display: flex;
    gap: 0.5rem;
    padding: 1rem;
    background-color: #1a1a1a;
    overflow-x: auto;
    border-radius: 0 0 8px 8px;
}

.gallery-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s, border 0.2s;
    border: 2px solid transparent;
}

.gallery-thumbnail:hover {
    opacity: 0.8;
}

.gallery-thumbnail.active {
    opacity: 1;
    border-color: #22c55e;
}

.gallery-modal-counter {
    position: absolute;
    top: -50px;
    left: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

.gallery-preview {
    cursor: pointer;
    transition: opacity 0.2s;
}

.gallery-preview:hover {
    opacity: 0.9;
}

.gallery-link {
    cursor: pointer;
}

@media (max-width: 768px) {
    .gallery-modal-content {
        width: 100%;
        height: 100vh;
    }
    
    .gallery-modal-close {
        top: 10px;
        right: 10px;
    }
    
    .gallery-modal-prev,
    .gallery-modal-next {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    
    .gallery-modal-prev {
        left: 10px;
    }
    
    .gallery-modal-next {
        right: 10px;
    }
    
    .gallery-modal-counter {
        top: 60px;
        left: 10px;
    }
    
    .gallery-thumbnail {
        width: 60px;
        height: 60px;
    }
}

.btn-quote {
    background-color: #ff6b35;
    color: #fff;
    border: none;
    padding: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.btn-quote:hover {
    background-color: #22c55e;
    color: #fff;
}

.quote-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quote-benefits li {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: #555;
}

.operator-logo-sidebar {
    margin-bottom: 1rem;
}

.operator-logo-box {
    background-color: #f5f5f5;
    padding: 1rem;
    text-align: center;
    font-weight: 700;
    color: #2f2f2f;
    border-radius: 4px;
}

.operator-info-sidebar strong {
    display: block;
    font-size: 1rem;
    color: #2f2f2f;
    margin-bottom: 0.75rem;
}

.operator-rating-sidebar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.operator-rating-sidebar .stars {
    color: #ffc107;
}

.operator-rating-sidebar .rating-text {
    font-weight: 600;
    color: #2f2f2f;
}

.operator-rating-sidebar .reviews-count {
    color: #999;
    font-size: 0.9rem;
}

.operator-details {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.operator-details div {
    margin-bottom: 0.5rem;
}

.operator-link {
    color: #22c55e;
    text-decoration: none;
    font-size: 0.9rem;
}

.operator-link:hover {
    text-decoration: underline;
}

.gallery-preview {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.gallery-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #22c55e;
    text-decoration: none;
    font-size: 0.9rem;
}

.gallery-link:hover {
    text-decoration: underline;
}

/* Day by Day Styles */
.day-by-day-content {
    display: none;
}

.day-item {
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    padding-bottom: 2rem;
    border-left: 3px dotted #ddd;
    position: relative;
}

.day-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.day-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 1.25rem;
    line-height: 1.3;
}

.day-title .title-note {
    font-size: 1rem;
    font-weight: 400;
    color: #999;
}

.day-image {
    width: 100%;
    height: 200px;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.day-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.day-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    padding: 1rem 1.5rem;
    border-radius: 0 8px 0 0;
}

.day-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.day-subtitle {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
}

.day-description {
    margin-bottom: 1.5rem;
}

.day-description p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555 !important;
    margin-bottom: 1rem;
}

.day-description strong {
    color: #2f2f2f !important;
    font-weight: 600;
}

.day-description p:last-child {
    margin-bottom: 0;
}

.day-details {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.detail-item {
    font-size: 0.95rem;
    color: #555 !important;
    line-height: 1.6;
}

.detail-item p {
    color: #555 !important;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.detail-item strong {
    color: #2f2f2f !important;
    font-weight: 600;
    margin-right: 0.5rem;
}

.detail-item a {
    color: #22c55e !important;
    text-decoration: none;
    font-weight: 500;
}

.detail-item a:hover {
    text-decoration: underline;
    color: #1976d2 !important;
}

.wildlife-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 0.75rem;
}

.wildlife-item {
    display: flex;
    flex-direction: column;
    align-items: center; 
    font-size: 0.85rem;
    color: #555;
    text-align: center;
    padding: 0.5rem;
}

.wildlife-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.wildlife-icon-circle i {
    color: #2f2f2f;
    font-size: 1.75rem;
}

.wildlife-name {
    font-weight: 500;
    color: #2f2f2f;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.wildlife-abundance {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.abundance-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.abundance-dot.abundant {
    background-color: #4caf50;
}

.abundance-dot.common {
    background-color: #ff9800;
}

.abundance-dot.occasional {
    background-color: #ffc107;
}

.abundance-dot.rare {
    background-color: #ff5722;
}

.abundance-dot.very-rare {
    background-color: #e91e63;
}

.abundance-dot.none {
    background-color: #9e9e9e;
}

.abundance-text {
    font-size: 0.8rem;
    color: #555;
    font-weight: 500;
}

.accommodation-gallery {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1rem;
}

.accommodation-gallery img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.accommodation-gallery .photo-link {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #555;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
}

.accommodation-gallery .photo-link:hover {
    background-color: #e8e8e8;
}

/* Arrival/End of tour sections */
.arrival-section {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.arrival-section .day-title {
    margin-bottom: 1rem;
}

.arrival-section .day-title i {
    margin-right: 0.5rem;
}

.arrival-details {
    margin-top: 0.5rem;
}

.arrival-details p {
    margin-bottom: 0.5rem;
    color: #555 !important;
    font-size: 0.95rem;
    padding-left: 0;
}

.arrival-details strong {
    color: #2f2f2f !important;
    font-weight: 600;
}

/* Key Information section */
.key-information {
    margin: 1.5rem 0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.key-info-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    flex: 1;
    min-width: 200px;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.key-info-item i {
    color: #555;
    font-size: 1.25rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.key-info-item strong {
    display: block;
    color: #2f2f2f;
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

.key-info-item p {
    margin: 0;
    color: #555;
    font-size: 0.85rem;
    line-height: 1.4;
}


/* Wildlife section styling */
.wildlife-section {
    margin-top: 1rem;
}

.wildlife-section strong {
    display: block;
    margin-bottom: 1rem;
}

.show-more-wildlife {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: #22c55e;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

.show-more-wildlife:hover {
    text-decoration: underline;
}

.show-more-wildlife i {
    font-size: 0.75rem;
}

/* Accommodation section */
.accommodation-section {
    margin-top: 1rem;
}

.accommodation-description {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    color: #555;
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .main-content-detail {
        padding: 2rem 0;
    }

    .sidebar-detail {
        padding: 0;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .accommodation-row {
        grid-template-columns: 1fr;
    }

    .day-col {
        border-bottom: 1px solid #eee;
    }

    .meals-col {
        border-top: 1px solid #eee;
    }

    .day-image {
        height: 250px;
    }
}

/* Rates Table Styles */
.rates-content {
    display: none;
}

.rates-table-container {
    background-color: #f5f5f5; 
    border-radius: 8px;
    overflow-x: auto;
}

.rates-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

.rates-table thead {
    background-color: #ffffff;
}

.rates-table th {
    padding: 8px;
    text-align: left;
    font-weight: 600;
    color: #2f2f2f;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 12px;
}

.rates-table th:last-child {
    border-right: none;
}

.rates-table .room-info {
    font-weight: 400;
    font-size: 8px;
    color: #999;
    display: block;
    margin-top: 0.25rem;
}

.rates-table td {
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    color: #555;
    font-size: 10px;
}

.rates-table td:last-child {
    border-right: none;
}

.rates-table tbody tr:last-child td {
    border-bottom: none;
}

.rates-table td:first-child {
    font-weight: 500;
    color: #2f2f2f;
}

.rates-table td:not(:first-child):not(:last-child) {
    text-align: center;
    color: #2f2f2f;
    font-weight: 500;
}

.na-text {
    text-decoration: underline;
    color: #555;
    cursor: help;
}

.get-quote-link {
    color: #22c55e;
    text-decoration: none;
    font-weight: 500;
}

.get-quote-link:hover {
    text-decoration: underline;
    color: #1976d2;
}

@media (max-width: 991px) {
    .rates-table-container {
        padding: 1rem;
    }
    
    .rates-table {
        font-size: 0.85rem;
    }
    
    .rates-table th,
    .rates-table td {
        padding: 0.75rem 0.5rem;
    }
}

/* Inclusions Styles */
.inclusions-content {
    display: none;
}

.inclusions-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 1.5rem;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.inclusions-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: repeating-linear-gradient(
        to bottom,
        #ddd 0px,
        #ddd 2px,
        transparent 2px,
        transparent 8px
    );
    transform: translateX(-50%);
    z-index: 1;
}

.inclusions-column {
    background-color: #ffffff;
    padding: 1.5rem;
    position: relative;
    z-index: 2;
}

.inclusions-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0;
    border-bottom: none;
    width: 100%;
}

.inclusions-header::after {
    content: '';
    flex: 1;
    height: 1px;
    border-top: 1px dotted #e0e0e0;
    margin-left: 0.75rem;
    align-self: center;
}

.inclusion-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.included-icon {
    background-color: #4caf50;
    color: #ffffff;
}

.excluded-icon {
    background-color: #f44336;
    color: #ffffff;
}

.inclusion-icon i {
    font-size: 0.875rem;
    font-weight: 600;
}

.inclusions-title {
    font-size: 1rem;
    font-weight: 700;
    color: #2f2f2f;
    margin: 0 !important;
    padding: 0;
    line-height: 24px;
    height: 24px;
    display: flex;
    align-items: center;
}

.inclusions-list {
    list-style: disc;
    padding-left: 1.25rem;
    margin: 0;
}

.inclusions-list li {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2f2f2f;
    padding-left: 0;
}

.inclusions-list li:last-child {
    margin-bottom: 0;
}

.inclusions-list li strong {
    color: #2f2f2f;
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem;
}

.inclusion-note {
    color: #999;
    font-weight: 400;
    font-size: 0.875rem;
    display: block;
    margin-top: 0.125rem;
    margin-left: 0;
}

@media (max-width: 991px) {
    .inclusions-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* Getting There Styles */
.getting-there-content {
    display: none;
}

.getting-there-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid #e0e0e0;
    padding-top: 0.5rem;
}

.gt-divider {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #e0e0e0 0%, transparent 100%);
}

.getting-there-list {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.getting-there-list li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    color: #2f2f2f !important;
    font-size: 1rem;
    line-height: 1.7;
}

.getting-there-list li p {
    color: #2f2f2f !important;
    margin: 0;
}

.gt-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #ffebee;
    color: #c62828 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.gt-icon i {
    color: #c62828 !important;
}

.getting-there-list strong {
    font-weight: 600;
    color: #2f2f2f !important;
}

.getting-there-list a {
    color: #22c55e !important;
    text-decoration: none;
    font-weight: 500;
}

.getting-there-list a:hover {
    text-decoration: underline;
    color: #1976d2 !important;
}

.gt-info-icon {
    color: #b0b0b0 !important;
    margin-left: 0.5rem;
    font-size: 0.95rem;
}

@media (max-width: 991px) {
    .getting-there-list li {
        flex-direction: row;
    }
}

/* Checkout page: full-width layout when theme adds sidebar (body class set by plugin) */
body.custom-booking-checkout-page .content-area,
body.custom-booking-checkout-page main,
body.custom-booking-checkout-page #content,
body.custom-booking-checkout-page .site-content {
    width: 100% !important;
    max-width: 100% !important;
}
body.custom-booking-checkout-page .widget-area,
body.custom-booking-checkout-page aside#secondary,
body.custom-booking-checkout-page .sidebar {
    display: none !important;
}

/* Checkout Page Styles */
.checkout-page {
    background-color: #f8f9fa;
    min-height: 100vh;
}

/* Fix color conflicts on checkout page */
.checkout-page p,
.checkout-page span,
.checkout-page div,
.checkout-page label,
.checkout-page input,
.checkout-page select,
.checkout-page textarea,
.checkout-page small {
    color: #2f2f2f !important;
}

.checkout-page .quote-form-detail p,
.checkout-page .quote-form-detail span,
.checkout-page .quote-form-detail div,
.checkout-page .quote-form-detail label,
.checkout-page .quote-form-detail input,
.checkout-page .quote-form-detail select,
.checkout-page .quote-form-detail textarea,
.checkout-page .quote-form-detail small {
    color: #2f2f2f !important;
}

.checkout-page .trip-details-card p,
.checkout-page .trip-details-card span,
.checkout-page .trip-details-card div,
.checkout-page .trip-details-card label {
    color: #2f2f2f !important;
}

.checkout-page .trip-detail-value,
.checkout-page .trip-detail-value span {
    color: #555 !important;
}

/* Progress Indicator */
.progress-indicator {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1.5rem 0;
}

.progress-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

.step::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 100%;
    width: 2rem;
    height: 2px;
    background-color: #e0e0e0;
}

.step:last-child::after {
    display: none;
}

.step.completed::after {
    background-color: #4caf50;
}

.step-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4caf50;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #22c55e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.step:not(.completed):not(.active) .step-number {
    background-color: #e0e0e0;
    color: #999;
}

.step-label {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
}

.step.completed .step-label,
.step.active .step-label {
    color: #22c55e;
    font-weight: 500;
}

/* Checkout Hero */
.checkout-hero {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.checkout-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay-checkout {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.checkout-tour-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Tour Features Bar */
.tour-features-bar {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 0;
}

.features-text {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: #555;
    flex-wrap: wrap;
}

.features-text .separator {
    color: #999;
}

/* Checkout Main Content */
.checkout-main {
    padding: 2rem 2rem 2rem 0;
}

.quote-form-section {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.quote-form-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2f2f2f !important;
    margin-bottom: 0.75rem;
}

.quote-intro {
    color: #666 !important;
    font-size: 0.95rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quote-intro i {
    color: #4caf50;
    font-size: 1.1rem;
}

.quote-form-detail .form-group {
    margin-bottom: 1.5rem;
}

.quote-form-detail label {
    font-weight: 600;
    color: #2f2f2f !important;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    display: block;
}

.quote-form-detail .form-control {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.75rem;
    font-size: 0.95rem;
    color: #2f2f2f !important;
    background-color: #fff;
}

form.quote-form-detail select,
form.quote-form-detail input {
    background: #f4f4f4 !important;
    color: #222 !important;
}

.quote-form-detail .form-control:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
    outline: none;
}

form.quote-form-detail select,
form.quote-form-detail input {
    background: #f4f4f4 !important;
    color: #222 !important;
}

.phone-input-group {
    display: flex;
    gap: 0.5rem;
}

.country-code-selector {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: none !important;
    border-radius: 4px;
    padding: 0 0.5rem;
    background-color: transparent !important;
}

.country-code-selector select {
    background: none !important;
    border: none !important;
}

.flag-icon {
    width: 20px;
    height: 15px;
    object-fit: cover;
}

.country-code {
    border: none;
    background: transparent;
    font-size: 0.95rem;
    color: #2f2f2f;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.phone-input {
    flex: 1;
}

.quote-form-detail .form-text {
    color: #666 !important;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    display: block;
}

.quote-form-detail textarea {
    resize: vertical;
    background: #f4f4f4 !important;
    color: #222 !important;
}

.form-check {
    margin-bottom: 1.5rem;
}

.form-check-input {
    margin-top: 0.25rem;
}

.form-check-label {
    font-size: 0.95rem;
    color: #555 !important;
    margin-left: 0.5rem;
}

.email-confirmation {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: #555 !important;
}

.email-confirmation span {
    color: #555 !important;
}

.email-highlight {
    color: #4caf50 !important;
    font-weight: 600;
}

.edit-email-link {
    color: #22c55e;
    text-decoration: none;
}

.edit-email-link:hover {
    text-decoration: underline;
}

.btn-send-request {
    background-color: #ff6b35 !important;
    color: #fff !important;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 1rem;
    transition: background-color 0.2s;
}
form.quote-form-detail textarea {
    background: none ! IMPORTANT;
}
.btn-send-request:hover {
    background-color: #22c55e !important;
    color: #fff !important;
}

.terms-disclaimer {
    font-size: 0.85rem;
    color: #666 !important;
    text-align: center;
    margin: 0;
}

.terms-disclaimer a {
    color: #22c55e !important;
    text-decoration: none;
}

.terms-disclaimer a:hover {
    text-decoration: underline;
}

/* Checkout Sidebar */
.checkout-sidebar {
    padding: 2rem 0 2rem 2rem;
}

.trip-details-card {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 20px;
}

.trip-details-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 1.5rem;
}

.trip-detail-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.trip-detail-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.trip-detail-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.trip-icon {
    color: #22c55e;
    font-size: 1.1rem;
    width: 20px;
}

.trip-detail-label {
    font-weight: 600;
    color: #2f2f2f !important;
    font-size: 0.9rem;
    flex: 1;
}

.edit-link {
    color: #22c55e !important;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
}

.edit-link:hover {
    text-decoration: underline;
}

.trip-detail-value {
    color: #555 !important;
    font-size: 0.95rem;
    line-height: 1.6;
}

.trip-detail-value span {
    color: #555 !important;
}

.date-arrow {
    margin: 0 0.5rem;
    color: #999;
    font-size: 0.85rem;
}

.rate-value {
    font-size: 1.1rem;
    font-weight: 600;
    color: #4caf50 !important;
    margin-bottom: 0.5rem;
}

.rate-note {
    color: #666 !important;
    font-size: 0.85rem;
    display: block;
    line-height: 1.5;
}

/* Checkout page calendar and travelers panels */
.date-field-checkout .calendar-panel,
.travelers-field-checkout .travelers-panel {
    z-index: 1050;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    min-width: 100%;
}

input#children-count-checkout,
input#adults-count-checkout {
    max-width: 50px;
}

.date-field-checkout.active .calendar-panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.travelers-field-checkout.active .travelers-panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.date-field-content-checkout,
.travelers-field-content-checkout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.date-field-content-checkout:hover,
.travelers-field-content-checkout:hover {
    color: #22c55e;
}

@media (max-width: 991px) {
    .checkout-main {
        padding: 2rem 0;
    }

    .checkout-sidebar {
        padding: 0;
        margin-top: 2rem;
    }

    .trip-details-card {
        position: static;
    }

    .progress-steps {
        gap: 1rem;
    }

    .step::after {
        width: 1rem;
    }

    .step-label {
        font-size: 0.8rem;
    }
}

/* Combined Quote Card Styles */
.quote-card-combined {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.quote-pricing-section {
    padding: 0;
    margin-bottom: 1.5rem;
    background-color: transparent;
}

.tour-price-large {
    font-size: 2rem;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.tour-price-large .price-unit {
    font-size: 1rem;
    font-weight: 400;
    color: #2f2f2f;
}

.included-link-blue {
    color: #22c55e;
    text-decoration: underline;
    font-size: 0.95rem;
    display: inline-block;
}

.included-link-blue:hover {
    text-decoration: underline;
}

.quote-divider {
    display: none;
}

.quote-form-section-new {
    padding: 0;
    background-color: transparent;
}

.quote-form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 1.25rem;
}

.quote-form-fields {
    margin-bottom: 1.25rem;
}

.quote-input-field {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
}

.quote-input-icon {
    color: #22c55e;
    margin-right: 0.75rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.quote-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 0.95rem;
    color: #2f2f2f;
    background: transparent;
    padding: 0;
}

.quote-input::placeholder {
    color: #999;
}

.quote-input-arrow {
    color: #2f2f2f;
    font-size: 0.75rem;
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
}

.quote-input-field .date-field-content,
.quote-input-field .travelers-field-content {
    flex: 1;
    width: 100%;
}

.quote-input-field .date-field-content .quote-input,
.quote-input-field .travelers-field-content .quote-input {
    width: 100%;
}

.quote-input-field .calendar-panel,
.quote-input-field .travelers-panel {
    z-index: 1050;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    min-width: 100%;
}

.quote-input-field.date-field.active .calendar-panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.quote-input-field.travelers-field.active .travelers-panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.btn-quote-orange {
    background: #22c55e !important;
    color: #fff !important;
    border: none;
    padding: 0.875rem 1.25rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 4px;
    margin-bottom: 1.25rem;
    transition: all 0.2s;
    width: 100%;
}

.btn-quote-orange:hover {
    background-color: #f5f5f5;
    color: #2f2f2f;
    border-color: #ccc;
}

.quote-benefits-new {
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
}
.main-content-wrapper.clear {
    margin: 0 !important;
}
.quote-benefits-new li {
    padding: 0.35rem 0;
    font-size: 0.95rem;
    color: #2f2f2f;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: 100% !important;
}
p.accommodation-meals-mobile {
    margin: 0;
}
.quote-benefits-new li i {
    display: none !important;
}

.quote-benefits-new li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1rem;
    color: #2f2f2f;
    display: inline-block;
    margin-right: 0.4rem;
}
i.fa-solid.fa-plus, i.fa-solid.fa-minus {
    color: #fff !important;
}
button.btn.btn-sm.counter-btn.counter-decrease.sc_button_hover_slide_left {
    background: #0d4bc1 !important;
}
h3.section-title{
    margin: 0;
    margin-bottom: 10px !important;
}  
.quote-benefits-new li span {
    text-decoration: underline;
}

.quote-benefits-new li a {
    color: #22c55e;
    text-decoration: underline;
}

.quote-benefits-new li a:hover {
    color: #1976d2;
}

/* Navigation Menu Styles */
.main-navbar {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #2f2f2f;
    font-size: 1.25rem;
    font-weight: 700;
}

.navbar-brand i {
    color: #4caf50;
    font-size: 1.5rem;
}

.navbar-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
    align-items: center;
}

.navbar-menu .nav-link {
    color: #555;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.2s;
    position: relative;
    padding: 0.5rem 0;
}

.navbar-menu .nav-link:hover {
    color: #22c55e;
}

.navbar-menu .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #22c55e;
    transition: width 0.3s;
}

.navbar-menu .nav-link:hover::after {
    width: 100%;
}

.navbar-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #2f2f2f;
    cursor: pointer;
    padding: 0.5rem;
}

@media (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }

    .navbar-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        flex-direction: column;
        gap: 0;
        padding: 1rem 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .navbar-menu.active {
        max-height: 300px;
    }

    .navbar-menu li {
        width: 100%;
    }

    .navbar-menu .nav-link {
        display: block;
        padding: 1rem 1.5rem;
        border-bottom: 1px solid #f0f0f0;
    }

    .navbar-menu .nav-link::after {
        display: none;
    }
}

/* Accommodation Gallery Popup */
.accommodation-gallery-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.accommodation-gallery-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 90%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-header {
    position: relative;
    width: 100%;
    background: #0d4bc1;
    color: #fff;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10001;
    flex-shrink: 0;
}

.gallery-header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
}

.gallery-close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    transition: opacity 0.2s;
}

.gallery-close-btn:hover {
    opacity: 0.8;
}

.gallery-main-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
    min-height: 0;
}

.gallery-main-image-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.gallery-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .gallery-main-image {
        height: 270px;
    }

    .gallery-counter-wrapper {
        min-width: 100%;
        text-align: center;
        justify-content: center;
    }

    .gallery-footer {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .gallery-thumbnails {
        width: 100%;
        justify-content: center;
        padding: 0.25rem 0 0.5rem;
    }
}

.gallery-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.1rem;
    color: #fff;
    z-index: 10002;
    transition: background 0.2s, transform 0.2s, opacity 0.2s;
    box-shadow: none;
}

.gallery-nav-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-50%) scale(1.05);
    opacity: 1;
}

.gallery-prev {
    left: 20px;
}

.gallery-next {
    right: 20px;
}

.gallery-footer {
    position: relative;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10001;
    flex-shrink: 0;
}

.gallery-counter-wrapper {
    font-size: 0.9rem;
    color: #fff;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.gallery-category {
    font-weight: 400;
    margin-right: 0.25rem;
}

.gallery-thumbnails {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.5rem 0;
    flex: 1;
    justify-content: flex-end;
}

.gallery-thumbnails::-webkit-scrollbar {
    height: 4px;
}

.gallery-thumbnails::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.gallery-thumbnail {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 3px;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.8;
    transition: opacity 0.2s, border-color 0.2s;
    flex-shrink: 0;
}

.gallery-thumbnail:hover {
    opacity: 1;
}

.gallery-thumbnail.active {
    border-color: #b52525;
    opacity: 1;
}

/* Button hover slide with 90% transparent background */
.sc_button_hover_slide_left {
    background: linear-gradient(
        to right,
        color-mix(in srgb, #b4b4b4 10%, transparent 90%) 50%,
        color-mix(in srgb, var(--theme-color-accent_link, #b4b4b4) 10%, transparent 90%) 50%
    ) no-repeat scroll right bottom / 210% 100% var(--theme-color-accent_link, #b4b4b4) !important;
}

[class*="sc_button_hover_slide"] {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button.btn.btn-sm.counter-btn.counter-decrease, button.btn.btn-sm.counter-btn.counter-increase {
    background: #1eb054 !important;
}

@media (min-width: 1024px) {
    .elementor-page .site-content h3, h3 {
        font-size: 20px !important;
    }
}

/* Related Tours Section */
.related-tours-section {
    margin-top: 2rem;
}

.related-tours-section .section-title {
    margin-bottom: 1.5rem;
}

.related-tours-section .safari-card {
    height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
}

.related-tours-section .safari-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.related-tours-section .safari-image {
    height: 200px;
}

.related-tours-section .safari-title-overlay {
    font-size: 1.25rem;
    padding: 1rem 1.25rem 0.75rem;
}

@media (max-width: 991px) {
    .related-tours-section .col-md-6 {
        margin-bottom: 1.5rem;
    }
}
.gallery-header {
    background: #1eb054 !important;
    color: #fff !important;
    padding: 10px 20px !important;
}

/* FAQ two-column layout (tour type + destination) */
.faq-two-col {
    display: flex;
    gap: 1rem;
    align-items: stretch;
    max-width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow: hidden;
    margin-top: 30px !important;
}
.faq-nav-col {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    border-right: none;
    background: #e8e8e8;
}
.faq-nav-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 1rem 1.25rem;
    text-align: center;
    background: #d8d8d8;
    border-bottom: 1px solid #d0d0d0;
}
.faq-nav-box {
    padding: 1rem 1.25rem;
    flex: 1;
}
.faq-nav-link {
    display: block;
    color: #2196f3;
    text-decoration: none;
    padding: 0.65rem 0;
    font-size: 0.95rem;
    line-height: 1.45;
    transition: color 0.2s;
    border: none !important;
    outline: none !important;
}
.faq-nav-link:hover {
    color: #1976d2;
}
.faq-nav-link.active {
    color: #1a237e;
    font-weight: 600;
}
.faq-detail-col {
    flex: 1;
    min-width: 0;
    max-height: 70vh;
    overflow-y: auto;
    padding: 2rem 2rem;
    background: #e8e8e8;
}
.faq-main-heading {
    color: #333;
    font-size: 1.65rem;
    font-weight: 700;
    margin: 0 0 1.75rem 0;
    line-height: 1.3;
}
.faq-item {
    display: none;
}
.faq-item.active {
    display: flex;
    align-items: stretch;
    gap: 0;
}
.faq-item-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 48px;
    width: 48px;
}
.faq-badge {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #c62828;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-vertical-line {
    width: 2px;
    flex: 1;
    min-height: 24px;
    background: #c62828;
    margin-top: 0.5rem;
}
.faq-item-body {
    flex: 1;
    min-width: 0;
    padding-left: 1.25rem;
}
.faq-question {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 1rem 0;
    line-height: 1.35;
}
.faq-answer {
    color: #555;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}
.faq-answer p {
    margin-bottom: 1em;
}
.faq-answer p:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .faq-two-col {
        flex-direction: column;
    }
    .faq-nav-col {
        flex: 0 0 auto;
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
        border-right: none;
        border-bottom: 1px solid #d0d0d0;
    }
    .faq-nav-title {
        border-bottom: 1px solid #d0d0d0;
    }
    .faq-detail-col {
        padding: 1.5rem 1.25rem;
    }
    .faq-item.active {
        flex-direction: column;
        align-items: flex-start;
    }
    .faq-item-left {
        flex-direction: row;
        flex: none;
        width: 100%;
        gap: 0.75rem;
    }
    .faq-vertical-line {
        display: none;
    }
    .faq-item-body {
        padding-left: 0;
        padding-top: 0.5rem;
    }
}

/* Listing page: FAQ column in separate container-fluid */
.listing-faq-sidebar {
    padding: 2rem 0;
}
.listing-faq-sidebar .faq-two-col {
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .listing-faq-sidebar .faq-two-col {
        flex-direction: column;
    }
    .listing-faq-sidebar .faq-nav-col {
        flex: 0 0 auto;
        width: 100%;
    }
    .listing-faq-sidebar .faq-detail-col {
        flex: 0 0 auto;
        width: 100%;
        max-height: none;
    }
}