h5, h6 {
    text-transform: none;
}

h1 { font-size: 46px; }
h2 { font-size: 40px; }
h3 { font-size: 34px; }
h4 { font-size: 26px; }
h5 { font-size: 22px; }
h6 { font-size: 18px; }

@media (max-width: 991.98px) {
    h1 { font-size: 40px; }
    h2 { font-size: 34px; }
    h3 { font-size: 28px; }
    h4 { font-size: 22px; }
}
@media (max-width: 767.98px) {
    h1 { font-size: 34px; }
    h2 { font-size: 28px; }
    h3 { font-size: 24px; }
}

.anchor {
	display: block;
	height: 120px;
	margin-top: -120px;
	visibility: hidden;
}

.light-brown-bg {
    background-color: #FCEEDC;
}

.map-container {
    overflow: hidden;
    cursor: zoom-in;
}
.map-container img {
    width: 100%;
    display: block;
    transition: transform 0.8s ease;
}

.custom-lg-container {
    width: 100%;
    margin: auto;
}
@media (max-width: 991.98px) {
    .custom-lg-container {
        max-width: 720px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 767.98px) {
    .custom-lg-container {
        max-width: 540px;
    }
}

.intro-section p {
    font-size: 18px;
}
@media (max-width: 575.98px) {
    .intro-section p {
        font-size: 16px;
    }
}

.para-bg {
    height: 88vh;
}
@media (max-width: 991.98px) {
    .para-bg {
        height: 80vh;
    }
}
@media (max-width: 767.98px) {
    .para-bg {
        height: 75vh;
    }
}

.inner-bg {
    height: 600px;
}
.inner-bg.bg-style {
    background-position: center;
}
@media (max-width: 991.98px) {
    .inner-bg {
        height: 500px;
    }
}
@media (max-width: 375.98px) {
    .inner-bg {
        height: 400px;
    }
}

.hero .bg-style {
    background-position: bottom right;
}
.hero .nav-shadow {
    z-index: 1;
}
.hero .main-heading h1 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 900;
}
.hero .main-heading p {
    color: #FFFFFF;
    font-size: 18px;
}
@media (max-width: 767.98px) {
    .hero .main-heading h1 {
        font-size: 42px;
    }
    .hero .main-heading p {
        font-size: 16px;
    }
}
@media (max-width: 575.98px) {
    .hero .main-heading h1 {
        font-size: 34px;
    }
}

.hero-wrapper .img-container {
    right: auto;
    top: 56%;
}
.hero-wrapper .main-heading,
.hero-wrapper .main-heading p,
.hero-wrapper .main-heading a {
    font-size: 16px;
}
@media (max-width: 1399.98px) {
    .hero-wrapper .para-bg {
        height: 95vh;
    }
}
@media (max-width: 991.98px) {
    .hero-wrapper .para-bg {
        height: 85vh;
    }
    .hero-wrapper .main-heading,
    .hero-wrapper .main-heading p,
    .hero-wrapper .main-heading a {
        font-size: 14px;
    }
    .hero-wrapper .btn {
        font-size: 14px;
        padding: 8px 15px;
    }
}
@media (max-width: 767.98px) {
    .hero-wrapper .para-bg {
        height: 80vh;
        background-size: 130%;
    }
    .hero-wrapper .img-container {
        top: 20%;
        -ms-transform: none;
        transform: none;
    }
}

.banner-info {
    position: relative;
    max-width: 479px;
    padding-right: 15px;
    margin-right: 15px;
    text-align: left;
}
.banner-info:after {
    content: "";
    width: 1px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFFFFF;
}
@media (max-width: 1399.98px) {
    .banner-info {
        max-width: 420px;
    }
}
@media (max-width: 1199.98px) {
    .banner-info {
        max-width: 360px;
    }
}
@media (max-width: 1199.98px) {
    .banner-info {
        max-width: 340px;
    }
}
@media (max-width: 991.98px) {
    .banner-info {
        max-width: 211px;
        padding-right: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 767.98px) {
    .banner-info {
        max-width: 100%;
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 10px;
    }
    .banner-info:after {
        width: 30px;
        height: 1.5px;
        position: relative;
        top: auto;
        transform: none;
        margin-top: 10px;
    }
}

.notice-bg {
    height: 12vh;
    display: flex;
    align-items: center;
}
@media (max-width: 1399.98px) {
    .notice-bg {
        height: auto;
        padding: 25px;
    }
}
@media (max-width: 991.98px) {
    .notice-bg {
        font-size: 14px;
    }
}

.overlay-desc {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.text-overlay {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.text-overlay h2, .text-overlay h3 {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    text-align: center;
}
.text-overlay p {
    font-size: 14px;
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.text-overlay .nav-shadow-bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 200px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(left top, left top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
}

.plw-col {
    position: relative;
    display: flex;
    flex-direction: column;
}
.plw-col .frame-img {
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.plw-col img,
.plw-col .frame-img img {
    border-radius: 10px;
}

@media (min-width: 992px) {
    .gx-lg-5 {
        --bs-gutter-x: 2.5rem;
    }
}

.plw-col-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    margin-top: 30px;
}
.plw-col-content img {
    padding-top: 2px;
}

.plw-col-btn {
    margin-top: auto;
    padding-top: 40px;
}
@media (max-width: 575.98px) {
    .plw-col-btn {
        padding-top: 30px;
    }
}

.plw-light-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 6px 15px 1px #00000012;
}
.plw-light-box > img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.plw-light-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 15px 15px 25px;
}
.plw-light-content a:not(.btn) {
    text-decoration: underline;
}

.plw-light-content-bottom {
    margin-top: auto;
}

.listing-badge {
    position: absolute;
    bottom: 20px;
    left: 12px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    color: #FFF;
    padding: 15px;
}

.faq .accordion-body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.faq .accordion-body a {
    text-decoration: underline;
}
.faq .accordion-body ul {
    list-style-type: none;
}
.faq .accordion, .faq .accordion-item,
.faq .accordion-button {
    background-color: transparent;
}
.faq .accordion-button {
    font-weight: 600;
    padding: 32px 0;
}
.faq.py-sm .accordion-button {
    padding: 18px 0;
}
.faq button:focus:not(:focus-visible) {
    color: #212529;
}
.faq .accordion-button::after {
    content: "+";
    font-size: 24px;
    font-weight: 500;
    background-image: none !important;
    transform: none !important;
}
.faq .accordion-button:not(.collapsed) {
    color: #444444;
}
.faq .accordion-button:not(.collapsed)::after {
    content: "−";
}
.faq .accordion-item, .faq .accordion-button {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
}
.faq .accordion-item:last-of-type {
    border: 0;
}
@media (max-width: 575.98px) {
    .faq .accordion-button, .faq .accordion-item {
        font-size: 14px;
        line-height: 22px;
    }
    .faq .accordion-button {
        padding: 16px 0;
    }
}

.faq-tabs {
    justify-content: center;
}
.faq-tabs .col {
    display: flex;
}
.faq-tabs .nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #EEEEEE;
    border-radius: 6px;
    transition: .3s;
    cursor: pointer;
}
.faq-tabs .nav-link:hover,
.faq-tabs .nav-link.active {
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px -2px rgba(16,24,40,.1),
                0 2px 4px -2px rgba(16,24,40,.06);
}
.faq-tabs .nav-link img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: .3s;
}
.faq-tabs .nav-link.active img {
    filter: none;
    opacity: 1;
}

