element.style {
    display: flex;
    flex-wrap: wrap;
}



/* Start Pricing List CSS Here */
.stlrs-occupancy-subheading {
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    text-align: left;
    color: #343A40;
    margin: 0 0 20px;
}
.stlrs-pricing-container {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    border-radius: 8px;
    padding: 35px;
    background: #F1F2F2;
}
.strls-slider-container {
    flex: 0 0 auto;
    width: calc(82% - 7.5px);
}

.stlrs-pricing-info-btn-wrapper {
    flex: 0 0 auto;
    width: calc(18% - 7.5px);
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.strls-slider-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.stlrs-img-wrapper-slider {
    flex: 0 0 auto;
    width: 340px;
}
.stlrs-img-wrapper-slider .slick-slide img {
    width: 340px;
    height: 260px;
    border-radius: 12px;
    object-fit: fill;
}
.stlrs-img-wrapper-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.stlrs-img-wrapper-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0;
}

.stlrs-img-wrapper-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}

.stlrs-img-wrapper-slider .slick-dots li button::before {
    font-size: 40px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    color: #D9D9D9 !important;
    opacity: 1 !important;
}

.stlrs-img-wrapper-slider .slick-dots li.slick-active button::before {
    color: #959595 !important;
}
.stlrs-pricing-info {
    flex: 0 0 auto;
    width: calc(100% - 370px);
}
.stlrs-pricing-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 29.05px;
    text-align: left;
    color: #343A40;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.stlrs-highlight-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 29.05px;
    text-align: left;
    color: var( --e-global-color-7de4dbc );
    color:#FFFFFF;
    text-transform: inherit;
    margin: 0;
    background: var(--e-global-color-730b972);
    padding: 0 5px;
    width: max-content;
}
.stlrs-short-desc {
    margin: 15px 0
}
.stlrs-short-desc ol {
    padding: 0;
    margin-left: 0;
    list-style: none;
}
.stlrs-short-desc ol li {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #343A40;
}
.stlrs-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stlrs-features > p {
    font-size: 16px;
    margin-bottom: 0;
}

.stlrs-features > p img {
    border-radius: 0;
    width: 25px;
}

