/* ===== Package cards ===== */
.badge-difficulty {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
  color: #fff;
  background: #F96D00;
}
.project-wrap .rating { color: #F96D00; font-weight: 600; font-size: 14px; }
.project-wrap .price { background: #F96D00 !important; }

/* ===== Filter bar ===== */
.filter-bar {
  background: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,.08);
  border-radius: 6px;
  padding: 22px;
  margin-bottom: 40px;
}
.filter-bar label { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: #999; margin-bottom: 6px; display: block; }
.filter-bar select, .filter-bar .form-control { border-radius: 4px; }

/* ===== Package detail ===== */
.pkg-meta-list { list-style: none; padding: 0; margin: 0 0 20px; }
.pkg-meta-list li { padding: 10px 0; border-bottom: 1px dashed #e2e2e2; display: flex; justify-content: space-between; }
.pkg-meta-list li:last-child { border-bottom: none; }
.pkg-price-tag { font-size: 30px; font-weight: 700; color: #F96D00; }

/* ===== Stats numbers ===== */
.trekking-legacy .icon-number span { color: #F96D00; }

/* =====================================================
   ADMIN PANEL
===================================================== */
.admin-body { background: #f4f6f9; font-family: 'Poppins', sans-serif; min-height: 100vh; }
.admin-wrap { display: flex; min-height: 100vh; }
.admin-sidebar {
  width: 240px;
  background: #14202e;
  color: #cfd8e3;
  flex-shrink: 0;
  padding: 22px 0;
}
.admin-sidebar .brand { padding: 0 22px 22px; font-size: 20px; font-weight: 700; color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 12px; }
.admin-sidebar .brand span { display:block; font-size: 12px; font-weight: 400; color: #93a3b8; }
.admin-sidebar a {
  display: block;
  padding: 12px 22px;
  color: #cfd8e3;
  text-decoration: none;
  font-size: 14.5px;
  border-left: 3px solid transparent;
}
.admin-sidebar a:hover, .admin-sidebar a.active {
  background: rgba(255,255,255,.06);
  color: #fff;
  border-left-color: #F96D00;
}
.admin-sidebar .logout-form { padding: 12px 22px; margin-top: 20px; border-top: 1px solid rgba(255,255,255,.08); }
.admin-sidebar .logout-form button { background: none; border: none; color: #ff8686; padding: 0; font-size: 14.5px; cursor: pointer; }

.admin-main { flex: 1; padding: 30px 34px; }
.admin-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.admin-topbar h1 { font-size: 22px; font-weight: 700; margin: 0; }

.stat-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 18px; margin-bottom: 30px; }
.stat-card { background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 4px 18px rgba(0,0,0,.05); }
.stat-card .num { font-size: 28px; font-weight: 700; color: #14202e; }
.stat-card .label { color: #8a94a3; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }

.admin-card { background: #fff; border-radius: 10px; padding: 24px; box-shadow: 0 4px 18px rgba(0,0,0,.05); margin-bottom: 24px; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 12px 10px; border-bottom: 1px solid #eef0f3; text-align: left; font-size: 14px; vertical-align: middle; }
.admin-table th { color: #8a94a3; text-transform: uppercase; font-size: 11.5px; letter-spacing: .04em; }
.admin-table img.thumb { width: 54px; height: 54px; object-fit: cover; border-radius: 6px; }

.badge-status { padding: 3px 10px; border-radius: 20px; font-size: 11.5px; font-weight: 600; text-transform: capitalize; }
.badge-status.new { background: #FFF1E6; color: #F96D00; }
.badge-status.contacted { background: #E7F3FF; color: #0069d9; }
.badge-status.closed { background: #E9F9EE; color: #1a9c4c; }

.admin-login-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #14202e; }
.admin-login-box { background: #fff; width: 380px; padding: 40px 34px; border-radius: 10px; }
.admin-login-box h2 { font-size: 22px; margin-bottom: 4px; }
.admin-login-box p.sub { color: #8a94a3; margin-bottom: 24px; font-size: 13.5px; }

.btn-admin { background: #F96D00; border-color: #F96D00; color: #fff; }
.btn-admin:hover { background: #e05f00; border-color: #e05f00; color: #fff; }

.admin-form label { font-weight: 600; font-size: 13.5px; margin-top: 12px; display: block; }
.admin-form .current-img { width: 120px; border-radius: 6px; margin: 8px 0; }
.image-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px,1fr)); gap: 14px; }
.image-grid figure { margin: 0; position: relative; }
.image-grid img { width: 100%; height: 100px; object-fit: cover; border-radius: 6px; }
.image-grid button { position: absolute; top: 4px; right: 4px; background: rgba(0,0,0,.6); color: #fff; border: none; border-radius: 50%; width: 22px; height: 22px; font-size: 12px; cursor: pointer; }

/* =====================================================
   MARKETING SECTIONS (richer public content)
===================================================== */
.section-intro-text { max-width: 760px; margin: 0 auto; color: #666; }
.bg-light-soft { background: #f7f7f9; }

/* How it works steps */
.step-card { text-align: center; padding: 20px 16px; }
.step-card .step-num { width: 66px; height: 66px; line-height: 66px; border-radius: 50%; background: #FFF1E6; color: #F96D00; font-size: 26px; font-weight: 700; margin: 0 auto 16px; }
.step-card h3 { font-size: 18px; margin-bottom: 8px; }
.step-card p { color: #777; font-size: 14.5px; }

/* Region cards */
.region-card { position: relative; display: block; border-radius: 10px; overflow: hidden; height: 260px; box-shadow: 0 6px 20px rgba(0,0,0,.08); }
.region-card .bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .5s ease; }
.region-card:hover .bg { transform: scale(1.08); }
.region-card .region-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.05)); }
.region-card .region-label { position: absolute; left: 22px; bottom: 18px; right: 22px; color: #fff; z-index: 2; }
.region-card .region-label h3 { color: #fff; margin: 0 0 2px; font-size: 22px; }
.region-card .region-label span { font-size: 13px; opacity: .88; }

/* Value / feature cards */
.value-card { background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 26px 24px; height: 100%; transition: box-shadow .3s ease, transform .3s ease; }
.value-card:hover { box-shadow: 0 12px 30px rgba(0,0,0,.09); transform: translateY(-4px); }
.value-card .vc-icon { font-size: 34px; margin-bottom: 12px; }
.value-card h3 { font-size: 18px; margin-bottom: 8px; }
.value-card p { color: #777; font-size: 14.5px; margin: 0; }

/* Testimonials */
.testimonial-card { background: #fff; border-radius: 10px; padding: 28px 26px; box-shadow: 0 6px 24px rgba(0,0,0,.06); height: 100%; }
.testimonial-card .stars { color: #F96D00; margin-bottom: 12px; letter-spacing: 2px; }
.testimonial-card .quote { font-style: italic; color: #555; line-height: 1.7; }
.testimonial-card .person { display: flex; align-items: center; margin-top: 18px; }
.testimonial-card .person .avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; margin-right: 12px; }
.testimonial-card .person strong { display: block; font-size: 14px; }
.testimonial-card .person span { font-size: 12px; color: #999; }

/* FAQ (native accordion) */
.faq-item { background: #fff; border: 1px solid #eee; border-radius: 8px; margin-bottom: 14px; }
.faq-item summary { cursor: pointer; padding: 18px 48px 18px 20px; font-weight: 600; list-style: none; position: relative; outline: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: #F96D00; font-size: 24px; line-height: 1; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item .faq-body { padding: 0 20px 18px; color: #666; font-size: 14.5px; line-height: 1.7; }

/* Timeline */
.timeline { list-style: none; padding: 0; margin: 0; position: relative; }
.timeline:before { content: ''; position: absolute; left: 15px; top: 6px; bottom: 6px; width: 2px; background: #f0e0d3; }
.timeline li { position: relative; padding: 0 0 26px 52px; }
.timeline li .dot { position: absolute; left: 6px; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: #F96D00; border: 4px solid #FFF1E6; }
.timeline li h4 { font-size: 16px; margin: 0 0 4px; }
.timeline li p { margin: 0; color: #6c6c6c; font-size: 14px; }

/* Next-step numbers (contact) */
.next-step { text-align: center; padding: 16px; }
.next-step .ns-num { display: inline-block; width: 58px; height: 58px; line-height: 58px; border-radius: 50%; background: #FFF1E6; color: #F96D00; font-size: 22px; font-weight: 700; margin-bottom: 12px; }
.next-step h3 { font-size: 16px; margin-bottom: 6px; }
.next-step p { color: #777; font-size: 14px; margin: 0; }

/* Info list (contact hours) */
.hours-list { list-style: none; padding: 0; margin: 0; }
.hours-list li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px dashed #e2e2e2; font-size: 14.5px; }
.hours-list li:last-child { border-bottom: none; }
.hours-list li span:last-child { color: #F96D00; font-weight: 600; }

/* =====================================================
   FOOTER — blur background so content stays readable
===================================================== */
.ftco-footer { position: relative; overflow: hidden; }
.ftco-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center bottom;
  filter: blur(7px);
  transform: scale(1.08);
  z-index: -2;
}
.ftco-footer::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.86);
  z-index: -1;
}
.ftco-footer .container { position: relative; z-index: 1; }

/* =====================================================
   MOBILE RESPONSIVENESS
===================================================== */
@media (max-width: 1199.98px) {
  .hero-parallax .p3d-content h1 { font-size: 44px !important; }
}
@media (max-width: 991.98px) {
  .hero-parallax .p3d-content h1 { font-size: 38px !important; }
  .hero-parallax .p3d-content p { font-size: 17px !important; }
  .about-intro .col-md-6 .img { min-height: 320px; }
}
@media (max-width: 767.98px) {
  .ftco-section { padding: 3.5em 0; }
  .hero-parallax { min-height: 88vh; }
  .hero-parallax .p3d-content h1 { font-size: 30px !important; }
  .hero-parallax .p3d-content p { font-size: 15.5px !important; }
  .hero-parallax .p3d-content .btn { display: block; width: 100%; margin: 0 0 12px 0 !important; }
  /* fixed backgrounds jump on mobile — use scroll */
  .hero-wrap, .ftco-about.img, .ftco-intro .img { background-attachment: scroll !important; }
  .slider-text .breadcrumbs { font-size: 13.5px; }
  .filter-bar { padding: 18px; }
  .filter-bar .col-md-3 { margin-bottom: 12px; }
  .filter-bar .col-md-3:last-child { margin-bottom: 0; }
  .ftco-footer .border-left { border-left: none !important; }
  .ftco-footer .ftco-footer-widget.ml-md-5 { margin-left: 0 !important; }
  .region-card { height: 210px; }
  .gallery-admin-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .contact-info .box { padding: 24px !important; }
  .block-9 .contact-form { padding: 28px !important; }
}
@media (max-width: 575.98px) {
  h2 { font-size: 25px; }
  .heading-section h2 { font-size: 25px; }
  .pkg-price-tag { font-size: 26px; }
  .testimonial-card, .value-card { padding: 22px 20px; }
  .admin-wrap { flex-direction: column; }
  .admin-sidebar { width: 100%; }
  .admin-main { padding: 20px 16px; }
}

/* ===== Oktrek Club subscription box ===== */
.sub-box {
  background: linear-gradient(135deg, #1d2731 0%, #2c3a47 100%);
  border-radius: 8px;
  padding: 20px;
  color: rgba(255, 255, 255, .85);
  border: 1px solid rgba(249, 109, 0, .35);
}
.sub-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.sub-badge {
  background: #F96D00;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.sub-price {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.sub-price small {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, .6);
}
.sub-lead { font-size: 14px; }
.sub-lead strong { color: #fff; }
.sub-tiers {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
.sub-tiers li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px dashed rgba(255, 255, 255, .18);
  margin-bottom: 6px;
  transition: all .2s;
}
.sub-tiers li strong { color: #ffb27a; }
.sub-tiers li.active {
  background: rgba(249, 109, 0, .18);
  border-color: #F96D00;
}
.sub-member-price { font-size: 15px; }
.sub-member-price strong { color: #fff; font-size: 18px; }
.sub-member-price small { color: rgba(255, 255, 255, .55); }
.sub-terms-link {
  font-size: 13px;
  color: #ffb27a;
  text-decoration: underline;
}
.sub-terms-link:hover { color: #fff; }

/* Terms page */
.terms-block h4 {
  font-size: 20px;
  margin-top: 34px;
  margin-bottom: 12px;
}
.terms-block p, .terms-block li {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 1.8;
}
.terms-block ul { padding-left: 20px; }
.terms-updated {
  font-size: 13px;
  color: #999;
  margin-bottom: 24px;
}