.plw-slick .slick-prev,
.plw-slick .slick-next {
    width: 52px;
    height: 52px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}
.plw-slick .slick-prev:before,
.plw-slick .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    font-size: 36px;
}
.plw-slick .slick-prev:before {
    content: "\f053";
}
.plw-slick .slick-next:before {
    content: "\f054";
}
.plw-slick .slick-dots {
    bottom: -40px;
}

.singleimg .slick-track {
    margin-bottom: 0;
}

.singleimgTwo .slick-prev, .singleimgTwo .slick-next {
    background: rgba(0, 0, 0, 0.2);
}
.singleimgTwo .slick-prev {
    left: 0;
}
.singleimgTwo .slick-next {
    right: 0;
}
.singleimgTwo .frame-img img {
    border-radius: 0;
}
@media (max-width: 575.98px) {
    .singleimgTwo .frame-img {
        height: 200px;
    }
}

.insta .slick-track {
	display: -ms-flexbox !important;
	display: flex !important;
}
.insta .slick-slide {
	display: -ms-flexbox !important;
	display: flex !important;
	height: inherit !important;
    padding: 0 20px;
}
.insta .slick-slide > div {
	height: inherit !important;
	flex: 1;
}
.insta .slick-prev,
.insta .slick-next {
    width: 0 !important;
    height: 0 !important;
}
.insta .slick-prev:before,
.insta .slick-next:before {
    font-size: 24px !important;
    color: #000000;
}
.insta .slick-prev {
    left: 0;
}
.insta  .slick-next {
    right: 0;
}
.insta .frame-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.insta .overlay-bg {
    border-radius: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%);
}
.insta .ig-username {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #FFFFFF;
}
@media (max-width: 575.98px) {
    .insta .slick-slide {
        padding: 0 8px;
    }
    .insta .slick-prev {
        left: 5px;
    }
    .insta  .slick-next {
        right: 5px;
    }
}

.review-wrapper .slick-track {
	display: -ms-flexbox !important;
	display: flex !important;
}
.review-wrapper .slick-slide {
	display: -ms-flexbox !important;
	display: flex !important;
	height: inherit !important;
    padding: 0 25px;
}
.review-wrapper .slick-slide > div {
	height: inherit !important;
	flex: 1;
}
.review-wrapper .slick-list {
    margin-top: 40px;
    padding-bottom: 40px;
}
.review-wrapper .slick-prev:before,
.review-wrapper .slick-next:before {
    font-size: 24px !important;
    color: #000000;
}
.review-wrapper .slick-prev,
.review-wrapper .slick-next {
    width: 0 !important;
    height: 0 !important;
}
.review-wrapper .slick-prev {
    left: 0;
}
.review-wrapper  .slick-next {
    right: 0;
}
@media (max-width: 767.98px) {
    .review-wrapper .slick-slide {
        padding: 0 15px;
    }
}
@media (max-width: 575.98px) {
    .review-wrapper .slick-prev {
        left: 5px;
    }
    .review-wrapper  .slick-next {
        right: 5px;
    }
}

.review-box {
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 8px 20px 2px #00000012;
    padding: 20px 20px 30px;
}
.review-box p {
    color: #444444;
}
@media (max-width: 767.98px) {
    .review-box {
        padding: 15px 15px 10px;
    }
}

.review-date {
    font-size: 13px;
    color: rgb(0, 0, 0, 0.4);
}

