body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #ffffff;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 100%;

}

.main-navbar {
  background-color: #0f261c;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-nav .nav-item {
  margin-left: 7px;
}

.logo-nav {
  height: 34px;
}

.logo-nav-name {
  height: 20px;
}

.auth-section {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 0;
}

.auth-logo {
  height: 90px;
}

.auth-card {
  border-radius: 18px;
}

.auth-card .form-control {
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
}

.btn-success {
  background-color: #24b946;
  border-color: #24b946;
  border-radius: 999px;
  font-weight: 500;
}

.btn-success:hover {
  background-color: #1ca63b;
  border-color: #1ca63b;
}

.separator {
  position: relative;
  text-align: center;
  font-size: 0.85rem;
  color: #9a9a9a;
}

.separator::before,
.separator::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45%;
  height: 1px;
  background-color: #e4e4e4;
}

.separator::before {
  left: 0;
}

.separator::after {
  right: 0;
}

.separator span {
  background-color: #fff;
  padding: 0 10px;
}

.google-btn,
.facebook-btn {
  border-radius: 999px;
  font-size: 0.9rem;
}

.password-toggle {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.input-group>.form-control {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.explore-hero {
  background-image: url("img/Rectangle 45.png");
  background-size: cover;
  background-position: center;
  height: 450px;
  position: relative;
}

.hero-center-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 900px;
}

.search-bar {
  background: #ffffff;
  padding: 14px 20px;
  border-radius: 25px;
  display: flex;
  align-items: center;

  max-width: 900px;
  margin: 0 auto;
  cursor: pointer;
}

.filter-box {
  background: #ffffff;
  border-radius: 25px;
  padding: 22px;
  margin-top: 10px;

  max-width: 900px;
  margin-left: auto;
  margin-right: auto;

  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .35s ease;
}

.filter-box.active {
  max-height: 600px;
  opacity: 1;
}

.pill {
  padding: 6px 14px;
  border-radius: 20px;
  border: none;
  font-size: 0.8rem;
  cursor: pointer;
  opacity: 0.85;
}

.pill.active {
  opacity: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.pill-yellow {
  background: #ffd93b;
}

.pill-pink {
  background: #ff4fb3;
  color: #fff;
}

.pill-blue {
  background: #50a8ff;
  color: #fff;
}

.trail-card img {
  height: 240px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.trail-card {
  border-radius: 20px;
}

.tag {
  background: #f2f2f2;
  padding: 5px 10px;
  font-size: 0.75rem;
  border-radius: 20px;
}

.star {
  color: #ffc107;
  font-size: 1rem;
}


.hero-banner-img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.trail-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.trail-link .trail-main-card {
  border-radius: 18px;
  overflow: hidden;
}

.trail-main-img {
  height: 260px;
  object-fit: cover;
}

.trail-link .trail-main-card:hover {
  transform: translateY(-4px);
  transition: 0.2s ease;
}

.section-dark {
  background-color: #182b21;
}

.section-dark .event-card {
  border-radius: 18px;
  overflow: hidden;
}

.section-dark .event-card img {
  height: 160px;
  object-fit: cover;
}

.section-dark .event-card .card-body {
  background-color: #ffffff;
}

.gear-section {
  background-image: url("img/Rectangle\ 55\ \(1\).png");
  background-size: cover;
  background-position: center;
}

.gear-card {
  border-radius: 18px;
  overflow: hidden;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gear-img {
  max-width: 260px;
  height: 220px;
  object-fit: contain;
  margin-top: 20px;
  display: block;
}


/* ----------- ปฏิทิน ------------ */
*,
:active {
  outline: none;
}

* {
  padding: 0px;
  margin: 0px;
}

/* body {
  background-color: #EEEDE9;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 100%;
  font-family: Helvetica, Arial, sans-serif;
} */

input {
  font-family: Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin-bottom: 10px;
}

p {
  line-height: 20px;
}

a {
  text-decoration: none;
  color: #FF462B;
}

.clearfix {
  clear: both;
}

.animate {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.calendar-wrapper {
  padding: 40px 0;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
}

/* required */
.calendar {
  position: static;
  width: 1000px;
  height: 500px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  color: #333;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  display: flex;
}

.calendar h1,
.calendar h2 {
  margin: 0 0 20px 0;
  font-weight: 300;
}

.calendar h1 span {
  display: block;
}

.calendar .col {
  float: none;
  height: auto;
}

.calendar .col .content {
  padding: 40px;
}

.calendar ul {
  padding: 0;
  margin: 0;
}

.calendar ul li {
  list-style: none;
}

.calendar .leftCol {
  width: 40%;
  background-color: rgba(34, 45, 37, 1);
}

.calendar .noteList li {
  color: #ffffff;
  margin-bottom: 10px;
}

.calendar .notes p,
.calendar .notes input,
.calendar .noteList li {
  font-weight: 300;
  font-size: 14px;
}

.calendar .notes p {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

.calendar .notes input {
  background-color: rgba(34, 45, 37, 1);
  color: #ffffff;
  border: none;
  width: 200px;
}

.calendar .addNote,
.calendar .removeNote {
  float: right;
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
  margin-left: 20px;
}

.calendar .addNote:hover,
.calendar .removeNote:hover {
  color: #ffffff;
}

.calendar .addNote {
  font-size: 16px;
}

.calendar .leftCol h1 {
  color: #ffffff;
  margin-bottom: 40px;
}

.calendar .rightCol {
  width: 60%;
  background: #fff;
}

.calendar .rightCol h2 {
  color: #C7BEBE;
  text-align: right;
  margin-bottom: 70px;
}

.calendar .months li,
.calendar .weekday li,
.calendar .days li {
  float: left;
  text-transform: uppercase;
}

.calendar .months li a,
.calendar .weekday li a,
.calendar .days li a {
  display: block;
  color: #747978;
}

.calendar .months li a {
  font-size: 10px;
  color: #C7BEBE;
  text-align: center;
  width: 32px;
  margin-bottom: 20px;
}

.calendar .months li .selected {
  font-weight: bold;
  color: #747978;
}

.calendar .weekday li a {
  width: 55px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
}

.calendar .days li {
  width: 55px;
}

.calendar .days li a {
  width: 36px;
  height: 24px;
  text-align: center;
  margin: auto auto;
  font-size: 12px;
  font-weight: bold;
  border-radius: 12px;
  margin-bottom: 10px;
  padding-top: 10px;
}


.calendar .days li a:hover {
  background-color: #EEEDE9;
}

.calendar .days li .selected {
  background-color: rgba(34, 45, 37, 1) !important;
  color: #ffffff;
}

.calendar .days li .event {
  color: #F5A1A3;
}


/* placeholder color */
::-webkit-input-placeholder {
  color: #ffffff;
}

:-moz-placeholder {
  color: #ffffff;
}

::-moz-placeholder {
  color: #ffffff;
}

:-ms-input-placeholder {
  color: #ffffff;
}


/* ---------- EVENTS PAGE ---------- */

.events-hero {
  background-image: url("img/Rectangle\ 27.png");
  background-size: cover;
  background-position: center;
  height: 320px;
}

.events-list-section {
  background-color: #f5f6f7;
}

.events-region-filter {
  background-color: #f5f6f7;
  padding: 24px 0 32px;
}

.region-pill-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}

.region-pill {
  background-color: #244655;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 10px 42px;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  opacity: 0.7;
}

.region-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.region-pill-active {
  opacity: 1;
}

.event-card {
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
}

.event-card-img {
  height: 150px;
  object-fit: cover;
}

.event-card img {
  height: 180px;
  object-fit: cover;
}

.section-dark {
  background: #192e25;
  padding-top: 60px;
  padding-bottom: 60px;
}

.event-card .card-body {
  padding: 14px 16px 18px;
}

.event-meta {
  font-size: 0.8rem;
  color: #6b6b6b;
}


.btn-group-category {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.cat-btn {
  background: #eaeaea;
  border: none;
  padding: 10px 28px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 1.05rem;
  cursor: pointer;
  transition: 0.2s;
}

.cat-btn.active {
  background-color: #81c784;
  color: white;
}

.rest-card {
  background: white;
  border-radius: 20px;
}

.rest-img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.placeholder-box {
  background: #e7e7e7;
  height: 240px;
  border-radius: 20px;
}

.placeholder-box-large {
  background: #e7e7e7;
  height: 180px;
  border-radius: 20px;
}

.activity-card img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.activity-card ul {
  padding-left: 1.2rem;
  margin: 0;
}

.music-player {
  width: 360px;
  background: white;
}

.circle-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #e1e1e1;
}

/* -------- Contact Page -------- */

.contact-hero {
  padding-top: 60px;
}

.contact-main-heading {
  font-size: 2.4rem;
}

.contact-sub-heading {
  font-size: 1.9rem;
}

.contact-lead {
  max-width: 520px;
  font-size: 0.95rem;
  color: #555;
}

.contact-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #222;
}

.contact-form-wrapper {
  max-width: 980px;
  background-color: #dedede;
  border-radius: 26px;
  padding: 32px 32px 28px;
}

.contact-form-inner {
  max-width: 780px;
  margin: 0 auto;
}

.contact-label {
  font-size: 0.85rem;
  color: #444;
}

.contact-input {
  border-radius: 10px;
  border: none;
  background-color: #f3f1f1;
  font-size: 0.95rem;
}

.contact-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(36, 185, 70, 0.25);
  background-color: #ffffff;
}

.contact-textarea {
  resize: vertical;
}

.contact-submit-btn {
  padding-inline: 32px;
  border-radius: 999px;
}

/* ---------- SHOP PAGE ---------- */

.shop-hero {
  background-image: url("img/HerloBgvJ900KzF9On-u-.png");
  background-size: cover;
  background-position: center;
  height: 320px;
}

.product-card {
  background: #f2f2f2;
  border-radius: 18px;
  padding-bottom: 15px;
}

.product-img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-top: 10px;
}

.product-desc {
  font-size: 0.9rem;
  color: #555;
}

.shop-banner {
  background-image: url("img/sm2xPrHcGraVufdiR8mYj.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 260px;
  border-radius: 18px;
}

.shop-bottom-img {
  background-image: url("img/Rectangle\ 55.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 340px;
  margin-top: 50px;
}

/* ---------- SHOP DETAIL PAGE ---------- */

.Shop-c {
  background-color: rgba(34, 45, 37, 1);
}

.shop-detail-body {
  background-color: #f5f5f5;
}

.shop-main-image-wrapper {
  position: relative;
  background-color: #e3e3e3;
  border-radius: 0;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-main-image {
  max-width: 70%;
  height: auto;
}

.shop-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
}

.shop-nav-arrow-left {
  left: 16px;
}

.shop-nav-arrow-right {
  right: 16px;
}

.shop-mini-card {
  width: 80px;
  height: 80px;
  background-color: #dedede;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
}

.shop-mini-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-mini-card.active {
  border-color: #000;
}

.shop-detail-panel {
  background-color: #ffffff;
  padding: 30px 32px;
  border-radius: 0;
}

.shop-color-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ccc;
  cursor: pointer;
}

.shop-color-dot.active {
  box-shadow: 0 0 0 2px #000;
}

.shop-size-btn {
  min-width: 52px;
  padding: 6px 10px;
  border-radius: 0;
  border: 1px solid #d0d0d0;
  background-color: #f4f4f4;
  font-size: 0.85rem;
  font-weight: 500;
}

.shop-size-btn.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/* ปุ่ม Add to Bag */
.shop-add-btn {
  border: none;
  background-color: #000;
  color: #fff;
  padding: 14px 18px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0;
}

.shop-add-btn:hover {
  background-color: #222;
}

/* ---------- Broadcast Page ---------- */

.bg-broadcast {
  background-image: url("img/couple-bamboo-forest-backview.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;

}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: none;
  z-index: -1;
}

.broadcast-card {
  background-color: #dedede;
  border-radius: 32px;
  padding: 18px 18px 10px;
  margin-bottom: 40px;
}

.broadcast-inner {
  background-color: #ffffff;
  border-radius: 26px;
  padding: 10px;
}

.broadcast-label {
  background-color: #dedede;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

.chat-card {
  background-color: #dedede;
  border-radius: 32px;
  padding: 18px;
}

.chat-header h4 {
  margin-bottom: 10px;
}

.chat-body {
  padding-bottom: 12px;
}

.chat-messages {
  background-color: #ffffff;
  border-radius: 26px;
  padding: 16px 18px;
  height: 260px;
  overflow-y: auto;
}

.chat-message {
  display: flex;
  margin-bottom: 8px;
}

.chat-message.self {
  justify-content: flex-end;
}

.chat-message .bubble {
  max-width: 80%;
  padding: 8px 12px;
  border-radius: 16px;
  font-size: 0.9rem;
}

.chat-message.other .bubble {
  background-color: #f1f1f1;
}

.chat-message.self .bubble {
  background-color: #c8f0d0;
}

.chat-input-bar {
  margin-top: 8px;
}

.chat-input {
  border-radius: 999px;
  border: none;
  background-color: #f8f8f8;
  font-size: 0.9rem;
}

.chat-input:focus {
  box-shadow: 0 0 0 2px rgba(36, 185, 70, 0.25);
  background-color: #ffffff;
}

.music-popup {
  position: fixed;
  right: 24px;
  bottom: 24px;
  max-width: 360px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  padding: 10px 16px 10px 16px;
  z-index: 1080;
}

/* ---------- REST STOP NEW ---------- */

.rest-body {
  background-color: #f5f5f5;
}

.rest-hero {
  background-image: url("img/sunset-hilly-countryside.jpg");
  background-size: cover;
  background-position: center;
  height: 320px;
  color: #fff;
}

.rest-hero-title {
  font-size: 2.4rem;
}

.rest-pill-group {
  display: inline-flex;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background-color: #eeeeee;
}

.rest-pill {
  border-radius: 999px;
  padding: 8px 28px;
  border: none;
  background-color: transparent;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
}

.rest-pill.active {
  background-color: #80d27c;
  color: #fff;
}

.rest-spot-card,
.rest-activity-card {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.rest-spot-img,
.rest-activity-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.rest-list {
  padding-left: 1.1rem;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* note + quotes */
.rest-note-card {
  background-color: #e6e6e6;
  border-radius: 20px;
  padding: 18px 20px;
}

.rest-quote-card {
  background-color: #e6e6e6;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 0.9rem;
}

.music-thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #81c784, #4caf50);
}

.music-progress {
  height: 5px;
  border-radius: 999px;
  background-color: #e5e5e5;
  overflow: hidden;
}

.music-progress-bar {
  height: 100%;
  width: 0;
  background-color: #4caf50;
  transition: width 0.2s linear;
}

.music-close-btn {
  position: absolute;
  top: 4px;
  right: 8px;
  border: none;
  background: transparent;
  font-size: 0.7rem;
  color: #888;
}

.music-reopen-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background-color: #4caf50;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  z-index: 1070;
}

.music-reopen-btn i {
  font-size: 1.2rem;
}

.d-none {
  display: none !important;
}

/* ---------- HOME PAGE ---------- */

.home-hero {
  background-image: url("img/home-hero.png");
  background-size: cover;
  background-position: center;
  height: 350px;
}

.trail-card {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

.trail-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.events-section {
  background-color: #1e312b;
}

.event-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

.event-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.shop-section {
  background-image: url("img/forest-bg.png");
  background-size: cover;
  background-position: center;
}

.shop-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 15px;
}

.shop-img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.calendar-section {
  margin-top: 40px;
  margin-bottom: 40px;
}


/* ---------- PROFILE PAGE ---------- */

.profile-card {
  border-radius: 20px;
}

.img-pf {
  height: 100px;

}

.profile-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #e4f3e7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
  color: #2e7d32;
}

.profile-input {
  border-radius: 10px;
  font-size: 0.9rem;
}

.profile-input:focus {
  box-shadow: 0 0 0 2px rgba(36, 185, 70, 0.25);
}

.profile-order-table tbody tr td {
  font-size: 0.85rem;
}

.profile-order-table thead tr th {
  font-size: 0.8rem;
}

.bg-success-subtle {
  background-color: #e6f6eb;
}

.bg-warning-subtle {
  background-color: #fff4d8;
}

.bg-secondary-subtle {
  background-color: #eeeeee;
}

.border-success-subtle {
  border-color: #a5d6a7;
}

.border-warning-subtle {
  border-color: #ffe082;
}

.border-secondary-subtle {
  border-color: #bdbdbd;
}

.hero-img {
  height: 350px;
  object-fit: cover;
}

.map-box {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
}

.placeholder-box {
  background-color: #e6e6e6;
  height: 260px;
  border-radius: 20px;
}

.info-box {
  background-color: #f2f2f2;
  padding: 28px 30px;
  border-radius: 20px;
  border: 1px solid #d0d0d0;
  height: 100%;
  border-left: 5px solid #24b946;
}

.info-box ul {
  margin-left: 1.2rem;
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.info-box p {
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.dark-text {
  color: #000
}