.elementor-97 .elementor-element.elementor-element-6bbeaa9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-97 .elementor-element.elementor-element-6cd4357{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5961156 *//* ===== TICKET CARDS GRID ===== */
.jft-ticket-sec{
  background:#ccc; /* pale pink like screenshot */
}

.jft-ticket {
    position: relative;
    display: block;
    background: #fff;
    padding: 34px 22px 26px;
    text-decoration: none;
    color: #111;
    text-align: center;
    border-radius: 14px;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    min-height: 310px;
    margin-bottom: 20px;
}

/* Ticket cut-outs (top + bottom) */
.jft-ticket:before,
.jft-ticket:after{
  content:"";
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  width: 88px;
  height: 44px;
  background:#ccc;            /* match section background */
  border-radius: 0 0 44px 44px;
}

.jft-ticket:before{
  top:-22px;                     /* top cut */
  border-radius: 0 0 44px 44px;
}

.jft-ticket:after{
  bottom:-22px;                  /* bottom cut */
  border-radius: 44px 44px 0 0;
}

.jft-ticket:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 55px rgba(0,0,0,.10);
}

/* Icon + orange blob */
.jft-ticket__icon{
  position:relative;
  width: 76px;
  height: 76px;
  margin: 6px auto 18px;
  display:grid;
  place-items:center;
}

.jft-ticket__blob{
  position:absolute;
  width: 26px;
  height: 26px;
  right: 4px;
  bottom: 8px;
  background:#f28c28;
  border-radius: 50%;
  opacity: .95;
}

.jft-ticket__icon svg{
  width: 64px;
  height: 64px;
  fill:#111;
  opacity:.95;
}

.jft-ticket__title{
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
}

.jft-ticket__text{
  margin: 0 auto 20px;
  max-width: 210px;
  color: rgba(0,0,0,.55);
  font-size: 14.5px;
  line-height: 1.7;
}

/* Read more */
.jft-ticket__more{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 12px;
  text-transform: uppercase;
  color:#111;
}

.jft-ticket__plus{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display:inline-grid;
  place-items:center;
  background:#f28c28;
  color:#fff;
  font-size: 12px;
  line-height: 1;
}

/* BOOK NOW button */
.jft-ticket__more {
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.15);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #07122a;
    background: transparent;
    transition: all .3s ease;
    margin-bottom: 20px;
}

/* Arrow */
.jft-ticket__plus{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 14px;
  background: #07122a;
  color: #fff;
  transition: transform .3s ease, background .3s ease;
}

/* Hover effect */
.jft-ticket:hover .jft-ticket__more{
  background: #07122a;
  color: #fff;
  border-color: #07122a;
}

.jft-ticket:hover .jft-ticket__plus{
  background: #fff;
  color: #07122a;
  transform: translateX(4px);
}


@media (max-width: 575px) {
 
 
 .jft-ticket__title {
    font-size: 15px;
    font-weight: 900;
    margin: 0 0 10px;
}

.jft-ticket__more {
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.15);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #07122a;
    background: transparent;
    transition: all .3s ease;
    margin-bottom: 20px;
}
 
 
 .jft-ticket {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px 0px 21px;
    text-decoration: none;
    color: #111;
    text-align: center;
    border-radius: 14px;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    min-height: 310px;
    margin-bottom: 20px;
}
.jft-brand__word {
    font-size: 15px!important;
}
 
}/* End custom CSS */