.review-text {
    font-size: 14px;
    color: rgb(0, 0, 0, 0.7);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-avatar img {
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 9px 0 #00000026;
    height: 60px;
    margin: 0 auto;
    max-width: 60px;
    object-fit: cover;
    width: auto;
}

.star-rating {
    font-size: 22px;
    color: #fbbc04;
    padding-top: 15px;
    padding-bottom: 10px;
}

.contact-info td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow-wrap: break-word;
    word-break: break-word;
}
.contact-info a:link {
    text-decoration: underline;
}

.contact-form {
    background-color: #FFFFFF;
    padding: 2.5rem;
    box-shadow: 0px 4px 16px rgba(16, 24, 40, 0.08);
}
.contact-form .form-group {
    margin-bottom: 30px;
}
.contact-form label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.contact-form .form-control {
    border-color: #ced4da;
}
@media (min-width: 768px) {
    .contact-form .form-group .custom-checkbox:last-child {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 767.98px) {
    .contact-form {
        padding: 2rem;
    }
    .contact-form label {
        font-size: 14px;
    }
    .contact-form .btn {
        width: 100%;
    }
}

.others-input {
    display: none;
}

.asterisk {
    color: #cc0101;
}

.custom-checkbox {
    display: flex;
    gap: 12px;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 22px !important;
    user-select: none;
}
.custom-checkbox input {
    display: none;
}
.custom-checkbox a {
    text-decoration: underline;
}

.checkmark {
    width: 23px;
    height: 23px;
    min-width: 23px;
    flex: 0 0 23px;
    border: 1px solid #ced4da;
    background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
    transition: border-color 0.2s;
}

.custom-checkbox input:checked + .checkmark {
    border-color: #000000;
    background-color: #ab5940;
    box-shadow: inset 0 0 0 2px #ffffff;
}
.custom-checkbox .text {
    margin-top: -2px;
    letter-spacing: normal;
}

.custom-radio {
    display: block;
    margin-bottom: 22px !important;
}
.custom-radio input[type="radio"] {
    display: none;
}

.radio-mark {
    width: 23px;
    height: 23px;
    min-width: 23px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    transition: border-color 0.2s;
}

.custom-radio input[type="radio"]:checked + .radio-mark {
    border-color: #000000;
    background-color: #ab5940;
    box-shadow: inset 0 0 0 2px #ffffff;
}

.plw-datepicker {
    position: relative;
}
.plw-datepicker .input-group-text {
    background-color: #FFFFFF;
    height: 46px;
    border-color: #ced4da;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.plw-datepicker {
    border: 1px solid #ced4da;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.plw-datepicker:focus-within {
    border-color: #000000;
}
.plw-datepicker .form-control {
    border: none;
    box-shadow: none;
}
.plw-datepicker .input-group-text {
    border: none;
    background: #FFFFFF;
    cursor: pointer;
}
.plw-datepicker .form-control:focus {
    box-shadow: none;
    outline: none;
}

.tempus-dominus-widget {
    padding: 0;
    box-shadow: none;
}
.tempus-dominus-widget .calendar-header {
    background-color: #000000;
    padding: 15px 5px;
}
.tempus-dominus-widget .calendar-header .picker-switch {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.tempus-dominus-widget.light .date-container-days .dow {
    font-weight: 500;
    color: #000000;
}
.tempus-dominus-widget.light .date-container-days .dow {
    font-size: 0;
}
.tempus-dominus-widget.light .date-container-days .dow::after {
    font-size: 16px;
}
.tempus-dominus-widget.light .date-container-days .dow:nth-child(1)::after {
    content: "Su";
}
.tempus-dominus-widget.light .date-container-days .dow:nth-child(2)::after {
    content: "Mo";
}
.tempus-dominus-widget.light .date-container-days .dow:nth-child(3)::after {
    content: "Tu";
}
.tempus-dominus-widget.light .date-container-days .dow:nth-child(4)::after {
    content: "We";
}
.tempus-dominus-widget.light .date-container-days .dow:nth-child(5)::after {
    content: "Th";
}
.tempus-dominus-widget.light .date-container-days .dow:nth-child(6)::after {
    content: "Fr";
}
.tempus-dominus-widget.light .date-container-days .dow:nth-child(7)::after {
    content: "Sa";
}
.tempus-dominus-widget .date-container-days div:not(.no-highlight), .tempus-dominus-widget .date-container-decades div:not(.no-highlight), .tempus-dominus-widget .date-container-months div:not(.no-highlight), .tempus-dominus-widget .date-container-years div:not(.no-highlight), .tempus-dominus-widget .time-container-clock div:not(.no-highlight), .tempus-dominus-widget .time-container-hour div:not(.no-highlight), .tempus-dominus-widget .time-container-minute div:not(.no-highlight), .tempus-dominus-widget .time-container-second div:not(.no-highlight) {
    width: auto;
    height: auto;
    border-radius: 0;
    font-weight: 300;
}
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).old,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).new {
    background-color: #f7f7f7;
}
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight):hover {
    background-color: transparent;
}
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active {
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, .05)), to(rgba(0, 0, 0, .05)));
    background-image: linear-gradient(to bottom, rgba(252, 252, 252, .05) 0, rgba(0, 0, 0, .05) 100%);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05) inset;
    color: #000000;
    font-weight: 300;
}
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.today:before {
    border-bottom: 0;
}
.tempus-dominus-widget.light [data-action].disabled, .tempus-dominus-widget.light [data-action].disabled:hover,
.tempus-dominus-widget .calendar-header .previous, .tempus-dominus-widget .calendar-header .next {
    color: #FFFFFF;
}

