body.page-id-3461 .content_wrap .content{width: 100% !important; max-width: 1200px;}
body.page-id-3485 .content_wrap .content{width: 100% !important; max-width: 1200px;}


@media (max-width: 600px) {
body.page-id-3461 .vc_column_container > .vc_column-inner{padding-left: 0px;}
body.page-id-3485 .vc_column_container > .vc_column-inner{padding-left: 0px;}
}

@media (max-width: 479px) {
body.page-id-3461 .content_wrap{width: 85% !important; }
body.page-id-3485 .content_wrap{width: 85% !important; }
}

.wtb-page-template {
  width: 100%;
  padding: 1rem 0 2rem;
}

.wtb-page-template__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.wtb-booking-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 1.2rem 1.25rem 1.4rem;
  border-radius: 26px;
  background: linear-gradient(180deg, #fcf8f1 0%, #f3e9db 100%);
  box-shadow: 0 18px 48px rgba(83, 49, 25, 0.14);
  border: 1px solid #e2d4c0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #4e3423;
  position: relative;
  overflow: hidden;
}

.wtb-booking-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(143, 79, 43, 0.08), transparent 34%);
  pointer-events: none;
}

.wtb-language-switch {
  display: flex;
  justify-content: flex-end;
  gap: 0.45rem;
  margin-bottom: 0.7rem;
}

.wtb-lang-btn {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: transparent;
  color: #6d4628;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  border: 1px solid #d7c0a0;
  transition: all 0.2s ease;
}

.wtb-lang-btn:hover,
.wtb-lang-btn:focus {
  background: #efe0c8;
  color: #422513;
}

.wtb-lang-btn.active {
  background: #8f4f2b;
  color: #fff;
  border-color: #8f4f2b;
  box-shadow: 0 8px 18px rgba(143, 79, 43, 0.18);
}

.wtb-booking-hero {
  display: grid;
  gap: 0.8rem;
  align-items: start;
  margin-bottom: 0.8rem;
}

.wtb-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #8b633d;
}

.wtb-title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6e3d1d;
}

.wtb-intro {
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.wtb-booking-hero-card {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #e7d8c4;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

.wtb-booking-hero-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 700;
  color: #6e3d1d;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wtb-booking-hero-card p {
  margin: 0;
  line-height: 1.6;
  color: #634c39;
}

.wtb-intro p {
  margin: 0 0 0.45rem;
  line-height: 1.6;
  color: #61473a;
}

.wtb-booking-form {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.wtb-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.wtb-field,
.wtb-captcha {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 13px;
}
.select_container {
    background: transparent !important;
}
.select_container select {
    padding: 5px 10px !important;
    background-color: #fff !important;
}
.wtb-field label,
.wtb-captcha label {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6d4727;
}

.wtb-field small {
  color: #8b6c51;
  font-size: 12px;
}

.wtb-field input,
.wtb-field select,
.wtb-field textarea,
.wtb-captcha input {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 1px solid #d9c3a8;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  color: #4e3423;
}

.wtb-field input::placeholder,
.wtb-field textarea::placeholder {
  color: #9d876f;
}

.wtb-field input:focus,
.wtb-field select:focus,
.wtb-field textarea:focus,
.wtb-captcha input:focus {
  outline: none;
  border-color: #8f4f2b;
  box-shadow: 0 0 0 3px rgba(143, 79, 43, 0.12);
}

.wtb-radio-group,
.wtb-checkbox-group {
  display: grid;
  gap: 0;
}

.wtb-option {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  padding: 0.7rem 0.8rem;
  border: 1px solid #e7d8c4;
  border-radius: 14px;
  background: #fffdf9;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wtb-option:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(95, 55, 20, 0.08);
}

.wtb-option.active {
  border-color: #8f4f2b;
  background: linear-gradient(135deg, #fff8f0 0%, #f5e3cf 100%);
  box-shadow: 0 10px 24px rgba(143, 79, 43, 0.14);
}

.wtb-option input {
  margin-top: 0.2rem;
}

.wtb-option span {
  line-height: 1.55;
  color: #5d4637;
}

.wtb-privacy {
  margin: 0 0 0.35rem;
}

.wtb-privacy p {
  margin: 0;
  line-height: 1.55;
  color: #6d533d;
  font-size: 0.95rem;
}

.wtb-hidden-fields {
  display: none;
}

.wtb-submit {
  padding: 0.8rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #8f4f2b 0%, #a75d33 100%);
  color: white;
  cursor: pointer;
  font-weight: 700;
  width: fit-content;
  min-width: 200px;
  margin-top: 0;
  box-shadow: 0 12px 24px rgba(143, 79, 43, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wtb-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(143, 79, 43, 0.24);
}

.wtb-form-message {
  min-height: 1.3rem;
  font-weight: 600;
  color: #8f4f2b;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: rgba(143, 79, 43, 0.08);
  border: 1px solid rgba(143, 79, 43, 0.12);
  display: none;
}

.wtb-form-message.show {
  display: block;
}

.wtb-form-message.success {
  color: #2f6b3b;
  background: rgba(54, 152, 95, 0.14);
  border-color: rgba(54, 152, 95, 0.25);
}
select#wtb-time,select#wtb-persons {
    background: #fff !important;
}
.wtb-form-message.error {
  color: #8b2f2f;
  background: rgba(220, 84, 84, 0.14);
  border-color: rgba(220, 84, 84, 0.25);
}

.wtb-privacy {
  margin: 0 0 0.35rem;
}

.wtb-privacy p {
  font-size: 0.95rem;
  color: #6b4f3b;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .wtb-grid {
    grid-template-columns: 1fr;
  }

  .wtb-booking-wrap {
    padding: 1.25rem;
    margin: 1rem;
    border-radius: 18px;
  }

  .wtb-booking-hero {
    grid-template-columns: 1fr;
  }

  .wtb-language-switch {
    justify-content: flex-start;
  }

  .wtb-radio-group,
  .wtb-checkbox-group {
    grid-template-columns: 1fr;
  }
}
.sc_button_hover_slide_top:hover, .sc_button_hover_slide_top.active, .vc_active .sc_button_hover_slide_top, li.active .sc_button_hover_slide_top {
    color:#fff;
}

body.page-template-wtb-booking-page-template .content {
    width: 1200px !important;
}