.tour-gallery-dialog{max-width:1000px}.tour-gallery-dialog .gallery-content{display:grid;grid-template-columns:1fr 300px;gap:1em}.tour-gallery-dialog ._current_image{width:100%;max-height:500px;position:relative;display:flex;align-items:center;justify-content:center}.tour-gallery-dialog ._current_image img{width:100%;height:100%;border-radius:1em;-o-object-fit:cover;object-fit:cover}.tour-gallery-dialog ._current_image .nav-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center}.tour-gallery-dialog ._current_image .nav-btn.prev{left:10px}.tour-gallery-dialog ._current_image .nav-btn.next{right:10px}.tour-gallery-dialog ._current_image .nav-btn:hover{background-color:#000000b3}.tour-gallery-dialog ._img-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5em;max-height:500px;overflow-y:auto}.tour-gallery-dialog ._img-grid>div{width:100%;height:120px;border-radius:.5em;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.tour-gallery-dialog ._img-grid>div._cur{border-color:#f25a2a}.tour-gallery-dialog ._img-grid>div img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(max-width:800px){.tour-gallery-dialog .gallery-content{grid-template-columns:1fr}.tour-gallery-dialog ._img-grid{grid-template-columns:repeat(3,1fr);max-height:200px}}.tour-booking-sidebar[data-v-765261e1]{background-color:#fff;border:1px solid #e5e5e5;border-radius:1em;padding:1.5em;position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto}.booking-section[data-v-765261e1]{margin-bottom:1.5em}.booking-section[data-v-765261e1]:last-of-type{margin-bottom:2em}.section-label[data-v-765261e1]{display:block;font-weight:600;margin-bottom:1.1em;color:#333;font-size:.95em}.guests-count-input[data-v-765261e1]{display:grid;grid-template-columns:130px 1fr;row-gap:1rem;-moz-column-gap:.5em;column-gap:.5em;align-items:center;width:100%}.price-display[data-v-765261e1]{display:flex;align-items:center;justify-content:flex-end;gap:.3em;direction:ltr}.price-text[data-v-765261e1]{font-size:1.1em;font-weight:600}.bill-details[data-v-765261e1]{display:flex;flex-direction:column;gap:.8em;padding-top:.5em}.bill-item[data-v-765261e1]{display:flex;justify-content:space-between;align-items:center;font-size:.9em;color:#666}.bill-divider[data-v-765261e1]{height:1px;background:repeating-linear-gradient(90deg,#ddd 0,#ddd 8px,transparent 0,transparent 16px);margin:.8em 0}.bill-total[data-v-765261e1]{display:flex;justify-content:space-between;align-items:center;font-size:1.1em}.tour-detail-page{padding:2em 15%;width:100%;margin:auto;background-color:#f6f6f6;min-height:100vh}.tour-header{margin-bottom:2em}.tour-title{font-size:2em;font-weight:700;color:#333}.tour-location{color:#666;font-size:.95em}.tour-actions .share-btn{background:none;border:none;cursor:pointer;color:#666;padding:.5em;border-radius:.5em;transition:background-color .2s}.tour-actions .share-btn:hover{background-color:#f0f0f0}.tour-actions .text-link{color:#0c62e2;text-decoration:none;font-size:.9em}.tour-actions .text-link:hover{text-decoration:underline}.tour-gallery-section{display:grid;grid-template-columns:2fr 1fr;gap:.6em;margin-bottom:3em;height:450px}.main-image{grid-row:1/3;border-radius:1.3em;overflow:hidden;cursor:pointer}.main-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.thumbnails-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6em}.thumbnails-grid .thumbnail{position:relative;overflow:hidden;border-radius:.6em;cursor:pointer;height:100%}.thumbnails-grid .thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.thumbnails-grid .thumbnail.see-all .see-all-overlay{position:absolute;inset:0;background-color:#0009;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.thumbnails-grid>:first-child{border-radius:0 1.3em 0 0}.thumbnails-grid>:nth-child(2){border-radius:0 0 1.3em}.tour-content-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:4em;align-items:start}.content-tabs{display:flex;gap:0;border-bottom:2px solid #e5e5e5;margin-bottom:2em}.tab-btn{padding:1em 2em;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1em;color:#666;transition:all .2s;margin-bottom:-2px}.tab-btn.active{color:#f25a2a;border-bottom-color:#f25a2a;font-weight:600}.tab-btn:hover:not(.active){color:#333}.tab-content{min-height:400px}.info-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:1em;padding:1.5em}.section-header{display:flex;align-items:center;gap:1em;margin-bottom:1em}.section-title{font-size:1.2em;font-weight:700;color:#333}.tag-system{background-color:#f6f6f6;color:#666;padding:.3em .8em;border-radius:.5em;font-size:.85em}.section-content .info-text{color:#666;line-height:1.8;margin-bottom:1em}.section-content .info-text:last-child{margin-bottom:0}.tour-sidebar{position:sticky;top:100px}body.rtl .tour-gallery-section .thumbnails-grid>:first-child{border-radius:1.3em 0 0}body.rtl .tour-gallery-section .thumbnails-grid>:nth-child(2){border-radius:0 0 0 1.3em}@media(max-width:1200px){.tour-detail-page{padding:2em 5%}.tour-content-wrapper{grid-template-columns:1fr}.tour-sidebar{position:static;margin-top:2em}}@media(max-width:800px){.tour-gallery-section{grid-template-columns:1fr;height:auto}.tour-gallery-section .main-image{grid-row:1;border-radius:1.3em}.tour-gallery-section .thumbnails-grid{grid-template-columns:repeat(3,1fr);height:100px}}
