:root {
  /* brand palette */
  --brand:#1C8EB8;
  --ink:#1f2d3d;
  --muted:#6b7280;
  --bg:#f8f9fa;
  --card:#ffffff;
  --border:#e9ecef;
  --accent:#f59e0b;
  --bg-soft:#eef3f2;
  
  /* consistent spacing */
  --section-padding: 60px 0;
  --container-padding: 0 24px;
  --mobile-padding: 40px 0;
  --mobile-container: 0 16px;
}

body {
  font-family: Kumbh Sans, Sans-serif;
  line-height: 1.65;
  color: #333;
  background: var(--bg);
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: var(--container-padding);
}

.flatpickr-current-month{
    display:flex !important;
}

select.flatpickr-monthDropdown-months {
    background-image: none !important;
}

/* ===== Enhanced Gallery Section (from second file) ===== */
.gallery-section {
  background: var(--card);
  position: relative;
  overflow: hidden;
}

.swiper-container {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.swiper-wrapper {
  display: flex;
  height: 90%;
}

.swiper-slide,
.swiper-slide img {
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  transition: transform 0.3s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.swiper-slide:hover {
  transform: scale(1.03);
  z-index: 2;
  position: relative;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

/* Navigation arrows (from second file) */
.carousel-gallery .gallery-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px !important;
  background-color: #1C8EB8;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  z-index: 10;
}

.gallery-nav-arrow:hover {
  background: #1C8EB8;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}

.gallery-nav-arrow.prev { left: 10px; }
.gallery-nav-arrow.next { right: 10px; }

.gallery-nav-arrow svg {
  width: 25px;
  height: 25px;
  fill: #2c3e50;
}

.photo-count {
  position: absolute;
  bottom: 40px;
  right: 20px;
  background: rgba(0,0,0,.7);
  color: #fff;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  gap: 6px;
  align-items: center;
  z-index: 10;
}

.camera-icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}

/* ===== Enhanced Title + Facts Section ===== */
.title-info-section {
  background: linear-gradient(to bottom, #ffffff, #f8f9fa);
  padding: 40px 0;
  border-bottom: 1px solid #e5e7eb;
}

.title-info-content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
}

.title-left h1 {
  font-size: 36px;
  color: #1f2d3d;
  margin: 0 0 16px 0;
  font-weight: 700;
  line-height: 1.3;
  width: 85%;
  text-transform: capitalize;
  letter-spacing: -0.5px;
}

.location {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #6b7280;
  font-weight: 500;
  font-size: 15px;
  padding: 8px 0;
}

.location-icon {
    width: 24px;
    height: 24px;
    fill: #ff8c42;
}

/* Enhanced Facts Icons */
.fact-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, #fff5ed 0%, #ffe8d6 100%);
    border-radius: 12px;
    transition: all 0.3s;
}

.fact-mini:hover .fact-icon {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(255, 140, 66, 0.2);
}

.fact-icon svg {
    width: 26px;
    height: 26px;
    fill: #ff8c42;
    display: block;
}

.fact-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1.3;
}

.f-label {
    font-size: 13px;
    color: #9ca3af;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.f-value {
    font-weight: 700;
    font-size: 17px;
    color: #1f2d3d;
    margin: 0;
}

.f-value a {
  color: #1C8EB8;
  text-decoration: none;
  transition: color 0.2s;
}

.f-value a:hover {
  color: #157c99;
  text-decoration: underline;
}

/* Enhanced facts strip */
.facts-row {
  padding: 24px 28px;
  display: flex;
  gap: 40px;
  align-items: center;
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.fact-mini {
  display: flex;
  gap: 12px;
  min-width: 100px;
  align-items: center;
  transition: transform 0.2s;
}

.fact-mini:hover {
  transform: translateY(-2px);
}

/* ===== Enhanced Main Content Section ===== */
.main-content-section {
  background: var(--bg);
  padding: 50px 0;
}

.main-content-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 50px;
}

.left-content h2 {
  font-size: 28px;
  color: #1f2d3d;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.left-content h3 {
  font-size: 24px;
  color: #1f2d3d;
  margin: 40px 0 24px 0;
  font-weight: 600;
}

