.ct-shortcode {
    width: 100%;
}
.front-form .datebox .ui-datepicker-trigger {
    position: absolute;
    height: 53%;
    top: 50%;
    transform: translateY(-50%);
    right: 0.2em;
    background: none;
    border: none;
}   
.front-form {
	
    position: relative;
    width: 64vw;
    color: #bdbdbd;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 99999;
    font-family: 'Oswald';
    box-sizing: border-box;
    font-weight: 100;
    width: 100%;
    left: 0;
}
.front-form form {
    max-width: 1450px;
    margin: 0 -20px;
    max-width: 1200px;
    box-shadow: 0 7.5px 15px 0 rgb(0 0 0 / 15%);
    position: relative;
    bottom: 132px;
}
.front-form .flex label, .front-form .datebox {
    flex: 1 1 50%;
    font-weight: 700;
    font-size: 1em;
    padding: 0em 0 0em 0.5em;
    width: 50%;
    font-weight: 700;
    color: #f9da97;
    font-size: 1em;
}
.front-form .datebox {
    position: relative;    
    padding: 2em 0 1em 1em;
    margin: 0 0.25em 0 0.25em;
}
.front-form .flex .datebox input{
    flex: 0;
    display: block;
    font-weight: 700;
    color: #f9da97;
    font-size: 1em;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 90%;
}
.front-form .datebox .ui-datepicker-trigger{
    position: absolute;
    /* width: 100%; */
    height: 53%;
    top: 50%;
    transform: translateY(-50%);
    right: 0.2em;
}
.front-form .ui-datepicker-trigger,
.mobile_form button.ui-datepicker-trigger {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    border: none;
    cursor: pointer;
    background: none;
    color: transparent;
}
.front-form .datepicker,
.front-form .datepicker2{
    display: none;
}
.front-form button.ui-datepicker-trigger img {
    height: 18px;
    position: absolute;
    bottom: 16px;
    left: 13px;
}
.front-form select{
    border: none;
    color: #797979;
    margin-top: 6px;
}
.front-form .form-content > div:first-child > select {
    min-width: 140px;
}
.front-form .form-content {
    display: flex;
}
.front-form .form-content > div:first-child {
    border-radius: 10px 0 0 10px;
}
.front-form .form-content > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
	background-color: rgba(0,0,0,0.71);
    margin-right: 2px;
}
.front-form .form-content > div.date-group{
    position: relative;
    padding: 0 20px;
}
.front-form .form-content > .destination{
    padding-right: 20px;
    padding-left: 20px;
}
.front-form .form-content > div.date-group .form-title {
    padding-top: 10px;
}
.front-form .form-content > div .form-dateformat {
    margin-left: 22px;
}
.front-form .form-content > div .form-title{
    margin-bottom: -6px;
    font-size: 16px;
}
.front-form .form-content > div .form-dateformat,
.front-form .form-content > div .form-numvalue-group{
    display: flex;
    min-height: 44px;
}
.front-form .form-content > div .form-dateformat .month{
    font-size: 14px;
    text-align: center;
    /* line-height: 2vmin; */
    display: flex;
    flex-direction: column;
    justify-content: center;   
}
.front-form .form-content > div .date,
.front-form .form-content > div .form-numvalue-value {
    font-size: 42px;
    display: flex;
    color: whtie;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}
.front-form .form-content > div .form-numvalue-minus{
    padding-right: 10px;
}
.front-form .form-content > div .form-numvalue-minus,
.front-form .form-content > div .form-numvalue-plus{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 3.5vmin;
    cursor: pointer;
}
.front-form select, 
.front-form .form-content > div:nth-child(7) input {
    border: none;
    color: #797979;
    margin-top: 18px;
    height: 27px;
    background: transparent;
}
.front-form .form-content > div:nth-child(7) input{
    border: solid 1px;
}
.front-form .form-content > div:last-child {
    border: none;
    border-radius: 0 10px 10px 0;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.front-form input[type="submit"] {
    color: white;
    width: 100%;
    background-color: #a7764d;
    margin-left: 0.5vmin;
    border: none;
    text-transform: capitalize;
}
.front-form .flex input,.front-form .flex select{
	-webkit-appearance:none;
    -moz-appearance: none;
    flex: 1 1 50%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1em;
    padding: 1em 0 1em 1em;
    width: 50%;
    border: 1px solid white;
    margin-left: 0.5vmin;
    margin-bottom: 1em;
    color: white;
    background: none;
    border-radius: 0;
}
.front-form .flex input{
    text-align: center;
}
.front-form .form-content > div:nth-child(7) {
    padding: 10px 18px;
}

.front-form .flex select option{
    background-color:#c8c8c7;
    color: black;
}
.front-form .flex input[name="promo"]{
    text-align: left;
}
.front-form .flex input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
  opacity: 1;
}
.front-form .flex input::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 1;
}
.front-form .flex input:-ms-input-placeholder { /* IE 10+ */
  color: white;
  opacity: 1;
}
.front-form .flex input:-moz-placeholder { /* Firefox 18- */
  color: white;
  opacity: 1;
}
.mobile_form{
	display: none;
}
.mobile_form .date-group input {
	display: none;
}



@media only screen and (max-width: 1450px) {

    .front-form form {
        max-width: 1020px;
    }
}

