.woocommerce-form-register * {
    text-align: left;
}

#wc-expinet-cc-form .expinet-col-6 {
    flex: 1 !important;
}
form.wp-fc-reservation-form .select_container {
    flex: 0 0 70%;
    max-width: 70%;
    border-radius: 5px;
    background-color: #ffffff !important;
    height: 40px;
    border: 1px solid #d0d0d0;
    padding: 0;
}

form.wp-fc-reservation-form .t1form-group select {
    max-width: 100%;
    flex: unset;
}
div#book-lane-reservation input ,
div#book-membership input ,
div#book-event input {
    padding: 0 10px 0 20px !important;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 9999;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-header {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

div#book-lane-reservation .t1form-control ,
div#book-membership .t1form-control ,
div#book-event .t1form-control {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type=email],input[type=password],input[type=search],input[type=text],input[type=url],input[type=tel],select {
    border: 1px solid #d0d0d0 !important;
    color: #a1a1a1 !important;
    height: 45px !important;
    padding: 0 10px 0 20px !important;
    width: 100%;
    font-weight: 400
}

select {
    height: 40px;
    width: 250px;
    padding: 5px;
    background-color: transparent;
    position: relative;
    background-image: none
}

textarea {
    border: 1px solid #d0d0d0;
    color: #000;
    padding: 10px 10px 0 20px;
    width: 100%;
    font-weight: 400
}

button:active,button:hover,input:active,input:hover,textarea:active,textarea:hover {
    -webkit-appearance: none
}

button:focus,input:focus,textarea:focus {
    -webkit-appearance: none
}

.t1modal {
        z-index: 99999;
}

fieldset#wc-expinet-cc-form > div {
    padding: 5px 0px!important;
}
/* Force the mobile header to be visible, on top, and not transparent */
@media (max-width: 991px){
  /* Target several likely wrappers used by the theme/Elementor */
  header.hdr--mobile,
  header.header_mobile,
  header[class*="hdr"][class*="mobile"],
  .hdr--mobile,
  .header_mobile,
  [class*="header"][class*="mobile"]{
    position: sticky; /* iOS friendly */
    top: 0; left: 0; right: 0;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #fff !important;     /* solid background so it’s not transparent */
    z-index: 2147483646 !important;  /* above everything, including the slider */
  }

  /* Push Slider Revolution behind the header */
  .rev_slider_wrapper,
  .rs-module-wrap{
    z-index: 1 !important;
  }

  /* If you see the admin bar on mobile, keep header below it */
  body.admin-bar header.hdr--mobile,
  body.admin-bar header[class*="hdr"][class*="mobile"]{
    top: 46px;
  }
}
/* 1) Keep Trident block present but make it take ZERO space */
.membership_package_wrapper{
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

/* 2) Make any Trident modal/backdrop not affect layout when closed */
.t1modal { position:fixed !important; top:0; left:0; width:100%; }
.t1modal[aria-hidden="true"] { display:none !important; }
.modal-backdrop[aria-hidden="true"], .modal-backdrop:not(.show) { display:none !important; }

/* 3) Kill accidental huge bottom spacing on the last section */
[data-elementor-type="wp-page"] .elementor > .elementor-section:last-child{
  margin-bottom:0 !important; padding-bottom:0 !important;
}

/* 4) Nuke stray spacers at the end (only affects the last one on the page) */
.elementor-widget-spacer:last-of-type{ height:0 !important; margin:0 !important; }

/* 5) If you used a CSS divider ::after anywhere, ensure it has no height now */
.has-plate-divider .rev_slider_wrapper::after { height:40px !important; }
/* Make the price-table row auto-size and top-align columns */
.membership-plans,
.membership-plans .elementor-container,
.membership-plans .elementor-row,
.membership-plans .elementor-column {
  min-height: auto !important;
  height: auto !important;
  align-items: flex-start !important;
}

/* If some script injects inline min-height on any wrapper inside the section,
   kill it immediately. */
.membership-plans [style*="min-height"] {
  min-height: auto !important;
}

/* Optional: if you want columns never to stretch */
.membership-plans .elementor-column {
  align-self: flex-start !important;
}
/* Kill leftover inline heights from exp/collapse */
.trx_expcol_on,
[data-trx-expcol-collapsed-height] {
  height: auto !important;
  min-height: 0 !important;
}

/* If the system drops a spacer/placeholder, hide it */
.trx_expcol_placeholder {
  display: none !important;
}

/* Extra guard: when expanded, force auto height on the whole chain */
.trx_expcol_state_expanded,
.trx_expcol_state_expanded * {
  height: auto !important;
  min-height: 0 !important;
}
/* Enable transitions only after page is ready */
body.trx-anim-ready [data-trx-expcol-collapsed-height] .elementor-price-table,
body.trx-anim-ready .trx_expcol_on .elementor-price-table{
  transition: opacity .35s ease, transform .35s ease;
  will-change: opacity, transform;
  overflow: hidden;
}

/* IMPORTANT: We never hide at rest. We only animate DURING a toggle. */
body.trx-anim-ready .trx-anim-act.trx_expcol_state_collapsed .elementor-price-table{
  opacity: 0;
  transform: translateY(-8px);
}

body.trx-anim-ready .trx-anim-act.trx_expcol_state_expanded .elementor-price-table{
  opacity: 1;
  transform: none;
}
/* Optional, harmless soften — fades the features/details only if those classes exist */
.elementor-price-table__features,
.elementor-price-table__features-list {
  transition: opacity 1.2s ease;
}
.trx_expcol_state_collapsed .elementor-price-table__features,
.trx_expcol_state_collapsed .elementor-price-table__features-list { opacity: 0.001; }
.trx_expcol_state_expanded .elementor-price-table__features,
.trx_expcol_state_expanded .elementor-price-table__features-list { opacity: 1; }
/* Smooth collapse ONLY for the details area of Elementor price tables */
.elementor-price-table__features,
.elementor-price-table__features-list {
  overflow: hidden;
  transition: max-height 1.2s ease, opacity .28s ease;
  will-change: max-height, opacity;
  max-height: 2000px;   /* expanded cap (raise if your details are taller) */
  opacity: 1;
}

/* When the table is collapsed, ease the details closed/faded */
.trx_expcol_state_collapsed .elementor-price-table__features,
.trx_expcol_state_collapsed .elementor-price-table__features-list {
  max-height: 0;
  opacity: .02;        /* keeps text from flashing while shrinking */
  pointer-events: none;/* avoid clicks while closing */
}

/* Keep the card itself unaffected (header/price/buttons remain visible) */
