/* Trip modal scoped styles */
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-popup {position: relative;	background: #fff;padding: 0;max-width: 1215px;width: 100%;max-height: 90vh;overflow: hidden;box-shadow: 0 18px 48px rgba(0,0,0,0.28);}
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-popup.trip-bookng {max-width: 1215px;width: 100%;max-height: 90vh;overflow: auto;}
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-summary-list {list-style: none;padding: 0;	margin: 0;}
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-summary-list li {	margin-bottom: 8px;}
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-top {	padding: 25px 25px 10px;background: #f8f9fb;border-bottom: 1px solid #e5e7eb;}
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-right {	padding: 0 25px !important;	background: #fff;}
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-field label {	font-weight: 600;font-size: 14px;margin-bottom: 6px;display: block;}
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-field input,
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-field select,
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-field textarea {width: 100%;border: 1px solid #d9d9d9;	border-radius: 0 !important;padding: 10px 12px !important;	font-size: 14px;}
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-field textarea {	min-height: 90px;}
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-actions .tm-btn {	width: 100%;	background: #ab8a62;	color: #fff;	border: none;	padding: 12px;	border-radius: 0;	font-weight: 600;	text-transform: uppercase;	letter-spacing: 0.5px;}
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-actions .tm-btn:hover {background: #333;}
.tm-trip-popup .tm-trip-right .tm-trip-booking-form .tm-trip-steps select  {color: #464040;}
.tm-trip-popup .tm-trip-right .tm-trip-booking-form .tm-trip-steps .tm-trip-step .tm-trip-field select#tm_leader_room, .tm-trip-popup .tm-trip-right .tm-trip-booking-form .tm-trip-steps .tm-trip-step input[type="date"] { height: 46px;}

.tm-trip-actions.d-flex.gap-2{gap:20px}
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-actions.d-flex.gap-2 .tm-btn {width: 50%;}
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-step {padding: 25px;}
.tm-tour-page-wrapper #tm-trip-modal .tm-preview {background: #f8f9fb;	border: 1px solid #e5e7eb;	border-radius: 8px;}
.tm-tour-page-wrapper #tm-trip-modal .tm-preview strong {	display: inline-block;	min-width: 120px;}
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-right .tm-trip-booking-form .tm-trip-actions.d-flex.gap-2.items-align-center {padding: 0 25px;}
.tm-tour-page-wrapper #tm-trip-modal .tm-error {color: #d93025;font-size: 12px;margin-top: 4px;}
.tm-tour-page-wrapper #tm-trip-modal .tm-traveler-summary-list {display: grid;	grid-template-columns: repeat(2, minmax(0, 1fr));	gap: 10px;}
.tm-tour-page-wrapper #tm-trip-modal .tm-traveler-summary-item {	border: 1px solid #e5e7eb;	border-radius: 6px;	padding: 10px 12px;	background: #fff;	height: 100%;}
.tm-tour-page-wrapper #tm-trip-modal .tm-traveler-summary-head {	font-weight: 700;	margin-bottom: 6px;	display: flex;	align-items: center;	gap: 8px;}
.tm-tour-page-wrapper #tm-trip-modal .tm-badge {display: inline-block;	background: #e9ecef;color: #111;border-radius: 12px;	padding: 2px 10px;	font-size: 12px;}
.tm-tour-page-wrapper #tm-trip-modal .tm-badge.success {background: #d1fae5;color: #065f46;}
.tm-tour-page-wrapper #tm-trip-modal .tm-traveler-summary-body div {	margin-bottom: 4px;	font-size: 14px;}
.tm-tour-page-wrapper #tm-trip-modal .tm-passport-preview img {	margin-top: 6px;	max-width: 120px;	border: 1px solid #e5e7eb;	border-radius: 4px;}
@media (max-width: 991px) {	.tm-tour-page-wrapper #tm-trip-modal .tm-trip-right {padding: 18px;	}}
/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Barlow:wght@300;400;500;600;700&family=Barlow+Condensed:wght@300;400;500;600;700&display=swap');

/* Container and layout */
.tm-container{max-width:1200px;margin:0 auto}
.tm-wrap{display:flex;gap:24px;margin:32px 0}
.tm-content{flex:1}
.tm-sidebar{width:370px}

/* Hero */
.tm-hero{position:relative;height:260px;overflow:hidden;border-radius:8px}
.tm-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(0.6);transform:scale(1.05)}
.tm-hero-inner{position:relative;z-index:1;color:#fff;padding:24px}
.tm-hero-title{margin:0 0 6px;font-size:28px}
.tm-hero-subtitle{opacity:.9}

/* Steps */
.tm-steps{display:flex;gap:12px;margin:0 0 16px}
.tm-step{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #ddd;border-radius:20px;font-size:13px;color:#777}
.tm-step span{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#eee;font-size:12px}
.tm-step.is-active{border-color:#2e7d32;color:#2e7d32}
.tm-step.is-active span{background:#2e7d32;color:#fff}

/* Form */
.tm-form{background:#fff;border:1px solid #eee;border-radius:8px;padding:16px}
.tm-step-panel{display:none}
.tm-step-panel.is-active{display:block}
.tm-field{margin:12px 0}
.tm-field label{display:block;margin-bottom:6px;font-weight:600}
.tm-field input,.tm-field select,.tm-field textarea{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:6px;color: #4f4f4f !important;}
.tm-field input:not(textarea), .tm-field select { height: 40px;}
.tm-field.tm-field-checkbox label{display:flex;align-items:flex-start;gap:8px;font-weight:400;margin-bottom:0}
.tm-field.tm-field-checkbox input[type="checkbox"]{width:auto;height:auto;margin-top:4px}
.tm-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.tm-actions{display:flex;gap:12px;margin-top:8px}
.tm-btn{background:#43a047;color:#fff;border:none;border-radius:4px;padding:10px 14px;cursor:pointer}
.tm-btn.tm-prev{background:#9e9e9e}
.tm-submit[disabled]{opacity:.6;cursor:not-allowed}
.tm-muted{color:#666}
.tm-success{padding:10px;text-align:center;color:#212529;background:#c8f1c8;font-weight:600;margin-top:10px;border-radius:4px}
.tm-success h3{margin:0 0 6px}
.tm-price-meta{margin-top:10px;font-size:13px;color:#f1f1f1}
.tm-price-meta span{display:block;margin-bottom:4px;opacity:.85}
.tm-price-summary{margin-top:12px;background:rgba(255,255,255,0.1);padding:10px;border-radius:6px;font-size:13px;color:#fff}
.tm-price-summary span{display:block}

/* Sidebar price card */
.tm-price-card{border:1px solid #eee;border-radius:8px;overflow:hidden;background:#fff}
.tm-price-card-head{background:linear-gradient(90deg,#00a651,#1bb65e);color:#fff;padding:16px}
.tm-price-label{font-size:14px;opacity:.9}
.tm-price-value{font-size:22px;font-weight:700}
.tm-price-info{list-style:none;margin:0;padding:12px 16px}
.tm-price-info li{margin:6px 0}

.tm-tabs{padding:0 16px 16px}
.tm-tab-nav{display:flex;gap:12px;border-bottom:1px solid #eee;margin:0 -16px 12px;padding:0 16px}
.tm-tab-nav button{flex:1;padding:10px 0;color:#555;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;font-weight:600}
.tm-tab-nav button:hover{color:#2e7d32}
.tm-tab-nav button.is-active{border-color:#2e7d32;color:#2e7d32}
.tm-tab-panel{padding-top:8px;display:none}
.tm-tab-panel.is-active{display:block}
.tm-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:9999}
.tm-modal.is-active{display:flex}
.tm-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.6)}
.tm-modal-dialog{position:relative;background:#fff;border-radius:10px;padding:24px;max-width:780px;width:92%;max-height:90vh;overflow:auto;box-shadow:0 12px 40px rgba(0,0,0,0.25)}
.tm-modal-close{position:absolute;top:12px;right:14px;background:transparent;border:none;font-size:26px;line-height:1;color:#666;cursor:pointer}
.tm-modal-subtitle{margin:-4px 0 16px;color:#666}
.tm-modal-actions .tm-btn + .tm-btn{margin-left:8px}
.tm-traveler-block{border:1px solid #e4e4e4;border-radius:8px;padding:16px;margin-bottom:16px}
.tm-traveler-block h4{margin:0 0 12px;font-size:16px}
.tm-traveler-grid{display:grid;grid-template-columns:120px 1fr 1fr 110px;gap:12px}
.tm-traveler-grid .tm-field{margin:0}
.tm-modal-section{margin-top:18px}
.tm-modal-section h4{margin:0 0 10px;font-size:16px}
.tm-modal-section .tm-grid.two{margin:0}
.tm-modal-section .tm-field{margin:8px 0}
.tm-summary-section{display:none;margin-top:20px;padding:16px;border:1px solid #e0e0e0;border-radius:8px;background:#f9f9f9}
.tm-summary-section.is-visible{display:block}
.tm-summary-section.is-highlight{box-shadow:0 0 0 3px rgba(67,160,71,0.25);transition:box-shadow .3s ease}
.tm-summary-section h4{margin:0 0 12px;font-size:16px}
.tm-summary-section ul{margin:0;padding-left:18px}
.tm-summary-section li{margin-bottom:6px;font-size:13px;color:#333}
.tm-summary-section table{width:100%;border-collapse:collapse;margin-top:10px;font-size:13px}
.tm-summary-section th,.tm-summary-section td{border:1px solid #ddd;padding:6px 8px;text-align:left}
.tm-summary-section th{background:#efefef;font-weight:600}
.tm-summary-section .tm-summary-table td{vertical-align:top}
.tm-summary-meta{display:block;font-size:12px;color:#666;margin-top:4px}
.tm-summary-overview{margin:0 0 12px;font-weight:600;color:#2e7d32}
.tm-summary-table-total{margin-top:8px;font-weight:600;text-align:right}
.tm-summary-section .tm-summary-subtitle{margin-top:12px;font-weight:600}
.tm-modal-actions{display:flex;justify-content:flex-end;margin-top:12px}
body.tm-modal-open{overflow:visible}
.tm-price-card .tm-modal .tm-modal-dialog button.tm-modal-close:focus { outline: none;}
.tm-price-card .tm-modal .tm-modal-dialog button.tm-modal-close{ background:#ffcc00; color:#000; padding:4px 10px; font-size:20px}

input.tm-error, select.tm-error, textarea.tm-error{border-color:#d93025!important;box-shadow:0 0 0 1px rgba(217,48,37,0.2)}
.tm-error-message{margin-top:4px;font-size:12px;color:#d93025}

@media (max-width:992px){
	.tm-wrap{flex-direction:column}
	.tm-sidebar{width:auto}
}

@media (max-width:600px){
	.tm-traveler-grid{grid-template-columns:1fr;gap:10px}
}

/* ============================================
   TOUR PAGE STYLES - Scoped to .tm-tour-page-wrapper
   ============================================ */

.tm-tour-page-wrapper {
    --primary-color: #1a472a;
    --secondary-color: #2d5016;
    --accent-color: #4a7c59;
    --text-dark: #333;
    --text-light: #666;
    --border-color: #dee2e6;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

/* Container System */
.tm-tour-page-wrapper .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.tm-tour-page-wrapper .container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

/* Grid System */
.tm-tour-page-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.tm-tour-page-wrapper .col-lg-6,
.tm-tour-page-wrapper .col-lg-5,
.tm-tour-page-wrapper .col-lg-7,
.tm-tour-page-wrapper .col-lg-8,
.tm-tour-page-wrapper .col-lg-4,
.tm-tour-page-wrapper .col-md-4,
.tm-tour-page-wrapper .col-md-6 {
    padding: 0 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .tm-tour-page-wrapper .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .tm-tour-page-wrapper .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .tm-tour-page-wrapper .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .tm-tour-page-wrapper .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .tm-tour-page-wrapper .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tm-tour-page-wrapper .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .tm-tour-page-wrapper .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

/* Utility Classes */
.tm-tour-page-wrapper .position-relative { position: relative; }
.tm-tour-page-wrapper .text-white { color: #fff; }
.tm-tour-page-wrapper .mb-0 { margin-bottom: 0; }
.tm-tour-page-wrapper .mb-2 { margin-bottom: 0.5rem; }
.tm-tour-page-wrapper .mb-3 { margin-bottom: 1rem; }
.tm-tour-page-wrapper .mb-4 { margin-bottom: 1.5rem; }
.tm-tour-page-wrapper .mb-5 { margin-bottom: 3rem; }
.tm-tour-page-wrapper .mt-2 { margin-top: 0.5rem; }
.tm-tour-page-wrapper .mt-3 { margin-top: 1rem; }
.tm-tour-page-wrapper .mt-5 { margin-top: 3rem; }
.tm-tour-page-wrapper .py-3 { padding-top: 1rem; padding-bottom: 1rem; background-color: #f8f5f0;}
.tm-tour-page-wrapper .py-5 { padding-top: 3rem; padding-bottom: 3rem; }
.tm-tour-page-wrapper .p-3 { padding: 1rem; }
.tm-tour-page-wrapper .p-4 { padding: 1.5rem; }
.tm-tour-page-wrapper .w-100 { width: 100%; }
.tm-tour-page-wrapper .h-100 { height: 100%; }
.tm-tour-page-wrapper .bg-light { background-color: #f8f9fa; }
.tm-tour-page-wrapper .bg-white { background-color: #fff; }
.tm-tour-page-wrapper .bg-success { background-color: #28a745; }
.tm-tour-page-wrapper .border { border: 1px solid var(--border-color); }
.tm-tour-page-wrapper .border-top-0 { border-top: none; }
.tm-tour-page-wrapper .rounded { border-radius: 0; }
.tm-tour-page-wrapper .rounded-top { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }
.tm-tour-page-wrapper .rounded-bottom { border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; }
.tm-tour-page-wrapper .shadow { box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075); }
.tm-tour-page-wrapper .text-center { text-align: center; }
.tm-tour-page-wrapper .fw-bold { font-weight: 700; }
.tm-tour-page-wrapper .display-6 { font-size: 2rem; font-weight: 300; line-height: 1.2; }
.tm-tour-page-wrapper .object-fit-cover { object-fit: cover; }
.tm-tour-page-wrapper .img-fluid { max-width: 100%; height: auto; }
.tm-tour-page-wrapper .align-items-end { align-items: flex-end; }
.tm-tour-page-wrapper .align-items-stretch { align-items: stretch; }
.tm-tour-page-wrapper .g-0 { margin: 0; }
.tm-tour-page-wrapper .g-0 > * { padding: 0; }
.tm-tour-page-wrapper .g-4 { margin: 0 -0.5rem; }
.tm-tour-page-wrapper .g-4 > * { padding: 0 0.5rem; margin-bottom: 1rem; }

/* HERO/BANNER SECTION */
.tm-tour-page-wrapper .hero-banner {
    position: relative;
    overflow: hidden;
    height: 85vh;
    max-height: 711px;
}

.tm-tour-page-wrapper .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tm-tour-page-wrapper .hero-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 2;
}

.tm-tour-page-wrapper .hero-banner .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 3;
}

.tm-tour-page-wrapper .hero-content {
    position: relative;
    z-index: 3;
}

.tm-tour-page-wrapper .hero-title {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin: 0;
}

.tm-tour-page-wrapper .hero-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    margin: 0;
}

.tm-tour-page-wrapper .stats-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 3;
    margin-bottom: 40px;
}

.tm-tour-page-wrapper .stat-item {
    text-align: center;
}

.tm-tour-page-wrapper .stat-number {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}

.tm-tour-page-wrapper .stat-label {
    font-size: 0.85rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* BREADCRUMB SECTION */
.tm-tour-page-wrapper .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.tm-tour-page-wrapper .breadcrumb-item {
    display: flex;
    align-items: center;
}

.tm-tour-page-wrapper .breadcrumb-item a {
    color: var(--text-light);
    text-decoration: none;
}

.tm-tour-page-wrapper .breadcrumb-item.active {
    color: var(--text-dark);
}

.tm-tour-page-wrapper .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: var(--text-light);
    padding: 0 0.5rem;
}

/* OVERVIEW SECTION */
.tm-tour-page-wrapper .overview-section {
    padding: 80px 0;
}


.tm-tour-page-wrapper .section-title {
    font-family: 'Gilda Display', serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

/* All headings use Gilda Display */
.tm-tour-page-wrapper h1,
.tm-tour-page-wrapper h2,
.tm-tour-page-wrapper h3,
.tm-tour-page-wrapper h4,
.tm-tour-page-wrapper h5,
.tm-tour-page-wrapper h6,
.tm-tour-page-wrapper .hero-title,
.tm-tour-page-wrapper .day-title,
.tm-tour-page-wrapper .similar-title {
    font-family: 'Gilda Display', serif;
}

/* Paragraph styles */
.tm-tour-page-wrapper p,
.tm-tour-page-wrapper .overview-text,
.tm-tour-page-wrapper .day-description,
.tm-tour-page-wrapper .day-description p {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px;
}

.tm-tour-page-wrapper .overview-text {
    font-size: 15px;
    color: #666;
    line-height: 1.75em;
}

.tm-tour-page-wrapper .highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tm-tour-page-wrapper .highlights-list li {
    padding: 12px 0;
    font-size: 1.05rem;
    color: var(--text-dark);
    display: flex;
    align-items: center;
}

.tm-tour-page-wrapper .highlights-list li i {
    color: var(--accent-color);
    margin-right: 12px;
    font-size: 0.7rem;
}

/* MAP + ITINERARY SECTION */
.tm-tour-page-wrapper .map-itinerary-section {
    padding: 80px 0;
    border-top: 1px solid #ab8a62;
    overflow: visible;
}

.tm-tour-page-wrapper .map-itinerary-section .container-fluid {
    overflow: visible;
}

.tm-tour-page-wrapper .map-itinerary-section .row {
    position: relative;
    align-items: flex-start;
    overflow: visible;
}

.tm-tour-page-wrapper .map-itinerary-section .col-lg-5 {
    position: relative;
    overflow: visible;
}

.tm-tour-page-wrapper .sticky-map-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 94px;
    align-self: flex-start;
    transition: all 0.3s ease;
    z-index: 1;
}

.tm-tour-page-wrapper .map-container {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid #f1eeeb;
}

.tm-tour-page-wrapper .map-container img {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 40px);
    object-fit: cover;
    display: block;
}

.tm-tour-page-wrapper .map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.tm-tour-page-wrapper .map-marker {
    position: absolute;
    transform: translate(-50%, -50%);
}

.tm-tour-page-wrapper .marker-dot {
    width: 16px;
    height: 16px;
    background: var(--primary-color);
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.tm-tour-page-wrapper .marker-label {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 4px 8px;
    border-radius: 1px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* ITINERARY CARD STYLING */
.tm-tour-page-wrapper .itinerary-line {
    position: relative;
    margin-bottom: 20px;
    padding: 1px;
}

.tm-tour-page-wrapper .itinerary-detail {
    position: relative;
    margin-bottom: 20px;
}

.tm-tour-page-wrapper .itinerary-line::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #aa8453;
    border-radius: 1px;
}

.tm-tour-page-wrapper .location-label {
    position: absolute;
    left: 0;
    top: -18px;
    background: #aa8453;
    color: #fff;
    padding: 6px 16px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.tm-tour-page-wrapper .location-label:hover {
    background: #ffce00;
}

.tm-tour-page-wrapper .day-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.tm-tour-page-wrapper .icon-line {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
}

.tm-tour-page-wrapper .day-section {
    margin-bottom: 50px;
}

.tm-tour-page-wrapper .content-desti {
    padding: 30px;
    margin-bottom: 20px;
}

.tm-tour-page-wrapper .right-img {
    width: 100%;
    border-radius: 0;
}

/* Remove border-radius from all images */
.tm-tour-page-wrapper img {
    border-radius: 0 !important;
}

/* Overview Image Design with Yellow Accent using ::before */
.tm-tour-page-wrapper .img_bg_home {
    position: relative;
    padding: 0 30px 30px 0px !important;
}

.tm-tour-page-wrapper .img_bg_home::before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 30px;
    bottom: 0;
    background-color: #ffce00;
    z-index: 1;
}

.tm-tour-page-wrapper .img_bg_home .overview-main-image {
    position: relative;
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    z-index: 2;
}

.tm-tour-page-wrapper .itinerary-wrap-sec {
    padding-left: 2.5rem;
    padding: 2.5rem;
    background-color: #f8f5f0;
    border: 1px solid #f1eeeb;
}

.tm-tour-page-wrapper .inclu-exclu-sec {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: 0;
}

.tm-tour-page-wrapper .inclu-exclu-sec .row {
    display: flex;
    align-items: stretch;
}

.tm-tour-page-wrapper .inclu-exclu-sec .col-lg-8,
.tm-tour-page-wrapper .inclu-exclu-sec .col-lg-4 {
    display: flex;
}

.tm-tour-page-wrapper .inclu-exclu-sec .similar-box,
.tm-tour-page-wrapper .inclu-exclu-sec .right-img-full {
    height: 100%;
    width: 100%;
}

.tm-tour-page-wrapper .similar-box {
    background: #e6dac0;
    padding: 50px 40px;
    height: 100%;
}

.tm-tour-page-wrapper .similar-title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.3;
}

.tm-tour-page-wrapper .learn-link {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tm-tour-page-wrapper .learn-link i {
    font-size: 12px;
}

.tm-tour-page-wrapper .right-img-full {
    width: 100%;
    max-height: 303px;
    object-fit: cover;
}

.tm-tour-page-wrapper .inclu-exclu-sec .row:nth-child(1) .similar-box {
    background: #f5f2eb !important;
}

.tm-tour-page-wrapper .inclu-exclu-sec .row:nth-child(2) .similar-box {
    background: #e6dbc1 !important;
}

.tm-tour-page-wrapper .inclu-exclu-sec .row:nth-child(3) .similar-box {
    background: #e6dbc1 !important;
}

/* ACCOMMODATION SECTION */
.tm-tour-page-wrapper .accommodation-section {
    padding: 80px 0;
    background: white;
}

.tm-tour-page-wrapper .section-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    font-weight: 300;
    font-style: italic;
}

.tm-tour-page-wrapper .accommodation-card {
    border-radius: 1px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
    height: 100%;
}

.tm-tour-page-wrapper .accommodation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.tm-tour-page-wrapper .accommodation-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.tm-tour-page-wrapper .card-body {
    padding: 25px;
}

.tm-tour-page-wrapper .card-body h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 12px;
}

.tm-tour-page-wrapper .card-body p {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* BOOKING FORM SECTION */
.tm-tour-page-wrapper .booking-section {
    padding: 80px 0;
}

.tm-tour-page-wrapper .booking-form .form-label {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.tm-tour-page-wrapper .booking-form .form-control,
.tm-tour-page-wrapper .booking-form .form-select {
    border: 1px solid var(--border-color);
    padding: 9px 15px;
    border-radius: 1px;
    width: 100%;
    font-size: 1rem;
}

.tm-tour-page-wrapper .booking-form .form-control:focus,
.tm-tour-page-wrapper .booking-form .form-select:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.2rem rgba(74, 124, 89, 0.25);
    outline: none;
}

.tm-tour-page-wrapper .input-group {
    display: flex;
}

.tm-tour-page-wrapper .input-group-text {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background-color: #e9ecef;
    border: 1px solid var(--border-color);
    border-left: none;
    border-radius: 0;
}

.tm-tour-page-wrapper .input-group .form-control {
    border-right: none;
    border-radius: 0;
}

.tm-tour-page-wrapper .room-people-section {
    margin-top: 30px;
}

.tm-tour-page-wrapper .booking-summary {
    position: sticky;
    top: 100px;
}

.tm-tour-page-wrapper .summary-header {
    background: #aa8453 !important;
}

.tm-tour-page-wrapper .summary-header h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
	color: #fff;
}

.tm-tour-page-wrapper .total-price {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 10px;
}

.tm-tour-page-wrapper .price-details {
    font-size: 0.95rem;
}

.tm-tour-page-wrapper .price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.tm-tour-page-wrapper .price-item:last-child {
    border-bottom: none;
}

.tm-tour-page-wrapper .summary-contact {
    border: 1px solid var(--border-color);
}

.tm-tour-page-wrapper .summary-contact h5 {
    color: #222222;
    font-weight: 700;
}

.tm-tour-page-wrapper .summary-contact p {
    margin: 0.5rem 0;
}

/* Button Styles - Barlow Condensed */
.tm-tour-page-wrapper .tours-btn,
.tm-tour-page-wrapper .btn-dark,
.tm-tour-page-wrapper .btn-dark a,
.tm-tour-page-wrapper button.tours-btn,
.tm-tour-page-wrapper a.tours-btn {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background: #ab8a62;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.tm-tour-page-wrapper .tours-btn:hover::after{
        width: 100%;
    left: 0;
    -webkit-transition: width 0.3s 
ease;
    transition: width 0.3s 
ease;
}

.tm-tour-page-wrapper .tours-btn::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #222;
    color: #fff !important;
    -webkit-transition: all 0.3s 
ease;
    transition: all 0.3s 
ease;
}
.tm-tour-page-wrapper .tm-btn:hover{color: #fff;}

.tm-tour-page-wrapper .btn-outline-primary {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #ab8a62;
    color: #222222;
    background: transparent;
    padding: 13px 22px;
    letter-spacing: 3px;
    font-size: 15px;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.tm-tour-page-wrapper .btn-outline-primary:hover {
    background: #ab8a62;
    border-color: #ab8a62;
    color: #fff;
}

/* Form Styles - Scoped to wrapper */
.tm-tour-page-wrapper .tm-form {
    background: #fff;
    border: 1px solid #f1eeeb;
    border-radius: 2px;
    padding: 16px;
}

.tm-tour-page-wrapper .tm-tabs {
    padding: 0 16px 16px;
}

.tm-tour-page-wrapper .tm-tab-nav {
    display: flex;
    gap: 12px;
    border-bottom: 1px solid #f1eeeb;
    margin: 0 -16px 12px;
    padding: 0 16px;
}

.tm-tour-page-wrapper .tm-tab-nav button {
    flex: 1;
    padding: 10px 0;
    color: #555;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-weight: 600;
	font-size: 20px;
}
.tm-tour-page-wrapper .tm-tab-nav button:focus{
    outline: none;
}

.tm-tour-page-wrapper .tm-tab-nav button:hover {
    color: #ffce00;
}
.tm-tour-page-wrapper .tm-btn:hover span {
    color: #fff !important;
    z-index: 2;
    position: relative;
}
.tm-tour-page-wrapper .tm-tab-nav button.is-active {
    border-color: #ffce00;
    color: #ffce00;
}

.tm-tour-page-wrapper .tm-tab-panel {
    padding-top: 8px;
    display: none;
}

.tm-tour-page-wrapper .tm-tab-panel.is-active {
    display: block;
}

.tm-tour-page-wrapper .tm-field {
    margin: 12px 0;
}

.tm-tour-page-wrapper .tm-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.tm-tour-page-wrapper .tm-field input,
.tm-tour-page-wrapper .tm-field select,
.tm-tour-page-wrapper .tm-field textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 1rem;
}

.tm-tour-page-wrapper .tm-field input:not([type="checkbox"]),
.tm-tour-page-wrapper .tm-field select {
    height: 40px;
}

.tm-tour-page-wrapper .tm-field.tm-field-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: 400;
    margin-bottom: 0;
}

.tm-tour-page-wrapper .tm-field.tm-field-checkbox input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-top: 4px;
}

.tm-tour-page-wrapper .tm-grid.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.tm-tour-page-wrapper .tm-actions {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}


.tm-tour-page-wrapper .tm-btn {
    background: #43a047;
    color: #fff;
    border: none;
    border-radius: 1px;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 1rem;
}

.tm-tour-page-wrapper .tm-btn.tm-prev {
    background: #9e9e9e;
}

.tm-tour-page-wrapper .tm-submit[disabled] {
    opacity: .6;
    cursor: not-allowed;
}

.tm-tour-page-wrapper .tm-success {
    padding: 10px;
    text-align: center;
    color: #212529;
    background: #c8f1c8;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 1px;
}

.tm-tour-page-wrapper .tm-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.tm-tour-page-wrapper .tm-modal.is-active {
    display: flex;
}

.tm-tour-page-wrapper .tm-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.tm-tour-page-wrapper .tm-modal-dialog {
    position: relative;
    background: #f8f5f0;
    border-radius: 1px;
    padding: 24px;
    max-width: 780px;
    width: 92%;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
}

.tm-tour-page-wrapper .tm-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: #ffcc00;
    color: #000;
    border: none;
    font-size: 26px;
    line-height: 1;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: qpx;
}

.tm-tour-page-wrapper .tm-modal-subtitle {
    margin: -4px 0 16px;
    color: #666;
}

.tm-tour-page-wrapper .tm-modal-title-bold {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px;
}

.tm-tour-page-wrapper .tm-modal-section {
    margin-top: 18px;
}

.tm-tour-page-wrapper .tm-modal-section h4 {
    margin: 0 0 10px;
    font-size: 16px;
}

.tm-tour-page-wrapper .tm-modal-section .tm-grid.two {
    margin: 0;
}

.tm-tour-page-wrapper .tm-modal-section .tm-field {
    margin: 8px 0;
}

.tm-tour-page-wrapper .tm-summary-section {
    display: none;
    margin-top: 20px;
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #f9f9f9;
}

.tm-tour-page-wrapper .tm-summary-section.is-visible {
    display: block;
}

.tm-tour-page-wrapper .tm-traveler-block {
    border: 1px solid #e4e4e4;
    border-radius: 1px;
    padding: 16px;
    margin-bottom: 16px;
}

.tm-tour-page-wrapper .tm-traveler-grid {
    display: grid;
    grid-template-columns: 120px 1fr 1fr 110px;
    gap: 12px;
}

.tm-tour-page-wrapper .tm-traveler-grid .tm-field {
    margin: 0;
}

.tm-tour-page-wrapper .tm-modal-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
    gap: 8px;
}

.tm-tour-page-wrapper .tm-modal-actions .tm-btn.tm-modal-preview,
.tm-tour-page-wrapper .tm-modal-actions .tm-btn.tm-modal-submit {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background: #ab8a62;
    color: #fff;
    padding: 13px 22px;
    margin: 0;
    font-size: 15px;
    letter-spacing: 3px;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.tm-tour-page-wrapper .tm-modal-actions .tm-btn.tm-modal-preview:hover,
.tm-tour-page-wrapper .tm-modal-actions .tm-btn.tm-modal-submit:hover {
    background: #9a7a52;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    color: #fff;
}

.tm-tour-page-wrapper input.tm-error,
.tm-tour-page-wrapper select.tm-error,
.tm-tour-page-wrapper textarea.tm-error {
    border-color: #d93025 !important;
    box-shadow: 0 0 0 1px rgba(217,48,37,0.2);
}

.tm-tour-page-wrapper .tm-error-message {
    margin-top: 4px;
    font-size: 12px;
    color: #d93025;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
    .tm-tour-page-wrapper .hero-title {
        font-size: 2.5rem;
    }
    
    .tm-tour-page-wrapper .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .tm-tour-page-wrapper .stats-box {
        padding: 20px 30px;
        margin-top: 30px;
    }
    
    .tm-tour-page-wrapper .stat-number {
        font-size: 2rem;
    }
    
    .tm-tour-page-wrapper .sticky-map-wrapper {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }
    
    .tm-tour-page-wrapper .booking-summary {
        position: relative;
        top: 0;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .tm-tour-page-wrapper .hero-banner {
        height: 50vh;
        min-height: 400px;
    }
    
    .tm-tour-page-wrapper .hero-title {
        font-size: 2rem;
    }
    
    .tm-tour-page-wrapper .section-title {
        font-size: 1.25rem;
    }
    
    .tm-tour-page-wrapper .stats-box {
        flex-direction: row;
        gap: 20px;
        padding: 10px;
    }
	#hero-bottom-content{
		padding: 20px 10px !important;
	}
	#hero-slider .owl-nav{
		top: 45% !important;
	}
    .tm-tour-page-wrapper .stat-item {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid var(--border-color);
    }
    
    .tm-tour-page-wrapper .stat-item:last-child {
        border-bottom: none;
    }
    
    .tm-tour-page-wrapper .tm-traveler-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .tm-tour-page-wrapper .itinerary-wrap-sec,
    .tm-tour-page-wrapper .inclu-exclu-sec {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .tm-tour-page-wrapper .tm-vertical-tabs {
        flex-direction: column;
    }
    
    .tm-tour-page-wrapper .tm-vertical-tabs-nav {
        flex-direction: row;
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 20px;
        margin-right: 0;
    }
    
    .tm-tour-page-wrapper .tm-vertical-tab-btn {
        padding: 10px 15px;
        border-bottom: 2px solid transparent;
        border-right: none;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .tm-tour-page-wrapper .tm-vertical-tab-btn:focus{
        outline: none;
    }
    
    .tm-tour-page-wrapper .tm-vertical-tab-btn.is-active {
        border-bottom-color: #2e7d32;
        border-right: none;
    }
    
    .tm-tour-page-wrapper .tm-vertical-tabs-content {
        padding-left: 0;
        padding-top: 0;
    }
}

/* Vertical Tabs Styles */
.tm-tour-page-wrapper .tour-info-tabs-section {
    background: #fff;
}

.tm-tour-page-wrapper .tm-vertical-tabs {
    display: flex;
    gap: 30px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tm-tour-page-wrapper .tm-vertical-tabs-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 200px;
    border-right: 1px solid #f1eeeb;
    padding-right: 30px;
    margin-right: 30px;
}

.tm-tour-page-wrapper .tm-vertical-tab-btn {
    background: transparent;
    border: none;
    padding: 15px 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    border-radius: 1px;
    transition: all 0.3s ease;
    border-right: 3px solid transparent;
    position: relative;
}

.tm-tour-page-wrapper .tm-vertical-tab-btn:hover {
    background: #f8f5f0;
    color: #222;
}

.tm-tour-page-wrapper .tm-vertical-tab-btn.is-active {
    background: #f8f5f0;
    color: #222;
    border-right-color: #aa8453;
}

.tm-tour-page-wrapper .tm-vertical-tabs-content {
    flex: 1;
    padding-left: 20px;
}

.tm-tour-page-wrapper .tm-vertical-tab-panel {
    display: none;
    animation: fadeIn 0.3s ease;
}

.tm-tour-page-wrapper .tm-vertical-tab-panel.is-active {
    display: block;
}

.tm-tour-page-wrapper .tm-tab-content-inner {
    line-height: 1.8;
    color: #333;
}

.tm-tour-page-wrapper .tm-tab-content-inner h3,
.tm-tour-page-wrapper .tm-tab-content-inner h4 {
    color: #222;
    margin-top: 20px;
    margin-bottom: 15px;
}

.tm-tour-page-wrapper .tm-tab-content-inner h3:first-child,
.tm-tour-page-wrapper .tm-tab-content-inner h4:first-child {
    margin-top: 0;
}

.tm-tour-page-wrapper .tm-tab-content-inner ul,
.tm-tour-page-wrapper .tm-tab-content-inner ol {
    margin: 15px 0;
/*     padding-left: 25px; */
}

.tm-tour-page-wrapper .tm-tab-content-inner li {
    margin-bottom: 10px;
}

.tm-tour-page-wrapper .tm-tab-content-inner p {
    margin-bottom: 15px;
}

/* Additional borders for content sections */
.tm-tour-page-wrapper .inclusions-content,
.tm-tour-page-wrapper .exclusions-content,
.tm-tour-page-wrapper .notes-content {
    padding: 20px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#tm-itinerary-repeater .tm-itinerary-item .wp-editor-container textarea#tm_itinerary_description_1 {
    color: #000;
}

/* Date Picker Calendar Styling */
.tm-date-picker::-webkit-datetime-edit{
	font-weight:400 !important;
}

.tm-tour-page-wrapper input[type="date"].tm-date-picker {
    font-size: 18px;
    padding: 14px 18px;
    cursor: pointer;
    min-height: 50px;
    border: 1px solid #dee2e6;
}

.tm-tour-page-wrapper input[type="date"].tm-date-picker:focus {
    border-color: #9a7a52;
    outline: none;
    box-shadow: 0 0 0 3px rgba(171, 138, 98, 0.2);
}

.tm-tour-page-wrapper input[type="date"].tm-date-picker::-webkit-calendar-picker-indicator {
    cursor: pointer;
    font-size: 20px;
    padding: 8px;
    background-color: #ab8a62;
    border-radius: 4px;
    color: #fff;
    margin-left: 10px;
    width: 32px;
    height: 32px;
}

.tm-tour-page-wrapper input[type="date"].tm-date-picker::-webkit-calendar-picker-indicator:hover {
    background-color: #9a7a52;
    transform: scale(1.1);
}

/* Date Picker Calendar Popup Styling - Note: Limited browser control */
.tm-tour-page-wrapper input[type="date"]::-webkit-datetime-edit {
    padding: 8px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.tm-tour-page-wrapper input[type="date"]::-webkit-datetime-edit-fields-wrapper {
    padding: 0 5px;
}

.tm-tour-page-wrapper input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

.tm-tour-page-wrapper input[type="date"]::-webkit-clear-button {
    display: none;
}

/* Room Type Selection Styling */
.tm-tour-page-wrapper .tm-room-type-option {
    margin-bottom: 8px;
}

.tm-tour-page-wrapper .tm-room-type-radio {
    display: none;
}

.tm-tour-page-wrapper .tm-room-type-label {
    display: block;
    padding: 8px 12px;
    border: 2px solid #ddd;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-tour-page-wrapper .tm-room-type-label:hover {
    border-color: #ab8a62;
    background: #f8f5f0;
}

.tm-tour-page-wrapper .tm-room-type-radio:checked + .tm-room-type-label {
    border-color: #ab8a62;
    background: #ab8a62;
    color: #fff;
    font-weight: 600;
}

.tm-tour-page-wrapper .tm-room-type-name {
    display: block;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .tm-tour-page-wrapper .tm-room-type-label {
        padding: 6px 10px;
        font-size: 12px;
        min-height: 40px;
    }
}

/*new banner*/

#hero-slider {
  position: relative;
    width: 100%;
      height: 85vh;
    max-height: 711px;
  overflow: hidden;
}

#hero-slider .slide,
#hero-slider .slide img,
#hero-slider .owl-carousel,
#hero-slider .owl-stage-outer,
#hero-slider .owl-stage,
#hero-slider .owl-item {
  height: 100%;
}
#hero-slider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 1;
  pointer-events: none;  
}

#hero-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
  object-position: center;
  display: block;
}

#hero-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
    z-index: 999 !important;
     padding: 0 25px; 
}

#hero-slider .owl-nav button {
    z-index: 9 !important;
  position: relative;
  background: rgba(0,0,0,0.4);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  transition: 0.3s;
}

#hero-slider .owl-nav button i {
  color: #fff;
  font-size: 22px;
}

#hero-slider .owl-nav button:hover {
  background: rgba(0,0,0,0.7);
}


#hero-bottom-content {
  position: absolute;
  bottom: 0;    
  left: 0;
  width: 100%;
  padding: 20px 40px; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
  color: #fff;
}

.custom-fs-tabs .nav-link {
    background: #c4c4c4;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    padding: 15px 25px;
    margin: 0 8px;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
}

.custom-fs-tabs .nav-link:hover {
    background: #b3b3b3;
}

.custom-fs-tabs .nav-link.active {
    position: relative;
}

.custom-fs-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #000; /* arrow color same as active bg */
}

.custom-fs-tabs {
    border-bottom: none !important;
}

.custom-fs-tabs .nav-tabs .nav-item.show .nav-link, .custom-fs-tabs .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #dee2e6 #dee2e6 #000 !important;
}

.tm-tour-page-wrapper .tm-modal-actions .tm-btn.tm-modal-preview:hover{
    background:#000;
}

.tm-tour-page-wrapper .tm-modal-actions .tm-btn.tm-modal-submit:hover{
    background:#000;
}
.tm-free-download-section {
	background: #f8f9fa;
}
.tm-download-wrapper {
	max-width: 500px;
	text-align: left;
}
.tm-download-toggle-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 30px;
	background: #fff;
	border: 2px solid #ab8a62;
	color: #ab8a62;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
}
.tm-download-toggle-btn:hover {
	background: #ab8a62;
	color: #fff;
}
.tm-download-toggle-btn:focus{
	outline: none;
}
.tm-download-toggle-btn i {
	font-size: 18px;
}
.tm-download-form-wrapper {
	margin-top: 20px;
	padding: 30px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	animation: slideDown 0.3s ease;
}
@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.tm-download-instruction {
	margin-bottom: 20px;
	color: #333;
	font-size: 14px;
}
.tm-download-input-wrapper {
	position: relative;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	border: 2px solid #e0e0e0;
	overflow: hidden;
	background: #fff;
}
.tm-download-icon-wrapper {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ab8a62;
	color: #fff;
	flex-shrink: 0;
}
.tm-download-icon-wrapper i {
	font-size: 20px;
}
.tm-download-email-input {
	flex: 1;
	border: none;
	padding: 15px;
	font-size: 16px;
	outline: none;
}
.tm-download-email-input:focus {
	outline: none;
}
.tm-download-input-wrapper:focus-within {
	border-color: #ab8a62;
}
.tm-download-submit-btn {
	width: 100%;
	padding: 10px 30px;
	background: #ab8a62;
	color: #fff;
	border: none;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s ease;
}
.tm-download-submit-btn:hover {	background: #ab8a62;}
.tm-download-submit-btn:disabled {background: #ccc;	cursor: not-allowed;}
.tm-download-message {margin-top: 15px;padding: 12px;	border-radius: 6px;	font-size: 14px;text-align: center;}
.tm-download-message.success {background: #d4edda;color: #155724;border: 1px solid #c3e6cb;}
.tm-download-message.error {background: #f8d7da;color: #721c24;border: 1px solid #f5c6cb;}
.tm-download-input-wrapper input#tm-download-email { margin: 0 !important; padding: 10px !important;}
.tm-download-submit-btn:hover {background:#000;}

/* ============================================
   MODERN HORIZONTAL TABS STYLES
   ============================================ */
.tm-modern-tabs-section {
	background: #fff;
	padding: 60px 0;
	z-index: 10;
	box-shadow: 0 -5px 30px rgba(0,0,0,0.1);
}

.tm-modern-tabs-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.tm-modern-tabs-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
	border-bottom: 2px solid #e8e3dc;
	position: relative;
}

.tm-modern-tabs-nav::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, #aa8453 0%, #c9a876 100%);
	width: 0;
	transition: width 0.3s ease, left 0.3s ease;
}

.tm-modern-tab-item {
	margin: 0;
	padding: 0;
}

.tm-modern-tab-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 18px 35px;
	background: transparent;
	border: none;
	border-bottom: 3px solid transparent;
	color: #666;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 1.5px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	font-family: 'Barlow', sans-serif;
}
.tm-modern-tab-btn:focus{
    outline: none;
}

.tm-modern-tab-btn::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, #aa8453 0%, #c9a876 100%);
	transition: width 0.3s ease;
}

.tm-modern-tab-btn:hover {
	color: #aa8453;
	background: rgba(170, 132, 83, 0.08);
}

.tm-modern-tab-btn.active {
	color: #aa8453;
	background: rgba(170, 132, 83, 0.12);
}

.tm-modern-tab-btn.active::before {
	width: 100%;
}

.tm-tab-icon {
	font-size: 18px;
	line-height: 1;
	transition: transform 0.3s ease;
	color: #aa8453 !important;
	opacity: 0.7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(170, 132, 83, 0.1);
	font-weight: bold;
	font-style: italic;
}

.tm-modern-tab-btn:hover .tm-tab-icon,
.tm-modern-tab-btn.active .tm-tab-icon {
	transform: scale(1.2);
	opacity: 1;
	color: #aa8453 !important;
	background: rgba(170, 132, 83, 0.2);
}

.tm-tab-text {
	position: relative;
}

.tm-modern-tabs-content {
	background: #fff;
	padding: 40px;
	min-height: 200px;
	box-shadow: 0 5px 25px rgba(170, 132, 83, 0.1);
	border-top: 1px solid rgba(170, 132, 83, 0.15);
}

.tm-modern-tab-panel {
	display: none;
	animation: fadeInUp 0.4s ease;
}

.tm-modern-tab-panel.active {
	display: block;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.tm-tab-content-inner {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
}

.tm-tab-content-inner p {
	margin-bottom: 15px;
}

.tm-tab-content-inner ul,
.tm-tab-content-inner ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

.tm-tab-content-inner li {
	margin-bottom: 10px;
	color: #666;
}

.tm-tab-content-inner h2,
.tm-tab-content-inner h3,
.tm-tab-content-inner h4 {
	color: #aa8453;
	margin-bottom: 20px;
	font-family: 'Gilda Display', serif;
	font-weight: 500;
}

.tm-tab-content-inner h2 {
	border-bottom: 2px solid rgba(170, 132, 83, 0.2);
	padding-bottom: 10px;
	margin-bottom: 25px;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 768px) {
	.tm-modern-tabs-section {
		padding: 40px 0;
	}
	
	.tm-modern-tabs-nav {
		gap: 8px;
		margin-bottom: 30px;
		justify-content: left;
	}
	
	.tm-modern-tab-btn {
		padding: 12px 20px;
		font-size: 12px;
	}
	
	.tm-tab-icon {
		font-size: 16px;
	}
	
	.tm-modern-tabs-content {
		padding: 25px 20px;
	}
}

/* ============================================
   RELATED TOURS GRID SECTION
   ============================================ */
.tm-related-tours-grid-section {
	background: #f8f9fa;
	padding: 80px 0;
}

.tm-related-tours-header {
	margin-bottom: 50px;
}

.tm-related-subtitle {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #aa8453;
	margin-bottom: 15px;
	font-family: 'Barlow', sans-serif;
}

.tm-related-title {
	font-size: 36px;
	font-weight: 400;
	color: #222;
	margin: 0;
	font-family: 'Gilda Display', serif;
}

.tm-related-tours-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 40px;
}

.tm-related-tour-card {
	border-radius:8px;
	background: #fff;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}


.tm-related-tour-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

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

.tm-related-tour-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.tm-related-tour-card:hover .tm-related-tour-image img {
	transform: scale(1.09, 1.09);
	    transition: all 1s 
ease;
}

.tm-related-tour-content {	padding: 25px;}
.tm-related-tour-title {
	font-size: 20px;
	font-weight: 500;
	color: #222;
	margin: 0 0 15px 0;
	font-family: 'Gilda Display', serif;
	line-height: 1.3;
	transition: color 0.3s ease;
}

.tm-related-tour-link:hover .tm-related-tour-title {color: #aa8453;}

.tm-related-tour-description {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	margin: 0 0 20px 0;
	font-family: 'Barlow', sans-serif;
}

.tm-related-tour-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	border-top: 1px solid #e8e3dc;
}

.tm-tour-duration,
.tm-tour-price {
	font-size: 14px;
	font-weight: 600;
	color: #aa8453;
	font-family: 'Barlow', sans-serif;
}

.tm-tour-price {
	font-size: 16px;
}

/* Responsive Design for Related Tours */
@media (max-width: 1200px) {
	.tm-related-tours-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
	}
}

@media (max-width: 992px) {
	.tm-related-tours-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	
	.tm-related-title {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	.tm-related-tours-grid-section {padding: 60px 0;}
	.tm-related-tours-grid {grid-template-columns: 1fr;	gap: 20px;}
	.tm-related-title {	font-size: 24px;}
	.tm-related-tour-image {height: 200px;}
}
section.tm-related-tours-grid-section.py-5 {  border-top: 1px solid #ab8a62;}

.tm-trip-popup .tm-trip-booking-form .tm-trip-steps .tm-trip-field input#tm_travel_date { height: 50px; padding: 0;}
.tm-trip-popup .tm-trip-booking-form .tm-trip-steps .tm-trip-field select#tm_num_rooms {height: 50px;}
.tm-trip-actions.d-flex.gap-2 {padding: 0 25px 25px;}
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-submit.tm-loading {
	opacity: 0.75;
	position: relative;
	cursor: not-allowed;
}
.tm-tour-page-wrapper #tm-trip-modal .tm-trip-submit.tm-loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	border: 2px solid rgba(255,255,255,0.6);
	border-top-color: #fff;
	border-radius: 50%;
	animation: tm-spin 0.7s linear infinite;
}
@keyframes tm-spin {
	to { transform: rotate(360deg); }
}
.tm-group-tabs { gap: 0; flex-wrap: wrap; width: 100%; max-width: 640px; margin: 0 auto; }
.tm-group-tab-btn {	flex: 1 1 50%;	max-width: 50%;	border: 1px solid #ccc;background: #f4f4f4;padding: 12px 20px;	border-radius: 0;font-weight: 600;	transition: all 0.2s ease;	}
.tm-group-tab-btn:first-child { border-radius: 0; outline:none !important;}
.tm-group-tab-btn:last-child { border-radius: 0; outline:none !important;}
.tm-group-tab-btn.is-active {background: #ab8a62;	color: #fff;	border-color: #ab8a62;	}
.tm-group-table-wrapper { display: none; }
.tm-group-table-wrapper.is-active { display: block; }
.tm-group-table th, .tm-group-table td { white-space: nowrap; }
@media (max-width: 767px) {
    .tm-group-table th, .tm-group-table td { white-space: normal; }
    .tm-group-tab-btn { width: 100%; text-align: center; }
	  .tm-group-table th,
  .tm-group-table td {
    width: 40%;
     min-width: 220px;
    white-space: normal;
    word-break: normal;
  }
	.tm-tour-page-wrapper .content-desti{padding: 25px 15px;}
}
	.tm-tour-page-wrapper .tm-tab-content-inner h2 {
    font-size: 24px;
}
	.tm-tour-page-wrapper .tm-tab-content-inner h3{
		font-size: 20px;
	}
.day-description h2, .day-description h1{
	font-size: 1rem !important;
}
.single-tour .flatpickr-months .flatpickr-month .flatpickr-current-month { padding:0;}