.content-description {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 40px;
  line-height: 1.8;
  background: white;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.content-description p { 
  margin-bottom: 16px; 
}

/* Enhanced accordion */
.tour-plan {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.tour-plan:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  border-color: #1C8EB8;
}

.tour-plan-header {
  background: linear-gradient(to right, #f8f9fa, #ffffff);
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  color: #1f2d3d;
  cursor: pointer;
  transition: all 0.3s;
}

.tour-plan-header:hover {
  background: linear-gradient(to right, #e5f3f8, #f0f9fc);
}

.tour-plan-header .icon {
  width: 22px;
  height: 22px;
  fill: #1C8EB8;
  transition: transform .3s;
}

.tour-plan.open .tour-plan-header {
  background: linear-gradient(to right, #e5f3f8, #f0f9fc);
  border-bottom: 2px solid #1C8EB8;
}

.tour-plan.open .tour-plan-header .icon { 
  transform: rotate(180deg); 
}

.tour-plan-content {
  display: none;
  padding: 24px;
}

.tour-plan.open .tour-plan-content { 
  display: block; 
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tour-plan-content p { 
  margin: 12px 0; 
  color: #4b5563; 
  line-height: 1.7;
}

.tour-plan-content ul {
  padding-left: 20px;
  margin: 12px 0;
}

.tour-plan-content li {
  margin: 8px 0;
  color: #4b5563;
  line-height: 1.7;
}

/* Enhanced related tours */
.related-tours { 
  margin-top: 60px;
}

.related-tours h3 { 
  font-size: 26px; 
  margin-bottom: 32px; 
  color: #1f2d3d;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.related-tour-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.related-tour-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #f0f0f0;
}

.related-tour-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.related-tour-image {
  height: 220px;
  background: #ddd center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

.related-tour-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.4));
  opacity: 0;
  transition: opacity 0.3s;
}

.related-tour-card:hover .related-tour-image::before {
  opacity: 1;
}

span.main-max {
    display: flex;
    gap: 6px;
    flex-direction: row;
    align-items: center;
}

svg.related-info-icon {
    height: 18px;
    fill: var(--brand);
}

.featured-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: linear-gradient(135deg, #ff6b6b, #e74c3c);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
}

.related-tour-content { 
  padding: 28px; 
}

.tour-rating { 
  display: flex; 
  gap: 8px; 
  align-items: center; 
  margin-bottom: 14px; 
}

.stars { 
  color: #ffc107; 
  font-size: 16px;
  letter-spacing: 2px;
}

.rating-text { 
  color: #6b7280; 
  font-size: 13px;
  font-weight: 500;
}

.related-tour-title {
  font-size: 19px;
  margin: 8px 0 14px 0;
  color: #1f2d3d;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
  transition: color 0.2s;
}

.related-tour-card:hover .related-tour-title {
  color: #1C8EB8;
}

.related-tour-location {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #6b7280;
  margin-bottom: 16px;
  font-size: 14px;
    fill: #FFA048; 
}

.related-tour-location .icon { 
  width: 16px; 
  height: 16px; 
  fill: #FFA048; 
}

.related-tour-price {
  color: #1f2d3d;
  font-weight: 700;
  font-size: 20px;
  margin: 12px 0 20px 0;
}

.tour-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 18px;
  margin-top: 4px;
}

.tour-meta-left { 
  display: flex; 
  gap: 20px; 
  color: #6b7280; 
  font-size: 14px;
  font-weight: 500;
}

.tour-meta-left svg {
  fill: #1C8EB8 !important;
}
.tour-meta-left svg {
  width: 16px;
  height: 16px;
  fill: #1C8EB8;
}
.tour-meta-left span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tour-meta-left svg {
  width: 16px;
  height: 16px;
}

.explore-btn {
  background: linear-gradient(135deg, #1C8EB8, #157c99);
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(28, 142, 184, 0.3);
}

.explore-btn:hover { 
  background: linear-gradient(135deg, #157c99, #126a85);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(28, 142, 184, 0.4);
}

/* Enhanced Sidebar */
.right-sidebar { 
  position: sticky; 
  top: 100px; 
  height: max-content; 
}

.sidebar-section {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  margin-bottom: 28px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
}

.sidebar-section:hover {
  box-shadow: 0 6px 30px rgba(0,0,0,0.12);
}

.sidebar-header {
  color: #1f2d3d;
  padding: 24px 28px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #f0f0f0;
  background: linear-gradient(to right, #f8f9fa, #ffffff);
}

.sidebar-content { 
  padding: 0; 
}

.tour-info-item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 22px 28px;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s;
}

.tour-info-item:hover {
  background: #f8f9fa;
}

.tour-info-item:last-child { 
  border-bottom: 0; 
}

.tour-info-icon { 
  width: 32px; 
  height: 32px; 
  fill: var(--brand);
  flex-shrink: 0;
}

.tour-info-content h4 {
  margin: 0 0 6px 0;
  font-size: 15px;
  color: #6b7280;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 12px;
}

.tour-info-content .value { 
  color: #1f2d3d; 
  font-size: 16px;
  font-weight: 600;
}

.other-tours-list {   
  list-style: none;
  padding: 16px;
  margin: 0;
}

.other-tour-item {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s;
  border-radius: 12px;
  margin-bottom: 8px;
}

.other-tour-item:last-child { 
  border-bottom: 0; 
  margin-bottom: 0;
}

.other-tour-item:hover { 
  background: #f8f9fa;
  transform: translateX(4px);
}

.other-tour-image {
  width: 90px;
  height: 90px;
  border-radius: 12px;
  background: #ddd center/cover no-repeat;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.other-tour-item:hover .other-tour-image {
  transform: scale(1.05);
}

.other-tour-item a {
  text-decoration: none;
  color: inherit;
  display: flex;
  gap: 16px;
  width: 100%;
}

.other-tour-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.other-tour-info h4 {
  margin: 0 0 8px 0;
  font-size: 15px;
  color: #1f2d3d;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 1.5em;
  text-transform: capitalize;
  transition: color 0.2s;
}

.other-tour-item:hover .other-tour-info h4 { 
  color: #1C8EB8;
}

.other-tour-price {
  color: #1C8EB8;
  font-weight: 700;
  font-size: 15px;
  margin-top: auto;
}

/* Enhanced Booking Form (from second file) */
.booking-form {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 0;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #e5e7eb;
}

.sidebar-header.bookingform {
  padding: 20px 24px !important;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  border-bottom: 1px solid #1C8EB8  ;
  margin: 0;
    background: #1C8EB8;
}

.booking-form form {
  padding: 24px;
}

.form-group {
  margin-bottom: 20px;
  display: flex;
}

.form-group label {
  font-size: 14px;
  color: #4b5563;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.form-group input,
.form-group select {
  width: auto;
  padding: 0px 12px;
  font-size: 14px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background-color: #fff;
  line-height: 100% !important;
  color: #1f2d3d;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #1c8eb8;
  box-shadow: 0 0 0 3px rgba(28, 142, 184, 0.1);
}

input#booking_date {
  padding-left: 40px;
}

#booking_time_radios div,
#time-selection div {
  display: flex;
  align-items: center;
  gap: 5px;
}

#booking_time_radios input[type="radio"],
#time-selection input[type="radio"] {
  margin-right: 5px;
}

#time-selection label {
  margin-right: 15px;
  margin-bottom: 0px;
}

.total {
  font-size: 16px;
  font-weight: 600;
  margin: 24px 0 0 0;
  padding: 16px 0;
  text-align: left;
  color: #1f2d3d;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.total #total-amount {
  font-size: 20px;
  font-weight: 700;
  color: #1c8eb8;
}

.book-now {
  display: block;
  width: 100% !important;
  padding: 14px 24px !important;
  background-color: #1c8eb8 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s !important;
  margin-top: 0;
  box-shadow: 0 2px 4px rgba(28, 142, 184, 0.2);
}

.book-now:hover:not(:disabled) {
  background-color: #157c99 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(28, 142, 184, 0.3);
}

.book-now:active:not(:disabled) {
  transform: translateY(0);
}

.book-now:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #9ca3af !important;
  box-shadow: none;
}