#cardCarousel .slick-prev,
#cardCarousel .slick-next {
    background: rgba(0, 0, 0, 0.2);
}
#cardCarousel .slick-prev {
    left: 0;
}
#cardCarousel .slick-next {
    right: 0;
}
#cardCarousel .slider-for .slick-track {
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    height: 100%;
}
#cardCarousel .slider-for > div {
    height: inherit !important;
    flex: 1;
}
#cardCarousel .slider-for .slick-slide {
    height: auto;
}
#cardCarousel .slider-for .slick-slide > div:first-child {
    display: flex;
    justify-content: center;
    height: 100%;
}
#cardCarousel .slider-for .slick-slide:not(.slick-current) {
    transform: scale(0.85);
    transition: transform 0.8s;
    transition-delay: 0s;
}
#cardCarousel .slider-for .slick-slide.slick-current {
    transform: scale(1);
    transition: transform 0.8s;
    transition-delay: 0s;
    z-index: 1;
}
#cardCarousel .slider-for .slick-slide:not(.slick-current) .text-overlay {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}
#cardCarousel .slider-for .slick-slide.slick-current .text-overlay {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}
#cardCarousel .slider-for .frame-img img {
    width: 560px;
    height: 480px;
}
#cardCarousel .text-overlay p {
    font-size: 16px;
}
@media (max-width: 783.98px) {
    #cardCarousel .slider-for .slick-slide {
        margin: 0 -3px;
    }
    #cardCarousel .slider-for .frame-img img {
        width: 294px;
        height: 424px;
    }
}

#cardCarouselBev .slider-for-bev .slick-slide {
    box-sizing: border-box;
    transform: scale(0.9);
    transition: all 0.4s ease;
    margin: 0 12px;
}
#cardCarouselBev .slider-for-bev .slick-active {
    transform: scale(1);
    z-index: 10;
}
#cardCarouselBev .slider-for-bev .slick-prev,
#cardCarouselBev .slider-for-bev .slick-next {
    background: rgba(0, 0, 0, 0.2);
}
#cardCarouselBev .slider-for-bev .slick-prev {
    left: 47px;
}
#cardCarouselBev .slider-for-bev .slick-next {
    right: 47px;
}
#cardCarouselBev .frame-img img {
    width: 421px;
    margin: auto;
    display: block;
}
@media (max-width: 767.98px) {
    #cardCarouselBev .frame-img img {
        width: 312px;
        height: 352px;
    }
    #cardCarouselBev .slider-for-bev .slick-slide {
        margin: 0 8px;
        transform: none;
        transition: none;
    }
    #cardCarouselBev .slider-for-bev .slick-active {
        transform: none;
        transition: none;
    }
    #cardCarouselBev .slider-for-bev .slick-prev {
        left: 0;
    }
    #cardCarouselBev .slider-for-bev .slick-next {
        right: 0;
    }
}

.offers {
    margin: 0 -15px !important;
}
.offers .slick-track {
    display: -ms-flexbox !important;
    display: flex !important;
}
.offers .slick-slide {
    display: -ms-flexbox !important;
    display: flex !important;
    height: inherit !important;
    margin: 0 15px;
}
.offers .slick-slide > div {
    height: inherit !important;
    flex: 1;
}
.offers .slick-prev, .offers .slick-next {
    top: 15%;
    background: rgba(0, 0, 0, 0.2);
}
.offers .slick-prev {
    left: 15px;
}
.offers .slick-next {
    right: 15px;
}
.offers .position-relative img {
    width: 100%;
}
@media (max-width: 767.98px) {
    .offers {
        margin: 0 -10px !important;
    }
    .offers .slick-slide {
        margin: 0 10px;
    }
    .offers .slick-list {
        padding-right: 170px !important;
    }
    .offers .slick-prev {
        left: 10px;
    }
    .offers .slick-next {
        right: 0;
    }
}
@media (max-width: 575.98px) {
    .offers {
        margin: 0 -7px !important;
    }
    .offers .slick-slide {
        margin: 0 7px;
    }
    .offers .slick-list {
        padding-right: 40px !important;
    }
}

h1.offer-title {
    font-size: 28px;
}
@media (max-width: 767.98px) {
    h1.offer-title {
        font-size: 26px;
    }
}
@media (max-width: 575.98px) {
    h1.offer-title {
        font-size: 22px;
    }
}

.book-bg {
    height: 450px;
    padding: 0 20px;
}
@media (max-width: 991.98px) {
    .book-bg {
        height: 250px;
    }
}
@media (max-width: 767.98px) {
    .book-bg {
        height: 250px;
    }
}

.static-banner img {
    border-radius: 0;
    height: 542px;
}
@media (max-width: 767.98px) {
    .static-banner img {
        height: 240px;
    }
}

.colimg .frame-img {
    height: 400px;
}
@media (max-width: 1199.98px) {
    .colimg .frame-img {
        height: 330px;
    }
}
@media (max-width: 991.98px) {
    .colimg .frame-img {
        height: 250px;
    }
}
@media (max-width: 767.98px) {
    .colimg .frame-img {
        height: 180px;
    }
}