.stlrs-features > p span {
    font-size: 16px;
}
.stlrs-pricing-btn {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 12px 16px 12px 16px;
    border-radius: 30px;
    color: #000000 !important;
    border: 1px solid var(--e-global-color-730b972);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 0;
    max-width: 216px;
    color: #fff; !important;
    background: var(--e-global-color-730b972);
    border-color: var(--e-global-color-730b972);
    position: relative;
}
.stlrs-pricing-btn:hover {
    /* color: #000000 !important; */
    /* background: #fff; */
    /* border-color: #000000; */
}
.stlrs-pricing-btn:hover svg path {
    /* stroke: #000000; */
    /* fill: #000000; */
}
.stlrs-pricing-btn::before{
    content: "";
  background-image: url('/wp-content/uploads/2022/11/Steelers-Primary-Logo-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5rem; /* Default image size */
  height: 1.5rem; /* Default image size */
  margin-right: 0.3rem; /* Space between image and text */
}
.stlrs-sold-out {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding: 12px 22px 12px 22px;
    border-radius: 6px;
    color: #FFFFFF;
    background: var(--e-global-color-730b972);;
    border: 1px solid transparent;
    max-width: 130px;
}
.stlrs-pricing {
    color: #EEAD1E;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 0;
}
.strls-strike-price {
    text-decoration: line-through;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
}
.stlrs-notes {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #343a40;
    margin-bottom: 0;
    text-align: center;
}

.stlrs-img-wrapper-slider .slick-arrow {
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    padding: 0;
    border: 0;
    background: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.stlrs-img-wrapper-slider .slick-arrow:hover {
    background: #f0b03e;
}
.stlrs-img-wrapper-slider .slick-arrow:focus{
    background: #f0b03e;
}
.stlrs-img-wrapper-slider .slick-arrow::before{
    display: none;
}
.stlrs-img-wrapper-slider .slick-prev {
    left: 15px;
}
.stlrs-img-wrapper-slider .slick-prev::after {
    content: '';
    background-image: url('https://dev.steelersfancruise.com/wp-content/uploads/2025/02/s-prev-icon.png');
    background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
         width: 15px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.stlrs-img-wrapper-slider .slick-next {
    right: 15px;
}
.stlrs-img-wrapper-slider .slick-next::after {
    content: '';
    background-image: url('https://dev.steelersfancruise.com/wp-content/uploads/2025/02/s-next-icon.png');
    background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
         width: 15px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* End Pricing List CSS Here */

/* Start Responsive CSS Here */
@media only screen and (max-width: 1199px){
    .stlrs-pricing-btn {
        order: 2;
    }
    .stlrs-notes {
        order: 3;
    }
    .stlrs-pricing{
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
    .guest-tabs{
        justify-content: center;
        gap: 12px;
    }
    .guest-tabs__link {
        padding: 15px 30px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        text-align: center;
    }
    .stlrs-pricing-container {
        flex-direction: column;
        gap: 50px;
    }

    .strls-slider-container {
        width: 100%;
    }

    .strls-slider-wrapper {
        gap: 20px;
    }

    .stlrs-img-wrapper-slider {
        width: 200px;
    }

    .stlrs-pricing-info {
        width: calc(100% - 220px);
    }

    .stlrs-img-wrapper-slider .slick-slide img {
        width: 200px;
        height: 200px;
        object-fit: fill;
    }

    .stlrs-pricing-info-btn-wrapper {
        width: 100%;
    }
    .stlrs-pricing-info-btn-wrapper {
        width: 100%;
        align-items: center;
    }
    .stlrs-pricing-btn{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px){
    .guest-tabs{
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    .guest-tabs__link {
        padding: 10px 15px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        text-align: center;
    }
    .stlrs-pricing-container {
        flex-direction: column;
        gap: 50px;
        padding: 20px;
    }

    .strls-slider-container {
        width: 100%;
    }

    .strls-slider-wrapper {
        gap: 20px;
    }

    .stlrs-img-wrapper-slider {
        width: 200px;
    }

    .stlrs-pricing-info {
        width: calc(100% - 220px);
    }

    .stlrs-img-wrapper-slider .slick-slide img {
        width: 200px;
        height: 200px;
        object-fit: fill;
    }

    .stlrs-pricing-info-btn-wrapper {
        width: 100%;
        align-items: center;
    }
    .stlrs-pricing-btn{
        margin-bottom: 0;
    }
    .stlrs-pricing-title {
        font-size: 22px;
        line-height: 26px;
    }

    .stlrs-highlight-title {
        font-size: 20px;
        line-height: 26px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .guest-tabs{
        justify-content: center;
    }
}
@media only screen and (max-width: 575px){
    .strls-slider-wrapper {
        flex-direction: column;
    }
    .stlrs-img-wrapper-slider {
        width: 100%;
    }
    .stlrs-img-wrapper-slider .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
    .stlrs-pricing-info {
        width: 100%;
    }
}
/* End Responsive CSS Here */

.stlrs-features > p {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.stlrs-choose-my-cabin {padding-bottom: 30px;}

/* Add CSS styles below */

.stlrs-img-wrapper-slider .slick-next::after {
    background-image: url(/wp-content/uploads/2025/02/s-next-icon.png) !important;
}
.stlrs-img-wrapper-slider .slick-prev::after {
    background-image: url(/wp-content/uploads/2025/02/s-prev-icon.png) !important;
}
.elementor-heading-title.plugin_header_text {
    font-weight: 700!important;
    margin: 40px 0 60px;
}



.stlrs-img-wrapper-slider .slick-arrow:hover {
    background: #c8c8c8!important;
}

.stlrs-img-wrapper-slider .slick-arrow:focus {
    background: #c8c8c8!important;
}

.elementor-heading-title.plugin_header_text {
    margin: 40px 0 !important;
}


.dropdown-label-column {
    display: flex;
    align-items: center;
    gap: 20px;
}
.dropdown-label-column label{
    flex: 0 0 auto;
    width: 100%;
    max-width: calc(50% - 10px);
}
.dropdown__label,
.departure__label {
    font-weight: 700;
    font-size: 18px;
    line-height: 19.5px;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;

}

.departure__label{
    font-weight: 700;
    
}
.dropdown-column {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dropdown-column .dropdown {
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
}

.dropdown-column .departure {
    flex: 0 0 50%;
    width: 100%;
    max-width: calc(50% - 10px);
}

.dropdown {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.dropdown__toggle {
    border: 1px solid #ddd;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px 10px 50px;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    background: #E6E6E6;
    color: #000 !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}


.departure__button {
    border: 1px solid #ddd;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 700;
    transform-style: upppercase;
    background: #c8c8c8;
    color: #FFF !important;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
}
.departure__button::before{
      content: "";
      background-image: url('/wp-content/uploads/2025/03/Steelers-Primary-Logo-1.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 1.5rem; /* Default image size */
      height: 1.5rem; /* Default image size */
      margin-right: 0.3rem; /* Space between image and text */
}

.dropdown__toggle::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 20px;
    background: url("/wp-content/uploads/2025/02/black-custom-dropdown-guests.svg") no-repeat;
}

.dropdown__toggle::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 40%;
    transform: translateY(-50%);
    width: 12px;
    height: 8px;
    background: url("/wp-content/uploads/2025/03/Vector-3.svg") no-repeat;
    transition: all 0.5s ease;
    transform: rotate(0deg);
}

.dropdown__toggle--active::after {
    transform: rotate(-180deg);
}

.dropdown__menu {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 10;
    background: #E6E6E6;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown__item {
    list-style-type: none;
}

.dropdown__link {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #000 !important;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
        cursor: pointer;
}

.dropdown__link:hover {
    background: #f8f9fa;
    color: #000;
}



.guest-tabs__link.active {
   border-color: #000;
}
.guest-tabs {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
    align-items: flex-start;
}
    .guest-tabs__item {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: baseline;
    }
        .guest-tabs__item a {
            width: 100%;
            font-size: 50px;
            line-height: 50px;
            font-family: "Poppins", sans-serif;
            padding: 14px 9px;
            border:  0;
            font-weight: 700;
        }
            .guest-tabs__link.active {
                color: #000 !important;
            }
            .guest-tabs__item a span {
                display: none;
            }
        .stlrs-pricing-container {
            border-radius: 0 0 8px 8px;
        }
            .stlrs-img-wrapper-slider .slick-slide img {
                border-radius: 0px;
            }
            .stlrs-pricing-title {
                text-transform: none;
                font-weight: 600;
            }
            .stlrs-features > p span {
                
            }
        a.stlrs-pricing-btn {
           width: 100%;
           font-size: 18px;
           display: inline-flex;
           flex-direction: row;
           justify-content: space-evenly;
           align-items: center;
            transition: background-color 0.3s ease;
        }
            .stlrs-pricing-info-btn-wrapper a.stlrs-pricing-btn:hover {
                box-shadow: 0 0 1px #00000069;
            }
        p.stlrs-pricing {
            font-family: 'League Spartan', sans-serif !important;
            font-weight: 800;
            font-size: 45px;
            color: #222425;
        }

        .stlrs-notes {
            font-family: 'Albert Sans', sans-serif !important;
            font-weight: 400;
            font-size: 15px;
            color: ##545454;
            line-height: normal
        }

.pricing-table > .guest-block.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}
.pricing-table > .guest-block {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
}

/* Media Queries */
@media (max-width: 768px) { 
    .elementor-heading-title.plugin_header_text {
        margin: 20px 0 30px!important; /* Adjust margins for mobile */
    }
}

@media only screen and (max-width: 768px) {
    .guest-tabs__item a span {
        display: block;
    }
        .guest-tabs__item a {
            font-size: 18px;
            line-height: 110%;
            font-weight: 400;
            display: inline-flex;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            column-gap: 5px;
        }
}

@media only screen and (max-width: 575px) {
    .dropdown-label-column,
    .dropdown-column{
        gap: 10px;
        flex-direction: column;
    }
    .dropdown-label-column label,
    .dropdown-column .dropdown,
    .dropdown-column .departure{
        max-width: 100%;
    }
  .dropdown-label-column{
    margin-bottom: 10px;
    flex-direction: column-reverse;
  }
  .dropdown-label-column label{
    margin-bottom: 0;
  }
    .dropdown_label,
    .departure__label{
        font-size: 18px;
    }
    .dropdown__toggle {
        padding: 10px 5px 10px 35px;
        font-size: 15px;
    }

    .dropdown__toggle::before {
        left: 8px;
    }

    .dropdown__toggle::after {
        right: 8px;
    }

    .departure__button {
        padding: 10px 25px 10px 25px;
    }

    .departure__button::before {
        left: 8px;
    }

    .departure__button::after {
        right: 8px;
    }
}

@media only screen and (max-width: 460px) {
    .guest-tabs__item a {
        padding: 14px 9px;
        column-gap: 3px;
    }

}