/* Flatpickr styles (from second file) */
.flatpickr-input {
  width: 100%;
  padding: 10px 12px 10px 40px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%231c8eb8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>');
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 16px 16px;
}

.flatpickr-input:focus {
  outline: none;
  border-color: #1c8eb8;
  box-shadow: 0 0 0 3px rgba(28, 142, 184, 0.1);
}

.flatpickr-calendar {
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.flatpickr-day.selected, 
.flatpickr-day.selected:hover {
  background: #1c8eb8;
  border-color: #1c8eb8;
  color: #fff;
}

.flatpickr-day.disabled, 
.flatpickr-day.disabled:hover {
  color: #d1d5db;
  cursor: not-allowed;
  background: transparent;
}

/* Additional styles from second file */
.flatpickr-calendar {
  z-index: 200;
  width: 100%;
}

.flatpickr-confirm {
  background-color: #f00;
}

label {
  display: inline-block;
  width: 100%;
}

.arrow-wrap {
  padding: 10px 0;
  font-size: 30px;
}

div#time-selection {    
  display: flex !important;
  gap: 0px;
  flex-direction: column;
}

form-group {
  margin-bottom: 15px;
  display: flex !important;
}

.time-label {
  width: 10%;
}

.form-group select {
  width: 40% !important;
}