.experience-gallery {
    position: relative;
    display: flex;
    height: 520px;
}
.experience-gallery:hover .plw-col:not(:hover) {
    flex: 0.8;
}
.experience-gallery .plw-col {
    flex: 1;
    position: relative;
    transition: flex 0.6s ease;
    cursor: pointer;
}
.experience-gallery .plw-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.experience-gallery .plw-col:hover {
    flex: 2.5;
}
.experience-gallery .text-overlay {
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
}
.experience-gallery .plw-col .overlay-desc {
    font-size: 16px;
    margin: 12px auto 0;
    opacity: 0;
    transform: translateY(15px);
    transition: all .4s ease;
    max-width: 500px;
    height: 0;
    text-align: center;
}
.experience-gallery:hover .plw-col .overlay-title {
    opacity: 0;
    transition: opacity .3s ease;
}
.experience-gallery:hover .plw-col:hover .overlay-title {
    opacity: 1;
}
.experience-gallery:hover .plw-col .overlay-desc {
    opacity: 0;
    visibility: hidden;
}
.experience-gallery:hover .plw-col:hover .overlay-desc {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: auto;
}
.experience-gallery .slick-prev,
.experience-gallery .slick-next {
    background: rgba(0, 0, 0, 0.2);
}
.experience-gallery .slick-prev {
    left: 0;
}
.experience-gallery .slick-next {
    right: 0;
}
@media (max-width: 991.98px) {
    .experience-gallery,
    .experience-gallery .frame-img {
        height: 320px;
    }
    .experience-gallery .plw-col .overlay-title,
    .experience-gallery:hover .plw-col .overlay-title {
        font-size: 24px;
        opacity: 1;
        transition: opacity .3s ease;
    }
}
@media (max-width: 767.98px) {
    .experience-gallery .plw-col .overlay-desc,
    .experience-gallery:hover .plw-col .overlay-desc {
        opacity: 1;
        visibility: visible;
        transition: none;
        transform: none;
        height: auto;
    }
}

.highlights.slick-slider {
    margin: 0 -12px;
}
.highlights .slick-track {
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: 0;
}
.highlights .slick-slide {
    display: -ms-flexbox !important;
    display: flex !important;
    height: inherit !important;
    margin: 0 13px;
}
.highlights .slick-slide > div {
    height: inherit !important;
    flex: 1;
}
.highlights .slick-dots li button:before {
    color: #FFFFFF;
}
.highlights .slick-prev,
.highlights .slick-next {
    background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) {
    .highlights.slick-slider {
        margin: 0 -10px;
    }
    .highlights .slick-slide {
        margin: 0 10px;
    }
}
@media (max-width: 767.98px) {
    .highlights .slick-slide {
        width: 312px;
        height: 352px;
    }
    .highlights .slick-prev {
        left: 0;
    }
    .highlights .slick-next {
        right: 0;
    }
}

.booking {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.booking .plw-light-box {
    width: 100%;
}
@media (max-width: 782.98px) {
    .booking {
        display: block;
        width: 100%;
    }
    .booking .slick-track {
        display: flex !important;
        align-items: stretch !important;
        margin-left: 0 !important;
    }
    .booking .slick-slide {
        display: flex !important;
        height: auto !important;
        padding: 0 13px 30px 13px;
        box-sizing: border-box;
    }
    .booking .slick-slide > div {
        display: flex !important;
        width: 100%;
        height: auto !important;
    }
    .booking .slick-dots {
        bottom: -20px;
    }
    .booking .plw-light-box {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        height: auto !important;
    }
    .booking .plw-light-content {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
        height: auto !important;
    }
    .booking .plw-light-content-bottom {
        margin-top: auto !important;
    }
    .booking .slick-list {
        padding-right: 50px !important;
        overflow: hidden;
    }
    .booking .plw-light-box > img {
        display: block;
        width: 100%;
        height: auto;
    }
    .booking .slick-slide img {
        max-width: 100%;
    }
}

.price-table thead th {
    border-inline-end: 1px solid #FFFFFF;
    vertical-align: top;
}
.price-table thead th, .price-table td {
    padding: 10px;
}
.price-table thead h6, .price-table thead p {
    color: #FFFFFF !important;
    margin-bottom: 0;
}
.price-table h6 {
    font-weight: 800;
}
.price-table td, .price-table>:not(caption)>*>* {
    background-color: transparent;
}
.price-table p {
    margin-bottom: 0;
}

.plw-alert {
    background-color: #f8ebe7;
    border: 1px solid #e5c5bb;
    color: #444444;
}


/*----------- HydroDash -----------*/
.hydrodash-theme .theme-color {
    color: #0b47a5 !important;
}
.hydrodash-theme .para-bg {
    background-color: #084fab;
}
.hydrodash-theme .notice-bg {
    background-color: #0722c7;
}
.hydrodash-theme .price-table {
    border-color: #0b47a5;
}
.hydrodash-theme .price-table thead th {
    background-color: #0b47a5 !important;
}

.hydrodash-text-img {
    width: 470px;
    margin-bottom: 30px;
}
@media (max-width: 991.98px) {
    .hydrodash-text-img {
        zoom: 0.67;
    }
}
@media (max-width: 767.98px) {
    .hydrodash-text-img {
        zoom: 0.55;
        margin-bottom: 16px;
    }
}

.hydrodash-display {
    position: relative;
}
.hydrodash-display .container-md p {
    font-size: 18px;
}
@media (min-width: 992px) {
    .hydrodash-display .col-lg-7,
    .hydrodash-display .col-lg-6 {
        justify-self: right;
    }
}
@media (max-width: 991.98px) {
   .hydrodash-display .banner-py {
        padding: 40px 0 50px;
    }
}

.hydrodash-display-title {
    max-width: 415px;
    margin: auto;
}

.imgslide .slick-list {
    margin: 0 -20px;
    padding-right: 13%;
}
.imgslide .slick-slide {
    margin: 0 20px;
}
.imgslide .slick-prev,
.imgslide .slick-next {
    background: rgba(0, 0, 0, 0.2);
}
.imgslide .slick-prev {
    left: 0;
}
.imgslide .slick-next {
    right: 0;
}
.imgslide .text-overlay p {
    text-align: left;
    padding: 1.5rem;
}
@media (max-width: 991.98px) {
    .imgslide .slick-list {
        padding-right: 10%;
        padding-left: 10%;
    }
}
@media (max-width: 767.98px) {
    .imgslide .slick-list {
        margin: 0;
    }
    .imgslide .slick-slide {
        margin: 0 -10px;
    }
    .imgslide .slick-slide:not(.slick-current) {
        transform: scale(0.85);
        transition: transform 0.8s;
        transition-delay: 0s;
    }
}
@media (max-width: 575.98px) {
    .imgslide .slick-slide {
        margin: 0;
    }
    .imgslide .frame-img img {
        width: 294px;
        height: 424px;
    }
}


/*----------- Hyperdrive -----------*/
.hyperdrive-theme .theme-color {
    color: #0722c7 !important;
}
.hyperdrive-theme .theme-color-secondary {
    color: #11115f !important;
}
.hyperdrive-theme .para-bg {
    background-color: #343233;
}
.hyperdrive-theme .notice-bg {
    background-color: #0722c7;
}
.hyperdrive-theme #cardCarouselBev .slick-dots li button:before {
    color: #FFFFFF;
}
.hyperdrive-theme .price-table {
    border-color: #11115f;
}
.hyperdrive-theme .price-table thead th {
    background-color: #11115f !important;
}

