/* Header: Goa | Pune connected semi-circle book control */
.fs-dest-split{
  --fs-dest-h:44px;
  display:inline-flex !important;
  align-items:stretch;
  height:var(--fs-dest-h);
  border-radius:999px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.18);
  vertical-align:middle;
  line-height:1;
}
.fs-dest-split__btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-width:4.4rem;
  padding:0 .95rem;
  margin:0 !important;
  border:0 !important;
  text-decoration:none !important;
  font-family:Montserrat,Outfit,system-ui,sans-serif !important;
  font-size:.72rem !important;
  font-weight:800 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  transition:filter .2s ease, transform .2s ease, background .2s ease;
  position:relative;
}
.fs-dest-split__btn--goa{
  background:linear-gradient(145deg,#1aa88a,#0f6f5c) !important;
  border-radius:999px 0 0 999px !important; /* left semi-circle */
}
.fs-dest-split__btn--pune{
  background:linear-gradient(145deg,#7a8f64,#5f6f4f) !important;
  border-radius:0 999px 999px 0 !important; /* right semi-circle */
}
.fs-dest-split__btn--goa::after{
  content:"";
  position:absolute;
  right:0;top:18%;bottom:18%;
  width:1px;
  background:rgba(255,255,255,.28);
}
.fs-dest-split__btn:hover{
  filter:brightness(1.08);
  z-index:1;
}
.fs-dest-split__btn.is-active{
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.35);
}

/* Hide Elementor chrome around the split control */
.elementor-element-6dfb767 .elementor-button-wrapper{
  display:flex !important;
  justify-content:flex-end;
  align-items:center;
}
.elementor-element-6dfb767 .elementor-button{display:none !important}

@media(max-width:767px){
  .fs-dest-split{--fs-dest-h:40px}
  .fs-dest-split__btn{
    min-width:3.8rem;
    padding:0 .75rem;
    font-size:.66rem !important;
  }
}
