
/* ================= DESTINATION PAGES EXTRA CSS ================= */

.destination-hero-note{
  margin-top:16px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(230,172,0,.14);
  border:1px solid rgba(230,172,0,.45);
  color:#fff;
  padding:8px 14px;
  border-radius:30px;
  font-weight:800;
  font-size:13px;
}

.destination-enquiry-panel{
  max-width:760px;
  margin:28px auto;
  padding:18px;
  background:#fff;
  border:2px solid var(--primary-yellow);
  border-radius:16px;
  box-shadow:0 12px 32px rgba(0,0,0,.12);
}

.destination-enquiry-panel h2{
  font-size:1.35rem;
  font-weight:900;
  text-align:center;
  margin-bottom:4px;
}

.destination-enquiry-panel .whatsapp-subtitle{
  text-align:center;
  font-size:13px;
  margin-bottom:16px;
}

.destination-row{
  display:grid;
  grid-template-columns:1fr 110px 28px;
  gap:8px;
  align-items:center;
  border:1px solid #e5e5e5;
  border-radius:11px;
  padding:7px;
  margin-bottom:8px;
}

.destination-select-wrap,
.night-select-wrap{
  position:relative;
}

.destination-select-wrap i{
  position:absolute;
  left:10px;
  top:50%;
  transform:translateY(-50%);
  color:#777;
  pointer-events:none;
  font-size:12px;
}

.destination-select,
.night-select{
  width:100%;
  height:36px;
  border:1px solid #ddd;
  border-radius:8px;
  background:#fff;
  font-size:13px;
  font-weight:700;
  color:#111;
  outline:none;
}

.destination-select{
  padding:0 10px 0 30px;
}

.night-select{
  padding:0 8px;
}

.remove-destination-btn{
  width:26px;
  height:26px;
  border:0;
  border-radius:50%;
  background:#f2f2f2;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#555;
}

.add-destination-btn{
  border:0;
  background:transparent;
  color:#0077cc;
  font-weight:800;
  font-size:13px;
  padding:4px 0;
}

.trip-summary-mini{
  display:flex;
  justify-content:flex-end;
  gap:8px;
  margin:6px 0 12px;
}

.trip-summary-mini div{
  min-width:66px;
  height:32px;
  border:1px solid #f1d06a;
  background:#fff7dc;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  padding:4px 8px;
}

.trip-summary-mini span{
  font-size:11px;
  font-weight:800;
  color:#555;
}

.trip-summary-mini b{
  font-size:15px;
  color:#111;
}

.date-click-box{
  position:relative;
  cursor:pointer;
}

.date-click-box i{
  position:absolute;
  left:12px;
  top:50%;
  transform:translateY(-50%);
  color:#777;
}

.date-click-box input{
  padding-left:38px;
  height:38px;
  cursor:pointer;
}

.hotel-category-toggle,
.yes-no-toggle{
  display:grid;
  gap:6px;
}

.hotel-category-toggle{
  grid-template-columns:repeat(3,1fr);
}

.yes-no-toggle{
  grid-template-columns:repeat(2,1fr);
}

.hotel-category-toggle input,
.yes-no-toggle input{
  display:none;
}

.hotel-category-toggle label,
.yes-no-toggle label{
  height:34px;
  border:1px solid #ddd;
  border-radius:8px;
  background:#f7f7f7;
  color:#111;
  font-size:12px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  margin:0;
}

.hotel-category-toggle input:checked + label,
.yes-no-toggle input:checked + label{
  background:var(--primary-yellow);
  border-color:var(--primary-yellow);
  box-shadow:0 4px 12px rgba(230,172,0,.25);
}

.trip-addon-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-top:4px;
}

.trip-addon-box{
  background:#fff;
  border:1px solid #e2e2e2;
  border-radius:10px;
  padding:8px;
  box-shadow:0 4px 14px rgba(0,0,0,.04);
}

.trip-addon-label{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  font-weight:900;
  color:#111;
  margin-bottom:6px;
}

.trip-addon-label i{
  color:var(--primary-yellow);
}

.mini-counter,
.counter-box{
  width:100%;
  height:34px;
  display:grid;
  grid-template-columns:32px 1fr 32px;
  background:#fff;
  border-radius:8px;
  overflow:hidden;
  border:1px solid #d8d8d8;
}

.mini-counter button,
.counter-box button{
  border:0;
  background:#f5f5f5;
  color:#111;
  font-size:16px;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
}

.mini-counter input,
.counter-box input{
  width:100%;
  height:34px;
  border:0;
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1;
  text-align:center;
  font-size:14px;
  font-weight:900;
  padding:0;
  outline:none;
}

.child-age-section{
  margin-top:10px;
  padding:10px;
  border:1px dashed var(--primary-yellow);
  border-radius:10px;
}

.child-age-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}

.child-age-item{
  background:#f8f9fa;
  border-radius:8px;
  padding:7px;
}

.child-age-item label{
  display:block;
  font-size:11px;
  font-weight:900;
  margin-bottom:4px;
}

.child-age-item .counter-box{
  height:28px;
  grid-template-columns:26px 1fr 26px;
}

.child-age-item .counter-box input{
  height:28px;
  font-size:12px;
}

.child-age-item .counter-box button{
  font-size:14px;
}

.preview-box{
  background:#fff9e6;
  border-left:5px solid var(--primary-yellow);
  border-radius:14px;
  padding:14px;
  margin-top:12px;
}

.preview-box h3{
  font-size:18px;
  font-weight:900;
}

.preview-line{
  display:flex;
  justify-content:space-between;
  gap:12px;
  border-bottom:1px solid rgba(0,0,0,.08);
  padding:7px 0;
  font-size:13px;
}

.preview-line span:first-child{
  font-weight:900;
  color:#333;
}

.preview-line span:last-child{
  text-align:right;
  color:#555;
}

.destination-highlight-section{
  background:var(--light-gray);
  padding:4rem 0;
}

.highlight-place-card{
  height:100%;
  background:#fff;
  border-radius:16px;
  padding:20px;
  box-shadow:var(--shadow);
  border-left:5px solid var(--primary-yellow);
}

.highlight-place-card h3{
  font-size:18px;
  font-weight:900;
}

.highlight-place-card p{
  color:#555;
  margin-bottom:0;
  font-size:14px;
}

.related-destination-link{
  display:block;
  text-decoration:none;
  color:#111;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
  transition:.25s ease;
}

.related-destination-link:hover{
  color:#111;
  transform:translateY(-5px);
}

.related-destination-link img{
  width:100%;
  height:130px;
  object-fit:cover;
  display:block;
}

.related-destination-link span{
  display:block;
  padding:12px;
  font-weight:900;
}

.back-btn{
  background:#111;
  color:#fff;
  border:0;
  border-radius:10px;
  padding:12px;
  font-weight:900;
}

@media(max-width:991px){
  .trip-addon-row{
    grid-template-columns:1fr;
  }
}

@media(max-width:768px){
  .destination-enquiry-panel{
    max-width:95%;
    padding:13px;
  }

  .destination-row{
    grid-template-columns:1fr 92px 24px;
    gap:6px;
    padding:6px;
  }

  .destination-select,
  .night-select{
    height:34px;
    font-size:12px;
  }

  .trip-summary-mini{
    justify-content:flex-start;
  }

  .child-age-grid{
    grid-template-columns:repeat(3,1fr);
    gap:6px;
  }

  .preview-line{
    flex-direction:column;
    gap:2px;
  }

  .preview-line span:last-child{
    text-align:left;
  }
}