.hyperdrive-text-img {
    width: 259px;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
    .hyperdrive-text-img {
        width: 144px;
        margin-bottom: 16px;
    }
}

.hyperdrive-game {
    background: linear-gradient(37.16deg, #11115f 10.09%, #450352 99.87%);
    padding: 80px 0;
}
.hyperdrive-game h3, .hyperdrive-game h4, .hyperdrive-game h5,
.hyperdrive-game h6, .hyperdrive-game p {
    color: #FFFFFF !important;
}
.hyperdrive-game h6 {
    line-height: 1.5;
}
@media (max-width: 991.98px) {
    .hyperdrive-game {
        padding-top: 50px;
    }
    .hyperdrive-game .gok-logo {
        max-width: 350px;
    }
}

#cardCarouselHyper .slick-prev,
#cardCarouselHyper .slick-next {
    background: rgba(0, 0, 0, 0.2);
}
#cardCarouselHyper .slick-prev {
    left: 0;
}
#cardCarouselHyper .slick-next {
    right: 0;
}
#cardCarouselHyper .slider-for-hyper .slick-slide {
    padding: 0 12px;
}
#cardCarouselHyper .slick-dots li button:before,
.hyperdrive-theme #cardCarouselHyper .slick-dots li.slick-active button:before {
    color: #FFFFFF;
}
#cardCarouselHyper .frame-img img {
    height: auto;
    display: block;
}
@media (min-width: 784px) {
    #cardCarouselHyper .slick-prev {
        left: 112px;
    }
    #cardCarouselHyper .slick-next {
        right: 110px;
    }
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
@media (max-width: 991px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767.98px) {
    .feature-grid {
        display: block;
    }
    .feature-grid .slick-prev, .feature-grid .slick-next {
        background: rgba(0, 0, 0, 0.2);
    }
}

.feature-item {
    height: 216px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.4s ease;
}
.feature-item::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 1;
    transition: opacity 0.6s ease;
    z-index: 1;
}
.feature-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(100%);
    transition: all 0.6s ease;
    opacity: 0.7;
}
.feature-item:hover img {
    filter: grayscale(0%) brightness(100%);
    opacity: 1;
}
.feature-item:hover::before {
    opacity: 0;
}
.feature-item:hover .feature-content {
    opacity: 1;
    transform: translateY(0);
}
@media (min-width: 768px) {
    .feature-item:hover,
    .feature-item.active {
        transform: scale(1.1);
    }
    .feature-item.active img {
        opacity: 1;
        filter: grayscale(0%) brightness(100%);
    }
    .feature-item::before {
        background: rgba(0, 0, 0, 0.08);
    }
}
@media (max-width: 767.98px) {
    .feature-item {
        height: 240px;
    }
    .feature-grid .slick-current .feature-item img {
        filter: none;
        opacity: 1;
    }
    .feature-grid .slick-slide:not(.slick-current) {
        transform: scale(0.87);
        transition: transform 0.8s;
        transition-delay: 0s;
    }
    .feature-grid .slick-slide.slick-current {
        transform: scale(1);
        transition: transform 0.8s;
        transition-delay: 0s;
        z-index: 1;
    }
}

