/*
 * Styles for Single Tour Design
 */

/* --- Page Layout --- */
.single-tour-page-v2 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background-color: #fff; }
.single-tour-page-v2 .page-content-container { padding: 40px 0; display: grid; grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr); gap: 40px; }

/* --- Full Width Banner CSS has been REMOVED --- */


/* --- Gallery Grid (Now in main content) --- */
.single-tour-page-v2 .tour-gallery-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 10px; height: 500px; border-radius: 16px; overflow: hidden; }
.single-tour-page-v2 .gallery-large a, .single-tour-page-v2 .gallery-small a { display: block; height: 100%; overflow: hidden; }
.single-tour-page-v2 .gallery-large img, .single-tour-page-v2 .gallery-small img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.single-tour-page-v2 .gallery-large a:hover img, .single-tour-page-v2 .gallery-small a:hover img { transform: scale(1.05); }
.single-tour-page-v2 .gallery-small { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; }


/* --- Main Content Sections --- */
.single-tour-page-v2 .tour-section { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #eee; }
.single-tour-page-v2 .tour-section:last-child { border-bottom: none; }
.single-tour-page-v2 .section-title { font-size: 20px; font-weight: 700; margin-bottom: 20px; color: #111; }
.single-tour-page-v2 .overview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 20px; }
.single-tour-page-v2 .overview-item { display: flex; align-items: center; gap: 15px; }
.single-tour-page-v2 .overview-item i { font-size: 24px; color: #888; width: 25px; text-align: center; }
.single-tour-page-v2 .overview-item div { display: flex; flex-direction: column; }
.single-tour-page-v2 .overview-item span { font-size: 14px; color: #555; }
.single-tour-page-v2 .overview-item strong { font-size: 14px; color: #111; font-weight: 600; }
.single-tour-page-v2 .tour-content p { color: #555; line-height: 1.7; }
.single-tour-page-v2 .ie-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.single-tour-page-v2 .included-list, .single-tour-page-v2 .excluded-list { list-style: none; padding: 0; margin: 0; }
.single-tour-page-v2 .included-list li, .single-tour-page-v2 .excluded-list li { margin-bottom: 8px; display: flex; align-items: center; gap: 10px; font-size: 14px; color: #555; }
.single-tour-page-v2 .included-list i { color: #28a745; }
.single-tour-page-v2 .excluded-list i { color: #dc3545; }


/* --- Sidebar Widget --- */
.single-tour-page-v2 .sidebar-column { position: relative; }
.single-tour-page-v2 .booking-widget-v2 { position: sticky; top: 40px; border: none; border-radius: 12px; padding: 24px; box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07); }
.single-tour-page-v2 .price-display { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #eee; }
.single-tour-page-v2 .price-display .from { font-size: 14px; color: #555; }
.single-tour-page-v2 .price-amount { display: flex; align-items: baseline; gap: 5px; }
.single-tour-page-v2 .price-amount .price { font-size: 28px; font-weight: 700; color: #111; }
.single-tour-page-v2 .price-amount .suffix { font-size: 14px; color: #555; }
.single-tour-page-v2 .form-tabs { display: flex; margin-bottom: 20px; }
.single-tour-page-v2 .form-tabs a { flex: 1; text-align: center; padding: 10px; text-decoration: none; color: #555; font-weight: 600; border-bottom: 2px solid transparent; transition: all .2s ease; cursor: pointer; }
.single-tour-page-v2 .form-tabs a.active { color: #111; border-bottom-color: #ff4500; }
.single-tour-page-v2 .form-wrapper.active { display: block; }


/* --- Form Fields --- */
.single-tour-page-v2 .booking-form .form-field, .single-tour-page-v2 .inquiry-form .form-field { margin-bottom: 18px; }
.single-tour-page-v2 .form-field input[type="text"], .single-tour-page-v2 .form-field input[type="email"], .single-tour-page-v2 .form-field input[type="tel"], .single-tour-page-v2 .form-field textarea, .single-tour-page-v2 .form-field select { width: 100%; border: 1px solid #ddd; border-radius: 8px; padding: 10px 12px; font-weight: 600; font-size: 14px; background-color: #fff; box-sizing: border-box; }
.single-tour-page-v2 .form-field select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; }
.single-tour-page-v2 .form-field textarea { font-weight: normal; }
.single-tour-page-v2 .form-field input.flatpickr-input { cursor: pointer; }
.single-tour-page-v2 .form-field label { display: block; margin-bottom: 8px; font-size: 14px; color: #555; font-weight: 500; }
.single-tour-page-v2 .quantity-selector { display: flex; justify-content: space-between; align-items: center; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }
.single-tour-page-v2 .quantity-selector button { width: 40px; height: 40px; border: none; background: #f5f5f5; cursor: pointer; font-size: 20px; line-height: 1; color: #555; }
.single-tour-page-v2 .quantity-selector input { border: none; width: 50px; text-align: center; font-size: 16px; font-weight: 600; -moz-appearance: textfield; }
.single-tour-page-v2 .quantity-selector input::-webkit-outer-spin-button, .single-tour-page-v2 .quantity-selector input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.form-divider { border: none; border-top: 1px solid #eee; margin: 25px 0 18px; }


/* --- Buttons & Links --- */
.single-tour-page-v2 .button-primary { width: 100%; padding: 14px; background: #ff4500; color: #fff; border: none; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; transition: background .2s ease; box-sizing: border-box; }
.single-tour-page-v2 .button-primary:hover { background: #e03e00; }
.single-tour-page-v2 .whatsapp-seperator { text-align: center; margin: 20px 0; color: #aaa; position: relative; }
.single-tour-page-v2 .whatsapp-seperator:before { content: ''; display: block; width: 100%; height: 1px; background: #eee; position: absolute; left: 0; top: 50%; z-index: 1; }
.single-tour-page-v2 .whatsapp-seperator span { background: #fff; padding: 0 10px; position: relative; z-index: 2; }
.single-tour-page-v2 .button-whatsapp { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 12px; background-color: #25D366; color: #fff; border: none; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; text-decoration: none; transition: background-color .2s ease; box-sizing: border-box; }
.single-tour-page-v2 .button-whatsapp:hover { background-color: #1EBE57; color: #fff; }
.single-tour-page-v2 .whatsapp-only-display { text-align: center; }
.single-tour-page-v2 .whatsapp-only-display h4 { margin-top: 0; }
.single-tour-page-v2 .whatsapp-only-display p { margin-bottom: 20px; color: #555; }


/* --- Misc Components (FAQ, Map, etc) --- */
.single-tour-page-v2 .section-title-wrapper { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.single-tour-page-v2 #expand-all-faqs { font-size: 14px; font-weight: 600; text-decoration: none; color: #ff4500; }
.faq-accordion .faq-item { border: 1px solid #eee; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
.faq-accordion .faq-header { padding: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background-color: #f9f9f9; }
.faq-accordion .faq-header h4 { font-size: 16px; margin: 0; font-weight: 600; color: #111; }
.faq-accordion .faq-header .toggle-icon { transition: transform .3s ease; }
.faq-accordion .faq-item.active .faq-header { background-color: #f1f1f1; }
.faq-accordion .faq-content { padding: 0 15px 15px 15px; color: #555; line-height: 1.7; }
.faq-accordion .faq-content p { margin: 0; }
.booking-response-message, .inquiry-response-message { padding: 10px; border-radius: 4px; font-weight: 500; }
.booking-response-message.success, .inquiry-response-message.success { background-color: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.booking-response-message.error, .inquiry-response-message.error { background-color: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
.map-container { position: relative; overflow: hidden; width: 100%; padding-top: 56.25%; border-radius: 12px; }
.map-container iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; border: none; }


/* --- Responsive Styles --- */
@media (max-width: 991px) {
    .single-tour-page-v2 .page-content-container { grid-template-columns: 1fr; }
    .single-tour-page-v2 .booking-widget-v2 { position: static; }
}
@media (max-width: 767px) {
    .single-tour-page-v2 .tour-gallery-grid { grid-template-columns: 1fr; height: auto; }
    .single-tour-page-v2 .gallery-small { display: none; }
    .single-tour-page-v2 .overview-grid { grid-template-columns: 1fr; }
}