[id] {
  scroll-margin-top: 180px;
}

/* Zoom background image on hover for activity cards */
.zoom-bg {
  background-size: 100%;
  background-position: center center;
  transition: background-size 0.4s ease;
}

.zoom-bg:hover {
  background-size: 108%;
}
.tour-card{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transform: translateZ(0);
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
  transition: transform .35s ease, box-shadow .35s ease;
}
.tour-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(0,0,0,.14);
}
.tour-card img{
  width: 100%;
  height: auto;
  display:block;
  transform: scale(1.01);
  transition: transform .55s ease;
}
.tour-card:hover img{
  transform: scale(1.08);
}
.tour-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.62) 0%, rgba(0,0,0,.20) 40%, rgba(0,0,0,0) 70%);
  pointer-events: none;
  z-index: 1;
}
.tour-card__title{
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  margin: 0 !important;
  padding-left: 12px;
  border-left: 4px solid #bd9719;
}
.tour-card__title,
.tour-card__title a{
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 650;
  letter-spacing: .2px;
  line-height: 1.15;
  text-shadow: 0 8px 24px rgba(0,0,0,.35);
}
.menu-book-now > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, 0.28);
  
  /* ── Choose ONE of these border-radius values ── */
  border-radius: 1.25rem;     /* 20px  → modern & balanced (most popular choice) */
  /* border-radius: 1.5rem;   → 24px  → noticeably softer */
  /* border-radius: 1.75rem;  → 28px  → generous rounding, still has flat sides */
  /* border-radius: 2rem;     → 32px  → very soft rectangle */
  /* border-radius: 2.5rem;   → 40px  → approaching pill shape */
  /* border-radius: 9999px;   → maximum round pill/capsule look */

  padding: 0.75em 1.8em;
  font-weight: 525;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;

  transition:
    background-color 0.28s ease,
    border-color    0.28s ease,
    transform       0.20s ease,
    box-shadow      0.28s ease;
}

.menu-book-now > a:hover {
  background:      rgba(255, 255, 255, 0.20);
  border-color:    rgba(255, 255, 255, 0.65);
  transform:       scale(1.045);
  box-shadow:      0 6px 20px rgba(0, 0, 0, 0.14);
}

.menu-book-now > a:active {
  transform:       scale(0.97);
  box-shadow:      0 2px 8px rgba(0, 0, 0, 0.18);
}
.menu-book-now > a {
  border-radius: 6px;           /* very gentle */
  /* or 8px / 10px */
}
/* ===== Sokshing Professional Form (Elementor) ===== */

/* tighter + cleaner labels */
.sok-form .elementor-field-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  color: #111;
}

/* inputs */
.sok-form .elementor-field,
.sok-form .elementor-field-textual {
  border: 1px solid rgba(0,0,0,0.18) !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  min-height: 46px;
  background: #fff !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}

/* textarea */
.sok-form textarea.elementor-field-textual {
  min-height: 140px;
  resize: vertical;
}

/* placeholder */
.sok-form .elementor-field::placeholder,
.sok-form .elementor-field-textual::placeholder {
  color: rgba(0,0,0,0.45);
}

/* focus (click) state */
.sok-form .elementor-field:focus,
.sok-form .elementor-field-textual:focus {
  border-color: #bd9719 !important;
  box-shadow: 0 0 0 4px rgba(189,151,25,0.22) !important;
  outline: none !important;
}

/* spacing between fields */
.sok-form .elementor-field-group {
  margin-bottom: 16px;
}

/* submit button */
.sok-form .elementor-button {
  background: #bd9719 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 14px 26px !important;
  font-weight: 700 !important;
  letter-spacing: .4px;
  transition: transform .15s ease, filter .2s ease;
}

/* button hover */
.sok-form .elementor-button:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
}

/* center button (optional) */
.sok-form .elementor-field-type-submit {
  text-align: center;
}
.tour-days-ribbon{
    background: #bd9719;
    color: #fff !important;
    display: inline-block;
    padding: 6px 14px 6px 20px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 20;
    margin: 0;
}

.tour-days-ribbon .elementor-heading-title{
    color: #fff !important;
    margin: 0;
    line-height: 1;
}

.tour-days-ribbon::before{
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #bd9719;
}