@media only screen and (max-width: 960px) {

    .front-form{
        display: none;
    }
	.mobile_form .h1{
		color: white;
		margin-bottom: 40px;
	}
    .mobile_form{
        padding:40px;
		display: block;
        background-color: #353535;
    }
    .mobile_form .form-content > div{
        display: flex;
        color: white;
        position: relative;
    }
    .mobile_form button.ui-datepicker-trigger {
        position: absolute;
        right: 0;
        height: 100%;
        width: 100%;
        background: none;
        border: none;
        text-align: right;
    }
    .mobile_form button.ui-datepicker-trigger img {
        display: none;
    }

    .mobile_form #m_datepicker,
    .mobile_form #m_datepicker2{
        display: none;
    }
    .mobile_form .form-title{
        color: #b5985a; 
        width: 50%;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        letter-spacing: 2px; 
		margin-bottom: 40px;
    }
    .mobile_form select {
        border: none;
        color: white;
        background: #353535;
        height: 30px;
        width: 170px;
        display: flex;
        flex-direction: column;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        letter-spacing: 2px; 
    }
	.mobile_form .form-content .promocode {
		height: 30px;
        background: #bdbdbd;
        width: 140px;
	}
    .mobile_form .form-dateformat,
    .mobile_form .form-numvalue-group {
        display: flex;
        margin-right: 38px;
    }
    .mobile_form .form-numvalue-group span, 
    .mobile_form .form-dateformat .month,
    .mobile_form .form-dateformat .day,
    .mobile_form .form-dateformat .date{
        width: 50px;
        display: block;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        letter-spacing: 2px; 
    }
	.ui-widget.ui-widget-content {
		z-index: 99999999999999 !important;
	}

    .mobile_form .form-dateformat .date,
    .mobile_form .form-numvalue-group span.form-numvalue-value{
       /* font-size: 30px; */

    }
    .mobile_form input.btn {
        min-width: 300px;
        height: 11vmin;
    }
	
}
svg#-pro-menu-105-118-open-icon {
    margin-bottom: 4px;
}
#-pro-menu-84-70 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, 
#-pro-menu-84-70 .oxy-pro-menu-container.oxy-pro-menu-open-container,
#-pro-menu-84-70 .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
     background-color: black !important; 
}
#-pro-menu-84-70 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item a {
    color: white !important;
}
#-pro-menu-84-70 .oxy-pro-menu-mobile-close-icon {
    background-color: black !important;
    color: white !important;
}
#-pro-menu-84-70 .oxy-pro-menu-mobile-close-icon svg {
    color: white !important;
}

//* ===========================
   EXEC HOTELS TOGGLE — FIXED (adjacent only)
   =========================== */

/* Scope to your block for higher specificity (adjust if your container ID differs) */
#div_block-1280-598 .oxy-toggle + .t-flow[style*="display: none"] {
  display: block !important; /* neutralize inline display:none so animations can run */
}

/* Links on their own lines */
#div_block-1280-598 .t-flow a.ct-link-text {
  display: block;
  line-height: 1.6;
  margin: 2px 0;
}

/* ===== Default path (modern browsers): GPU transforms ===== */

/* Base (collapsed) — quick close: 0.3s */
#div_block-1280-598 .oxy-toggle + .t-flow {
  display: block !important;
  overflow: hidden !important;

  transform: scaleY(0) translateZ(0);
  -webkit-transform: scaleY(0) translateZ(0);
  transform-origin: top;
  -webkit-transform-origin: top;

  opacity: 0;

  transition:
    transform 0.3s ease-out,
    opacity 0.3s ease-out;
  -webkit-transition:
    -webkit-transform 0.3s ease-out,
    opacity 0.3s ease-out;

  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Expanded — smooth open: 1s */
#div_block-1280-598 .oxy-toggle.toggle-3950-expanded + .t-flow {
  transform: scaleY(1) translateZ(0);
  -webkit-transform: scaleY(1) translateZ(0);
  opacity: 1;

  transition:
    transform 1s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 1s ease-in;
  -webkit-transition:
    -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 1s ease-in;
}

/* ===== iOS / Safari fallback: use max-height (more reliable there) ===== */
/* This overrides ONLY on WebKit/iOS, and keeps the adjacent pairing (+) */
@supports (-webkit-touch-callout: none) {
  #div_block-1280-598 .oxy-toggle + .t-flow {
    transform: none !important;
    -webkit-transform: none !important;
    backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;

    max-height: 0 !important;
    opacity: 0;
    transition:
      max-height 0.3s ease-out,
      opacity 0.3s ease-out !important;
  }
  #div_block-1280-598 .oxy-toggle.toggle-3950-expanded + .t-flow {
    max-height: 1200px !important; /* > tallest content */
    opacity: 1;
    transition:
      max-height 1s cubic-bezier(0.23, 1, 0.32, 1),
      opacity 1s ease-in !important;
  }
}

/* Chevron timing (asymmetric) */
#div_block-1280-598 .oxy-toggle .oxy-expand-collapse-icon {
  transition: transform 0.3s ease-out !important;
}
#div_block-1280-598 .oxy-toggle.toggle-3950-expanded .oxy-expand-collapse-icon {
  transform: rotate(180deg) !important;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  #div_block-1280-598 .oxy-toggle + .t-flow,
  #div_block-1280-598 .oxy-toggle.toggle-3950-expanded + .t-flow {
    transition: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1 !important;
  }
}