.feature-content {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    color: #FFFFFF;
    z-index: 2;
    text-align: left;
    opacity: 0;
}
.feature-content h3 {
    margin-bottom: 10px;
    font-size: 24px;
}
.feature-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .feature-item.active .feature-content {
        opacity: 1;
    }
}
@media (max-width: 767.98px) {
    .feature-content {
         transform: none;
    }
     .feature-grid .slick-current .feature-content {
         opacity: 1;
    }
}

.go-karts-slide {
    background: url(../images/hyperdrive/go-karts-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

#detailsBox, #detailsBox2 {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
a[aria-expanded="true"] span {
    display: none;
}

.hyperdrive-dish-wrap {
    background: linear-gradient(
      to bottom,
      #fff 0%,
      #fff 15%,
      #450352 5%,
      #11115f 100%
    );
}
.hyperdrive-dish-wrap h2 {
    color: #FFFFFF !important;
}
.hyperdrive-dish-wrap .btn-secondary {
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.hyperdrive-dish-wrap .btn-secondary:hover,
.hyperdrive-dish-wrap .btn-secondary:focus {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}


/*----------- UltraGolf -----------*/
.ultragolf-theme .theme-color {
    color: #0d6332 !important;
}
.ultragolf-theme .theme-color-secondary {
    color: #0b9051 !important;
}
.ultragolf-theme .para-bg {
    background-color: #1a6a45;
}
.ultragolf-theme .notice-bg {
    background-color: #0b9051;
}
.ultragolf-theme .price-table {
    border-color: #0d6332;
}
.ultragolf-theme .price-table thead th {
    background-color: #0d6332 !important;
}

.ultragolf-text-img {
    width: 280px;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
    .ultragolf-text-img {
        width: 162px;
        margin-bottom: 16px;
    }
}


/*----------- The Palawan Dog Run & The Palawan Food Trucks -----------*/
.thepalawan-theme .theme-color {
    color: #b47436 !important;
}
.thepalawan-theme .notice-bg {
    background-color: #b47436;
}
.thepalawan-theme .hero .bg-style {
    background-position: 55%;
}
@media (max-width: 767.98px) {
    .thepalawan-theme .hero-wrapper .para-bg {
        background-size: cover;
    }
}

.dogrun-text-img {
    width: 326px;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
    .dogrun-text-img {
        width: 162px;
        margin-bottom: 16px;
    }
}

.click-hint {
    display: inline-block;
    width: auto;
    border-radius: 20px;
    padding: 9px 25px;
    color: #ab5940;
    letter-spacing: -0.01em;
    background-color: #fff5e8;
}

@media (min-width: 576px) {
    .rules-grid > .col-sm-4:first-child,
    .rules-grid > .col-sm-4:last-child {
        margin-top: 114px;
    }
}

.rules-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rule-card {
    border-radius: 30px;
    background-color: #fff5e8;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px 30px 35px;
    transition:
        background-color .35s ease,
        color .35s ease,
        min-height .4s ease,
        padding .4s ease;
}
.rule-card:hover {
   background-color: #fff5e8;
}
.rule-card.active {
    background-color: #b47436;
    color: #FFFFFF
}

.rule-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b47436;
    transition:
        color .3s ease,
        transform .3s ease,
        margin-bottom .35s ease;
}
.rule-card.active .rule-icon {
    color: #FFFFFF;
}

.rule-icon img {
    width: 58px;
    height: 58px;
    filter: invert(48%) sepia(34%) saturate(1020%) hue-rotate(350deg)
          brightness(88%) contrast(88%);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

h5.rule-title {
    margin: 0;
    color: #222222 !important;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.4px;
    text-transform: none;
}

.rule-description {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    line-height: 1.4;
    transition:
        max-height .4s ease,
        opacity .3s ease,
        margin-top .35s ease;
}

.rule-card.active {
    background-color: #b47436;
    color: #FFFFFF;
}
.rule-card.active h5.rule-title {
    color: #FFFFFF !important;
}
.rule-card.active .rule-description {
    opacity: 1;
    max-height: 150px;
    margin-top: 8px;
}
.rule-card.active .rule-icon img {
    filter: brightness(0) invert(1);
}
@media (max-width: 991.98px) {
    .rules-column {
        gap: 15px;
    }

    h5.rule-title {
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    .rule-card {
        padding: 15px 15px 25px;
    }

    h5.rule-title {
        font-size: 16px;
    }
    
    .rule-icon img {
        width: 45px;
        height: 45px;
    }
}

.foodtrucks-text-img {
    width: 196px;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
    .foodtrucks-text-img {
        width: 130px;
        margin-bottom: 16px;
    }
}

.truck-section {
    padding: 25px 15px;
    background: #ffe7bd;
}

.truck-sidebar {
    text-align: center;
}

.truck-title {
    color: #b47436;
    font-weight: 700;
    margin-bottom: 15px;
}

.truck-description {
    margin-bottom: 30px;
}

.truck-nav {
    display: grid;
    grid-template-columns: repeat(3, 100px);
    grid-template-rows: repeat(4, 100px);
    column-gap: 30px;
    row-gap: 30px;
    margin: 35px auto 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}
.truck-nav .nav-item {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
}
.truck-nav .nav-link {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 8px;
    border-radius: 7px;
    background: #fff8ea;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-sizing: border-box;
}
.truck-nav .nav-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.truck-nav .nav-link.active {
    background: #fff;
}

/* Bao */
.truck-nav .nav-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    transform: translateY(81px);
}

/* Beach */
.truck-nav .nav-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    transform: translateY(81px);
}

/* Beach Brews */
.truck-nav .nav-item:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
    transform: translateY(81px);
}

/* Off The Hook */
.truck-nav .nav-item:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
    transform: none;
}