/* ===== RESPONSIVE DESIGN ===== */

@media (min-width: 769px) {
  .fact-mini.loct {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .container { 
    padding: 0 20px; 
  }
  
  /*.fact-mini.loct {*/
  /*  display: none !important;*/
  /*}*/
  
  .main-content-grid { 
    gap: 20px;
    grid-template-columns: 1fr 340px;
  }
  
  .right-sidebar .tour-rating {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 14px;
   flex-direction: column; 
}
  
  .facts-row { 
    gap: 28px; 
    padding: 20px 24px; 
  }
  
  .title-left h1 {
    width: 100%;
    font-size: 32px;
  }
  
  .swiper-container {
    height: 380px;
  }
}

@media (max-width: 768px) {
  :root {
    --section-padding: var(--mobile-padding);
    --container-padding: var(--mobile-container);
  }
  
  /* Box shadows remove karein yahan se */
  .sidebar-section,
  .content-description,
  .related-tour-card,
  .facts-row,
  .tour-plan,
  .booking-form,
  .other-tour-image,
  .related-tour-image::before {
    box-shadow: none !important;
  }
  
  /* Hover effects bhi remove karein */
  .sidebar-section:hover,
  .related-tour-card:hover,
  .tour-plan:hover,
  .fact-mini:hover .fact-icon,
  .swiper-slide:hover {
    box-shadow: none !important;
    transform: none !important;
  }
  
  .main-content-grid {
    gap: 0;
  }
  
  .sidebar-section:hover {
    box-shadow: none;
  }
  
  .sidebar-section {
    box-shadow: none;
  }
  
  .content-description {
    box-shadow: none;
  }
  
  .related-tour-card {
    box-shadow: none;
  }
  
  .facts-row {
    box-shadow: none;
  }
  
  .tour-plan {
    box-shadow: none;
  }
  
  .booking-form {
    box-shadow: none;
  }
  .related-tours{
      margin-top: 20px;
  }
  .title-info-content .location{
    display:none !important;
}
  
   .sidebar-section,
  .content-description,
  .related-tour-card {
    box-shadow: none !important;
  }
  .main-content-grid
  {
      gap: 0;
  }
  .sidebar-section:hover{
      box-shadow: none;
  }
  .sidebar-section{
      box-shadow: none;
  }
  .content-description {
      box-shadow: none;
  }
  
  .related-tour-card{
      box-shadow: none;
  }
  
  .right-sidebar .right-tour-info,
  .right-sidebar .right-great-tours {
    display: none;
  }
  

  /* Mobile: Booking Form First */
  .main-content-grid {
    grid-template-columns: 1fr;
    gap: 0px;
    display: flex;
    flex-direction: column;
  }
  
  .right-sidebar {
    order: -1; /* Moves sidebar to top */
    position: static;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .left-content {
    order: 1;
  }
  
  /* Title Section */
  .title-info-section { 
    padding: 24px 0; 
  }
  
  .title-info-content {
    grid-template-columns: 1fr;
    gap: 0px;
    text-align: left;
    justify-items: left;
  }
  
  .title-left h1 {
    font-size: 26px;
    width: 100%;
    margin-bottom: 12px;
  }
  
  .location {
    font-size: 14px;
  }
  
  /* Facts Row */
  .facts-row { 
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .fact-mini { 
    min-width: 140px;
    flex: 0 0 auto;
  }
  
  .fact-icon {
    width: 40px;
    height: 40px;
  }
  
  .fact-icon svg {
    width: 24px;
    height: 24px;
  }
  
  .f-label {
    font-size: 12px;
  }
  
  .f-value {
    font-size: 15px;
  }
  
  /* Gallery (from second file) */
  .swiper-container { 
    height: 300px; 
  }
  
  .gallery-nav-arrow.prev { 
    left: 10px; 
  }
  
  .gallery-nav-arrow.next { 
    right: 10px; 
  }
  
  /* Content */
  .main-content-section {
    padding: 32px 0;
  }
  
  .content-description {
    padding: 24px;
    font-size: 15px;
  }
  
  .left-content h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  
  .left-content h3 {
    font-size: 22px;
    margin: 32px 0 20px 0;
  }
  
  /* Related Tours */
  .related-tour-grid { 
    grid-template-columns: 1fr; 
    gap: 24px; 
  }
  
  .related-tour-image {
    height: 200px;
  }
  
  .related-tour-content {
    padding: 24px;
  }
  
  .related-tour-title {
    font-size: 18px;
  }
  
  /* Sidebar Sections */
  .sidebar-section {
    margin-bottom: 24px;
    border-radius: 16px;
  }
  
  .sidebar-header {
    padding: 20px 24px;
    font-size: 17px;
  }
  
  .tour-info-item {
    padding: 18px 24px;
  }
  
  .tour-info-icon {
    width: 28px;
    height: 28px;
  }
  
  .tour-info-content h4 {
    font-size: 11px;
  }
  
  .tour-info-content .value {
    font-size: 15px;
  }
  
  /* Booking Form (from second file) */
  .booking-form {
    max-width: 100%;
  }
  
  .sidebar-header.bookingform {
    padding: 16px 20px !important;
  }
  
  .booking-form form {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  /* Title */
  .title-left h1 { 
    font-size: 22px;
    line-height: 1.3;
  }
  
  .location {
    font-size: 13px;
  }
  
  .location-icon {
    width: 20px;
    height: 20px;
  }
  
  /* Facts */
  .facts-row { 
    padding: 16px 12px;
    gap: 12px;
  }
  
  .fact-mini { 
    min-width: 120px;
    gap: 10px;
  }
  
  .fact-icon {
    width: 36px;
    height: 36px;
  }
  
  .fact-icon svg {
    width: 22px;
    height: 22px;
  }
  
  .f-label {
    font-size: 11px;
  }
  
  .f-value {
    font-size: 14px;
  }
  
  /* Gallery (from second file) */
  .swiper-container { 
    height: 250px; 
  }
  
  /* Content */
  .main-content-section {
    padding: 24px 0;
  }
  
  .content-description {
    padding: 0px;
    font-size: 14px;
    line-height: 1.7;
  }
  
  .left-content h2 {
    font-size: 20px;
  }
  
  .left-content h3 {
    font-size: 19px;
    margin: 28px 0 16px 0;
  }
  
  /* Related Tours */
  .related-tours h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .related-tour-grid {
    gap: 20px;
  }
  
  .related-tour-image {
    height: 180px;
  }
  
  .related-tour-content {
    padding: 20px;
  }
  
  .related-tour-title {
    font-size: 16px;
    margin: 6px 0 12px 0;
  }
  
  .related-tour-location {
    font-size: 13px;
    margin-bottom: 12px;
  }
  
  .related-tour-price {
    font-size: 17px;
    margin: 10px 0 16px 0;
  }
  
  .tour-meta {
    padding-top: 14px;
  }
  
  .tour-meta-left {
    gap: 14px;
    font-size: 13px;
  }
  
  .explore-btn {
    padding: 8px 18px;
    font-size: 13px;
  }
  
  /* Sidebar */
  .sidebar-section {
    border-radius: 14px;
    margin-bottom: 20px;
  }
  
  .sidebar-header {
    padding: 18px 20px;
    font-size: 16px;
  }
  
  .tour-info-item {
    padding: 16px 20px;
    gap: 14px;
  }
  
  .tour-info-icon {
    width: 26px;
    height: 26px;
  }
  
  .tour-info-content h4 {
    font-size: 11px;
    margin-bottom: 4px;
  }
  
  .tour-info-content .value {
    font-size: 14px;
  }
  
  /* Booking Form (from second file) */
  .booking-form form {
    padding: 16px;
  }
  
  .form-group {
    margin-bottom: 16px;
  }
}

/* Extra small devices */
@media (max-width: 360px) {
  .title-left h1 {
    font-size: 20px;
  }
  
  .facts-row {
    gap: 10px;
  }
  
  .fact-mini {
    min-width: 110px;
  }
  
  .swiper-container {
    height: 240px;
  }
  
  .booking-form form {
    padding: 18px;
  }
  
  .form-group input,
  .form-group select {
    padding: 9px 11px;
    font-size: 13px;
  }
}

/* Utility classes for mobile booking form positioning */
.mobile-booking-first {
  order: -1;
}

.mobile-content-second {
  order: 1;
}

/* Smooth transitions */
* {
  transition: all 0.2s ease-in-out;
}

button, a, input, select {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}