/* Seoul Food */
.truck-nav .nav-item:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
    transform: none;
}

/* Super Chilled */
.truck-nav .nav-item:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
    transform: none;
}

/* Sweet Mother of Pearl */
.truck-nav .nav-item:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
    transform: none;
}

/* Tacos */
.truck-nav .nav-item:nth-child(8) {
    grid-column: 3;
    grid-row: 1;
    transform: translateY(81px);
}

/* Tropo Burgers */
.truck-nav .nav-item:nth-child(9) {
    grid-column: 3;
    grid-row: 2;
    transform: translateY(81px);
}

/* Yaki Hama */
.truck-nav .nav-item:nth-child(10) {
    grid-column: 3;
    grid-row: 3;
    transform: translateY(81px);
}

@media (min-width: 1200px) {
    .truck-content {
        padding-left: 6%;
    }
}

.truck-image {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.truck-content .tab-pane {
    animation: truckFade .25s ease;
}

@keyframes truckFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.mobile-truck-slider {
    display: none;
}

@media (max-width: 991.98px) {
    .truck-section {
        padding: 0 20px 30px;
        overflow: hidden;
    }

    .mobile-truck-slider {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 30px auto 45px;
        padding: 0;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
    }
    .mobile-truck-slider-track {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 12px;
        width: max-content;
        max-width: none;
        margin: 0;
        padding: 0;
        overflow: visible;
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
        touch-action: pan-x;
        box-sizing: border-box;
    }
    .mobile-truck-slider-track:active {
        cursor: grabbing;
    }
    .mobile-truck-item {
        flex: 0 0 123px;
        width: 123px;
        min-width: 123px;
        max-width: 123px;
        height: 123px;
        min-height: 123px;
        max-height: 123px;
        padding: 4px;
        margin: 0;
        border: none;
        border-radius: 6px;
        background: #fff8ea;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
    .mobile-truck-item img {
        width: 100%;
        height: 100%;
        min-width: 0;
        min-height: 0;
        object-fit: contain;
        display: block;
        pointer-events: none;
    }
    .mobile-truck-item.active {
        background: #fff;
    }

    .truck-nav {
        display: none;
    }

    .truck-content {
        margin-top: 0;
        text-align: center;
    }

    .truck-title {
        font-size: 38px;
    }

    .truck-description {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .mobile-truck-item {
        flex: 0 0 80px;
        width: 80px;
        min-width: 80px;
        max-width: 80px;
        height: 80px;
        min-height: 80px;
        max-height: 80px;
    }
}


/*----------- +Twelve -----------*/
.plustwelve-theme .slick-dots li button:before,
.plustwelve-theme *:not(.btn-text, .review-box *),
.plustwelve-theme .slick-prev:before,
.plustwelve-theme .slick-next:before {
    color: #FFFFFF !important;
}
.plustwelve-theme .btn-secondary, .plustwelve-theme a.btn-secondary,
.plustwelve-theme .btn-secondary:focus, .plustwelve-theme a.btn-secondary:focus,
.plustwelve-theme .btn-secondary:hover, .plustwelve-theme a.btn-secondary:hover {
    border: 2px solid #FFFFFF;
    background-color: transparent;
}

.plustwelve-text-img {
    width: 374px;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
    .plustwelve-text-img {
        width: 160px;
        margin-bottom: 16px;
    }
}

.twelve-bg {
    background-image: url("../images/+twelve/twelve-bg-top.png");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 575px) {
    .menu-buttons a {
        width: calc(50% - 0.5rem);
    }
}

/*----------- Splash Tribe -----------*/
.splashtribe-theme .theme-color {
    color: #3ba1ba !important;
}
.splashtribe-theme .para-bg {
    background-color: #a89b86;
}
.splashtribe-theme .notice-bg {
    background-color: #0722c7;
}
.splashtribe-theme .price-table {
    border-color: #3ba1ba;
}
.splashtribe-theme .price-table thead th {
    background-color: #3ba1ba !important;
}

.splashtribe-text-img {
    width: 220px;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
    .splashtribe-text-img {
        width: 130px;
        margin-bottom: 16px;
    }
}

.splashtribe-dish-wrap {
   background: linear-gradient(
      to bottom,
      #fff 0%,
      #fff 15%,
      #3ba1ba 15%,
      #3ba1ba 100%
    );
}
.splashtribe-dish-wrap .btn-secondary {
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.splashtribe-dish-wrap .btn-secondary:hover,
.splashtribe-dish-wrap .btn-secondary:focus {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}


/*----------- Blu Kouzina Sentosa -----------*/
.blukouzina-theme .theme-color {
    color: #3d5761 !important;
}
.blukouzina-theme .hero .bg-style {
    background-position: right;
}
@media (max-width: 767.98px) {
    .blukouzina-theme .hero .bg-style {
        background-position: 90% 95%;
    }
}
.blukouzina-theme .notice-bg {
    background-color: #0b9051;
}
.blukouzina-theme .para-bg {
    background-color: #3d5761;
    background-size: auto;
}
@media (max-width: 767.98px) {
    .blukouzina-theme .para-bg {
        background-size: contain;
    }
}

.blukouzina-text-img {
    width: 316px;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
    .blukouzina-text-img {
        width: 285px;
        margin-bottom: 16px;
    }
}
