/**
* Template Name: Impact
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/impact-bootstrap-business-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
    --font-default: Roboto;
    --font-primary: "Open Sans";
}

/* Colors */
:root {
    --color-default: #444;
    --color-primary: #CD1F57;
    --color-secondary: #E92262;
}

/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: var(--font-default);
    color: var(--color-default);
    background-color: #F9F9F9;
}

a {
    color: var(--color-default);
    text-decoration: none;
}

    a:hover {
        color: #FB5928;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-default);
}

textarea {
    resize: none;
}

.hidden {
    display: none;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.sections-bg {
    background-color: #f6f6f6;
}

.section-header {
    text-align: center;
    padding-bottom: 60px;
}

    .section-header h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }

        .section-header h2:after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: var(--color-primary);
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .section-header p {
        margin-bottom: 0;
        color: #6f6f6f;
    }

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background: var(--color-primary);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .scroll-top i {
        color: #FFF;
        line-height: 0;
    }

    .scroll-top:hover {
        transform: scale(1.1);
        color: #FFF;
    }

    .scroll-top.active {
        visibility: visible;
        opacity: 1;
        bottom: 15px;
    }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #fff;
        border-color: var(--color-primary) transparent var(--color-primary) transparent;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: animate-preloader 1.5s linear infinite;
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb__wrapper {
    background-color: #FFF;
    padding: 3px 0;
}

    .breadcrumb__wrapper .breadcrumb {
        margin-bottom: 0;
        font-size: 14px;
    }

    .breadcrumb__wrapper .breadcrumb-item.active {
        color: var(--color-default);
    }

    .breadcrumb__wrapper .breadcrumb-item + .breadcrumb-item::before {
        color: var(--color-default);
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.bottombar {
    background: #051F36;
    height: 46px;
    transition: all .5s;
    color: #FFF;
    padding: 0;
}

@media (max-width: 1024px) {
    .bottombar .container {
        overflow-y: scroll;
    }

    .navbar__bottom {
        padding: 0;
    }

        .navbar__bottom ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar__bottom li {
            position: relative;
        }

        .navbar__bottom > ul > li {
            white-space: nowrap;
            padding: 10px 0 10px 21px;
        }

        .navbar__bottom a,
        .navbar__bottom a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 8px;
            font-family: var(--font-primary);
            font-size: 16px;
            font-weight: 600;
            color: #FFF;
            white-space: nowrap;
            transition: 0.3s;
            position: relative;
        }

            .navbar__bottom a:hover,
            .navbar__bottom .active,
            .navbar__bottom .active:focus,
            .navbar__bottom li:hover > a {
                color: #FB5928;
            }
}


@media (min-width: 1200px) {
    .navbar__bottom {
        padding: 0;
    }

        .navbar__bottom ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar__bottom li {
            position: relative;
        }

        .navbar__bottom > ul > li {
            white-space: nowrap;
            padding: 10px 0 10px 21px;
        }

        .navbar__bottom a,
        .navbar__bottom a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 8px;
            font-family: var(--font-primary);
            font-size: 16px;
            font-weight: 600;
            color: #FFF;
            white-space: nowrap;
            transition: 0.3s;
            position: relative;
        }

            .navbar__bottom a:hover,
            .navbar__bottom .active,
            .navbar__bottom .active:focus,
            .navbar__bottom li:hover > a {
                color: #FB5928;
            }
}

@media (min-width: 1440px) {
    .navbar__bottom {
        padding: 0;
    }

        .navbar__bottom ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar__bottom li {
            position: relative;
        }

        .navbar__bottom > ul > li {
            white-space: nowrap;
            padding: 10px 0 10px 43.5px;
        }

        .navbar__bottom a,
        .navbar__bottom a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 8px;
            font-family: var(--font-primary);
            font-size: 16px;
            font-weight: 600;
            color: #FFF;
            white-space: nowrap;
            transition: 0.3s;
            position: relative;
        }

            .navbar__bottom a:hover,
            .navbar__bottom .active,
            .navbar__bottom .active:focus,
            .navbar__bottom li:hover > a {
                color: #FB5928;
            }
}

.header {
    transition: all .5s;
    z-index: 997;
    height: 134px;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

    .header .logo img {
        max-height: 60px;
        margin-right: 30px;
    }

    .header .logo h1 {
        font-size: 24px;
        margin: 0;
        font-weight: 700;
        color: var(--color-default);
        font-family: var(--font-primary);
    }

@media (max-width: 1024px) {
    .header .logo h1 {
        display: none;
    }
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {
    .navbar {
        padding: 0;
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar li {
            position: relative;
        }

        .navbar > ul > li {
            white-space: nowrap;
            padding: 10px 0 10px 58px;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 3px;
            font-family: var(--font-primary);
            font-size: 16px;
            font-weight: 600;
            color: var(--color-default);
            white-space: nowrap;
            transition: 0.3s;
            position: relative;
        }

            .navbar a:hover,
            .navbar .active,
            .navbar .active:focus,
            .navbar li:hover > a {
                color: #FB5928;
            }

        .navbar .dropdown ul {
            display: block;
            position: absolute;
            left: 28px;
            top: calc(100% + 30px);
            margin: 0;
            padding: 10px 0;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            background: #fff;
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            transition: 0.3s;
            border-radius: 4px;
        }

            .navbar .dropdown ul li {
                min-width: 200px;
            }

            .navbar .dropdown ul a {
                padding: 10px 20px;
                font-size: 15px;
                text-transform: none;
                font-weight: 600;
                color: #006a5d;
            }

                .navbar .dropdown ul a i {
                    font-size: 12px;
                }

                .navbar .dropdown ul a:hover,
                .navbar .dropdown ul .active:hover,
                .navbar .dropdown ul li:hover > a {
                    color: var(--color-secondary);
                }

        .navbar .dropdown:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .navbar .dropdown .dropdown ul {
            top: 0;
            left: calc(100% - 30px);
            visibility: hidden;
        }

        .navbar .dropdown .dropdown:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
            visibility: visible;
        }
}

@media (min-width: 320px) and (max-width: 768px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

@media (min-width: 1024px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 768px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

        .navbar ul {
            position: absolute;
            inset: 0;
            padding: 50px 0 10px 0;
            margin: 0;
            background: #FFF;
            overflow-y: auto;
            transition: 0.3s;
            z-index: 9998;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            font-family: var(--font-primary);
            font-size: 15px;
            font-weight: 600;
            color: var(--color-default);
            white-space: nowrap;
            transition: 0.3s;
        }

            .navbar a i,
            .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
            }

            .navbar a:hover,
            .navbar .active,
            .navbar .active:focus,
            .navbar li:hover > a {
                color: #FB5928;
            }

        .navbar .dropdown ul,
        .navbar .dropdown .dropdown ul {
            position: static;
            display: none;
            padding: 10px 0;
            margin: 10px 20px;
            transition: all 0.5s ease-in-out;
            background-color: #007466;
            border: 1px solid #006459;
        }

        .navbar .dropdown > .dropdown-active,
        .navbar .dropdown .dropdown > .dropdown-active {
            display: block;
        }

    .mobile-nav-show {
        color: #000;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin-right: 10px;
    }

    .mobile-nav-hide {
        color: #000;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .navbar {
            right: 0;
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: unset;
                z-index: 9996;
            }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    position: relative;
    background-image: url(/assets/img/hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 37vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hero h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 17px;
        color: #FFF;
    }

    .hero p {
        font-family: var(--font-primary);
        color: #FFF;
        font-size: 21px;
        font-weight: 300;
        margin-bottom: 17px;
    }

@media (max-width: 640px) {
    .hero h2 {
        font-size: 36px;
    }
}

.hero .btn__ticket {
    border-radius: 17px;
    background: #FB5928;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font-primary);
    padding: 11px 21px;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
    width: 281px;
    height: 51px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

    .hero .btn__ticket span {
        margin-left: auto;
        margin-right: auto;
        user-select: none;
    }

    .hero .btn__ticket:hover {
        background-color: #D9440A;
    }

.hero__bottom {
    width: 100%;
    height: 28px;
    background-color: #051F36;
    color: #FFF;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .hero__bottom p {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
        font-family: var(--font-primary);
    }

    .hero__bottom a {
        color: #FFF;
        text-decoration: underline;
        transition: color .3s;
    }

        .hero__bottom a:hover {
            color: var(--color-secondary);
        }

/*--------------------------------------------------------------
# Ticketing Section
--------------------------------------------------------------*/
.ticketing .wrapper {
    border: 1px solid #DDD;
    background: #FFF;
    padding: 24px 24px 40px;
    height: 477px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.ticketing .section__title {
    padding-bottom: 27px;
}

    .ticketing .section__title h3 {
        font-size: 21px;
        font-weight: 700;
    }

    .ticketing .section__title p {
        margin-top: 22px;
        margin-bottom: 0;
        font-family: var(--font-primary);
    }

.ticketing .reservation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ticketing .wrapper ul li {
    font-size: 14px;
    font-family: var(--font-primary);
}

    .ticketing .wrapper ul li span {
        font-weight: 600;
    }

.ticketing .public ul li {
    display: flex;
    align-items: center;
    gap: 40px;
}

.ticketing .public span {
    font-weight: 600;
}

.ticketing .facilies ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ticketing .btn__ticket {
    border-radius: 17px;
    background: #FB5928;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-size: 18px;
    font-family: var(--font-primary);
    padding: 20px 18px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
    width: 255px;
    height: 71px;
    cursor: pointer;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

    .ticketing .btn__ticket span {
        font-weight: 700;
        user-select: none;
    }

    .ticketing .btn__ticket:hover {
        background-color: #D9440A;
    }

    @media (max-width: 1280px) {
        .ticketing .btn__ticket {
            max-width: 100%;
        }
    }

.ticketing .btn__more {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    color: #FB5928;
    cursor: pointer;
    transition: color .3s ease-in-out;
}

    .ticketing .btn__more span {
        padding-right: 10px;
        font-family: var(--font-primary);
        font-weight: 700;
    }

    .ticketing .btn__more:hover {
        color: #D9440A;
    }

.ticketing .connecting ul {
    padding-left: 1.2rem;
    margin: 0;
}

.ticketing .connecting .connecting__box {
    border-radius: 12px;
    background: #F9F9F9;
    padding: .6rem;
    display: flex;
    gap: 10px;
    margin-bottom: 19px;
}

.ticketing .connecting h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0
}

.ticketing .connecting .connecting__box i {
    color: #FB5928;
}

.ticketing .connecting ul li {
    font-size: 12px;
    font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Help Section
--------------------------------------------------------------*/
.helpful {
    padding: 60px 0 160px;
}

    .helpful h2 {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 1rem;
    }

    .helpful .helpful__box {
        border: 1px solid #DDD;
        background: #FFF;
    }

        .helpful .helpful__box .circle {
            width: 37px;
            height: 37px;
            border-radius: 50%;
            background-color: #FB5928;
            color: #FFF;
            padding: 7px 0;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

        .helpful .helpful__box h3 {
            font-size: 18px;
            font-weight: 700;
            padding-bottom: 10px;
        }

        .helpful .helpful__box p {
            padding-bottom: 15px;
        }

        .helpful .helpful__box a {
            color: #FB5928;
            font-weight: 600;
            font-family: var(--font-primary);
            text-decoration: underline;
            cursor: pointer;
        }

            .helpful .helpful__box a:hover {
                color: #D9440A;
                text-decoration: underline;
            }

        .helpful .helpful__box .category {
            font-weight: 600;
        }

        .helpful .helpful__box .line {
            border-top: 1px solid #AAA;
            display: block;
        }

        .helpful .helpful__box ul {
            list-style-type: square;
            padding-left: 1.2rem;
            margin: 0;
        }

            .helpful .helpful__box ul li::marker {
                color: #FD8204;
            }

            .helpful .helpful__box ul li {
                margin-bottom: 10px
            }

        .helpful .helpful__box .feedback {
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 1rem;
            background-image: none;
            min-height: 100%;
        }

            .helpful .helpful__box .feedback span {
                font-size: 21px;
                color: #FFF;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -35%);
            }

    .helpful .mySwiper {
        padding-top: 2rem;
    }

    .helpful .swiper-pagination-bullet {
        background-color: #FFF;
        opacity: 1;
    }

    .helpful .swiper-pagination-bullet-active {
        background-color: #CD1F57;
    }

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about {
    width: 100%;
    min-height: 37vh;
    display: flex;
    align-items: center;
    background-image: url(/assets/img/hero.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .about h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #FFF;
    }

.head {
    padding: 60px 0 160px;
}

    .head .content__wrapper {
        border-radius: 4px;
        border: 1px solid #DDD;
        background: #FFF;
        padding: 52px 84px;
    }

    .head .desc__container {
        margin-bottom: 6rem;
    }

    .head .content__wrapper p {
        font-size: 18px;
        line-height: 30px;
        font-family: var(--font-primary);
    }

    .head .content__wrapper span {
        font-weight: 700;
        text-align: justify;
    }

    .head .content__wrapper h3 {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 2rem;
    }

    .head .management__container {
        margin-bottom: 2rem;
    }

        .head .management__container .person__img {
            width: 134px;
            height: 149px;
            border-radius: 4px;
            background: #677885;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
        }

        .head .management__container .title {
            font-weight: 600;
            font-family: var(--font-primary);
            line-height: 30px;
            margin-bottom: 8px;
            min-height: 60px;
            overflow: hidden;
        }

        .head .management__container span {
            font-family: var(--font-primary);
            font-weight: 400;
        }

/*--------------------------------------------------------------
# Customer Service Section
--------------------------------------------------------------*/
.customer {
    width: 100%;
    min-height: 37vh;
    display: flex;
    align-items: center;
    background-image: url(/assets/img/customer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .customer h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #FFF;
    }

.general {
    padding: 60px 0 160px;
}

    .general .section__title {
        padding-bottom: 35px;
    }

    .general h3 {
        font-size: 24px;
        font-weight: 700;
    }

    .general .content__wrapper {
        border: 1px solid #DDD;
        background: #FFF;
        margin-bottom: 2rem;
    }

        .general .content__wrapper .circle {
            width: 37px;
            height: 37px;
            border-radius: 50%;
            background-color: #FB5928;
            color: #FFF;
            padding: 7px 0;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

        .general .content__wrapper h3 {
            font-size: 18px;
            font-weight: 700;
            padding-bottom: 10px;
        }

        .general .content__wrapper p {
            padding-bottom: 15px;
        }

        .general .content__wrapper a {
            color: #FB5928;
            font-weight: 600;
            font-family: var(--font-primary);
            text-decoration: underline;
            cursor: pointer;
        }

            .general .content__wrapper a:hover {
                color: #D9440A;
                text-decoration: underline;
            }

        .general .content__wrapper .category {
            font-weight: 600;
        }

        .general .content__wrapper .line {
            border-top: 1px solid #AAA;
            display: block;
        }

        .general .content__wrapper ul {
            list-style-type: square;
            padding-left: 1.2rem;
            margin: 0;
        }

            .general .content__wrapper ul li::marker {
                color: #FD8204;
            }

            .general .content__wrapper ul li {
                margin-bottom: 10px
            }

    .general .general__service .title {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 1.5rem;
    }

/*--------------------------------------------------------------
# Business Inquiries Section
--------------------------------------------------------------*/
.business {
    width: 100%;
    min-height: 37vh;
    display: flex;
    align-items: center;
    background-image: url(/assets/img/business_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .business h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #FFF;
    }

.contactbusiness {
    padding: 60px 0 160px;
}

    .contactbusiness .section__title {
        padding-bottom: 49px;
    }

        .contactbusiness .section__title h2 {
            font-size: 24px;
            font-weight: 700;
        }

    .contactbusiness p {
        color: #000;
        font-family: var(--font-primary);
        padding-bottom: 52px;
    }

    .contactbusiness .contact__wrapper {
        border: 1px solid #DDD;
        background: #FFF;
        padding: 26px 0;
    }

        .contactbusiness .contact__wrapper .contact__label {
            color: #000;
            text-align: right;
            font-family: var(--font-primary);
            font-weight: 600;
        }

        .contactbusiness .contact__wrapper .contact__v {
            color: #000;
            font-family: var(--font-primary);
        }

    .contactbusiness .submission__container {
        padding: 3rem 0;
    }

        .contactbusiness .submission__container span {
            color: #000;
            font-family: var(--font-primary);
        }

    .contactbusiness .checkbox__container {
        display: inline-flex;
        user-select: none;
        align-items: center;
        gap: 52px;
        padding-bottom: 49px;
    }

    .contactbusiness .btn__send {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-size: 18px;
        font-weight: 700;
        font-family: var(--font-primary);
        border-radius: 4px;
        background-color: #0FB416;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
        border: none;
        width: 240px;
        height: 52px;
        margin-left: auto;
        margin-right: auto;
        transition: all .3s;
    }

    @media (max-width: 320px) {
        .contactbusiness .btn__send {
            max-width: 100%;
        }
    }

    @media (max-width: 768px) {
        .contactbusiness .checkbox__container {
            display: inline-block;
        }
    }

/*--------------------------------------------------------------
# Information Section
--------------------------------------------------------------*/
.information {
    width: 100%;
    min-height: 37vh;
    display: flex;
    align-items: center;
    background-image: url(/assets/img/contact_info.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .information h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #FFF;
    }

.contact {
    padding: 60px 0 160px;
}

    .contact .section__title {
        padding-bottom: 35px;
    }

        .contact .section__title h3 {
            font-size: 24px;
            color: #444;
            font-weight: 700;
        }

    .contact .contact__wrapper {
        border-radius: 4px;
        border: 1px solid #DDD;
        background: #FFF;
        padding: 53px 26px;
        height: 364px;
    }

        .contact .contact__wrapper i {
            color: #FB5928;
        }

        .contact .contact__wrapper h3 {
            font-size: 18px;
            font-weight: 700;
        }

        .contact .contact__wrapper p {
            font-family: var(--font-primary);
        }

/*--------------------------------------------------------------
# Feedback Section
--------------------------------------------------------------*/
.feedback {
    width: 100%;
    min-height: 37vh;
    display: flex;
    align-items: center;
    background-image: url(/assets/img/feedback_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .feedback h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #FFF;
    }

.talk {
    padding: 60px 0 160px;
}

    .talk .section__title {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .talk .talk__wrapper {
        border: 1px solid #DDD;
        background: #FFF;
        padding: 1rem;
    }

        .talk .talk__wrapper h3 {
            color: #000;
            font-weight: 700;
            font-size: 16px;
            font-family: var(--font-primary);
            padding-bottom: 10px;
        }

        .talk .talk__wrapper ul {
            padding-left: 1rem;
            line-height: 25px;
        }

    .talk .btn__send {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-size: 18px;
        font-weight: 700;
        font-family: var(--font-primary);
        border-radius: 4px;
        background-color: #FB5928;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
        border: none;
        width: 240px;
        height: 52px;
        margin-left: auto;
        margin-right: auto;
        transition: all .3s;
    }

/*--------------------------------------------------------------
# Bus Section
--------------------------------------------------------------*/
.bus {
    width: 100%;
    min-height: 37vh;
    display: flex;
    align-items: center;
    background-image: url(/assets/img/bus_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .bus h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #FFF;
    }

.buslist {
    padding: 60px 0 160px;
}

    .buslist .bus__wrapper {
        border-radius: 4px;
        border: 1px solid #DDD;
        background: #FFF;
        padding: 48px 0;
    }

        .buslist .bus__wrapper .tab__container {
            border-bottom: 1px solid #EEE;
            padding: 0 3rem;
            display: inline-block;
            width: 100%;
        }

    .buslist .tab__container .tab__wrapper {
        display: flex;
    }

        .buslist .tab__container .tab__wrapper .category {
            border-left: 1px solid #EEE;
            border-top: 1px solid #EEE;
            border-right: 1px solid #EEE;
            padding: 10px 26px;
            cursor: pointer;
            width: 202px;
            height: 57px;
            transition: all .3s ease-in;
            float: left;
            text-align: center;
        }

            .buslist .tab__container .tab__wrapper .category span {
                color: #888;
                font-size: 24px;
                font-weight: 700;
                transition: color .3s;
            }

            .buslist .tab__container .tab__wrapper .category:hover {
                background-color: #EEE;
            }

            .buslist .tab__container .tab__wrapper .category.active span {
                color: #FB5928;
            }

    .buslist .iframe__container {
        padding: 20px 46px;
        overflow-y: scroll;
        height: 800px;
    }

/*--------------------------------------------------------------
# Price Section
--------------------------------------------------------------*/
.price {
    width: 100%;
    min-height: 37vh;
    display: flex;
    align-items: center;
    background-image: url(/assets/img/price_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .price h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #FFF;
    }

.region {
    padding: 60px 0 160px;
}


    .region .region__wrapper {
        border-radius: 4px;
        border: 1px solid #DDD;
        background: #FFF;
        padding: 3rem 4rem;
    }

        .region .region__wrapper .section__title {
            padding-bottom: 40px;
        }

            .region .region__wrapper .section__title h2 {
                font-size: 24px;
                font-weight: 700;
            }

        .region .region__wrapper .region__item__wrapper {
            border-radius: 4px;
            border: 1px solid #CCC;
            background: #FFF;
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
            height: 150px;
            transition: all .3s;
            cursor: pointer;
            padding: 34px 16px 34px 37px;
        }

            .region .region__wrapper .region__item__wrapper:hover,
            .region .region__wrapper .region__item__wrapper.active {
                border-radius: 4px;
                border: 1px solid #CCC;
                background: #FB5928;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
                color: #FFF;
            }

    .region .region__item__wrapper h4 {
        font-size: 16px;
        font-weight: 700;
    }

    .region .region__item__wrapper p {
        color: #888;
        font-weight: var(--font-primary);
    }

    .region .region__wrapper .region__item__wrapper:hover p,
    .region .region__wrapper .region__item__wrapper.active p {
        color: #FFF;
    }

    .region .map__wrapper {
        border-radius: 0px 4px 4px 0px;
        border: 1px solid #CCC;
        background: #F9F9F9;
        padding: 1rem 0;
        text-align: center;
    }

        .region .map__wrapper .map {
            margin: auto;
        }

        .region .map__wrapper .northern__map {
            display: none;
        }

        .region .map__wrapper .eastern__map {
            display: none;
        }

        .region .map__wrapper .southern__map {
            display: none;
        }

        .region .map__wrapper .central__map {
            display: none;
        }

        @media (max-width: 425px) {
            .region .map__wrapper .state__map img {
                max-width: 100%;
                height: auto;
            }
        }

    .region .note__wrapper {
        font-size: 14px;
        color: #888;
        font-family: var(--font-primary);
        margin-top: 42px;
    }

        .region .note__wrapper ol,
        .region .note__wrapper ul {
            padding-left: 1rem;
        }

        .region .note__wrapper hr {
            color: #DDD;
            margin: 2rem 0;
        }

    .region .destination {
        margin-top: 42px;
        padding: 2rem;
    }

        .region .destination .section__title {
            padding-bottom: 50px;
        }

            .region .destination .section__title h2 {
                font-size: 20px;
                font-weight: 700;
            }

        .region .destination .tab__region ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .region .destination .tab__region ul li {
                display: inline-block;
                margin-right: 53px;
            }

        .region .destination .tab__region .tab__links {
            color: #CCC;
            font-size: 18px;
            font-family: var(--font-primary);
            font-weight: 700;
            cursor: default;
            text-decoration: none;
            transition: all .3s;
        }

            .region .destination .tab__region .tab__links:hover {
                color: #FB5928;
            }

            .region .destination .tab__region .tab__links.active {
                color: var(--color-default);
            }

        .region .destination .search {
            position: relative;
        }

            .region .destination .search button {
                border: none;
                outline: none;
                background-color: unset;
                position: absolute;
                right: 15px;
                top: 8px;
                padding-inline: .5rem;
            }

            .region .destination .search .reset {
                border: none;
                background: unset;
                opacity: 0;
                visibility: hidden;
            }

            .region .destination .search input:not(:placeholder-shown) ~ .reset {
                opacity: 1;
                visibility: visible;
            }

            .region .destination .search input:not(:placeholder-shown) ~ .search__icon {
                opacity: 0;
                visibility: hidden;
            }

    .region .destination {
        display: none;
    }

        .region .destination .state__container {
            padding-top: 46px;
        }

            .region .destination .state__container .state__wrapper {
                border-radius: 4px;
                border: 1px solid #AAA;
                background: #FFF;
                padding: 7px 20px;
            }

                .region .destination .state__container .state__wrapper .state {
                    font-weight: 600;
                    font-family: var(--font-primary);
                }

                .region .destination .state__container .state__wrapper span {
                    font-size: 12px;
                    color: #888;
                }

/*--------------------------------------------------------------
# Facilities Section
--------------------------------------------------------------*/
.facilities {
    width: 100%;
    min-height: 37vh;
    display: flex;
    align-items: center;
    background-image: url(/assets/img/facilities_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .facilities h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #FFF;
    }

.available .available__wrapper {
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 49px 16px;
}

    .available .available__wrapper h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .available .available__wrapper .search {
        position: relative;
    }

        .available .available__wrapper .search button {
            border: none;
            outline: none;
            background-color: unset;
            position: absolute;
            right: 15px;
            top: 8px;
            padding-inline: .5rem;
        }

        .available .available__wrapper .search .reset {
            border: none;
            background: unset;
            opacity: 0;
            visibility: hidden;
        }

        .available .available__wrapper .search input:not(:placeholder-shown) ~ .reset {
            opacity: 1;
            visibility: visible;
        }

        .available .available__wrapper .search input:not(:placeholder-shown) ~ .search__icon {
            opacity: 0;
            visibility: hidden;
        }

.available .card__wrapper {
    border-radius: 12px;
    border: 1px solid #DDD;
    height: 472px;
    background-color: #F8F8F8;
}

    .available .card__wrapper .card__body {
        padding: 2rem;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

        .available .card__wrapper .card__body h5 {
            color: #000;
            font-size: 16px;
            font-weight: 700;
            min-height: 37px;
        }

        .available .card__wrapper .card__body p {
            color: #888;
            font-size: 14px;
            font-family: var(--font-primary);
        }

/*--------------------------------------------------------------
# Facilities Section
--------------------------------------------------------------*/
.service {
    width: 100%;
    min-height: 37vh;
    display: flex;
    align-items: center;
    background-image: url(/assets/img/service_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .service h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #FFF;
    }

/*--------------------------------------------------------------
# Dine & Shop Section
--------------------------------------------------------------*/
.dine {
    width: 100%;
    min-height: 37vh;
    display: flex;
    align-items: center;
    background-image: url(/assets/img/dine_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .dine h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #FFF;
    }

.shop .filter__wrapper {
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 3rem 5rem;
    margin-bottom: 2rem;
}

    .shop .filter__wrapper h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .shop .filter__wrapper .search {
        position: relative;
    }

        .shop .filter__wrapper .search button {
            border: none;
            outline: none;
            background-color: unset;
            position: absolute;
            right: 15px;
            top: 8px;
            padding-inline: .5rem;
        }

        .shop .filter__wrapper .search .reset {
            border: none;
            background: unset;
            opacity: 0;
            visibility: hidden;
        }

        .shop .filter__wrapper .search input:not(:placeholder-shown) ~ .reset {
            opacity: 1;
            visibility: visible;
        }

        .shop .filter__wrapper .search input:not(:placeholder-shown) ~ .search__icon {
            opacity: 0;
            visibility: hidden;
        }

.shop .swiper-slide div {
    color: #CCC;
    font-family: var(--font-primary);
    font-weight: 700;
    letter-spacing: .32px;
    text-align: center;
    user-select: none;
    cursor: pointer;
}

.shop .swiper-slide.active div {
    color: #FB5928;
}

.shop .stores__wrapper {
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #FFF;
    height: 210px;
}

    .shop .stores__wrapper .stores__img {
        height: 210px;
        width: 100%;
    }

        .shop .stores__wrapper .stores__img img {
            height: 100%;
            width: 100%;
        }

    .shop .stores__wrapper .stores__content__container {
        padding: 50px 0;
    }

@media (max-width: 576px) {
    .shop .stores__wrapper {
        height: 100%;
    }

        .shop .stores__wrapper .stores__content__container {
            padding: 50px 30px;
        }
}

    .shop .stores__wrapper h3 {
        color: #000;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: .3rem;
    }

    .shop .stores__wrapper p {
        color: #888;
        font-size: 14px;
        font-family: var(--font-primary);
    }

.view .shop__header {
    position: relative;
    z-index: 1;
}

    .view .shop__header:before {
        content: '';
        display: block;
        width: 100%;
        height: 300px;
        background-image: url(/assets/img/food.png);
        margin-bottom: 40px;
    }

    .view .shop__header .shop__img {
        position: absolute;
        left: 0;
        top: 0;
        height: 360px;
        width: 358px;
        z-index: 2;
        transform: translate(5%, -8%);
    }

        .view .shop__header .shop__img img {
            max-width: 100%;
            height: 100%;
        }

.view .shop__wrapper {
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 36px 20px 36px 40px;
    margin-top: 1rem;
}

.view .operation__wrapper {
    height: 435px;
}

.view .shop__wrapper .operation {
    font-size: 14px;
    font-family: var(--font-primary);
    color: #888;
}

    .view .shop__wrapper .operation span {
        font-weight: 700;
    }

.view .location__wrapper h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.view .location__wrapper p {
    color: #888;
    font-size: 14px;
    font-family: var(--font-primary);
}

.view .location__wrapper {
    height: 435px;
}

.view .other__wrapper {
    margin-top: 2.5rem;
}

    .view .other__wrapper h3 {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 2rem;
    }

.view .other__container .card__wrapper {
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #FFF;
    height: 324px;
}

    .view .other__container .card__wrapper h3 {
        color: #000;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .view .other__container .card__wrapper p {
        color: #888;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Interactive Map Section
--------------------------------------------------------------*/
.maphero {
    width: 100%;
    min-height: 37vh;
    display: flex;
    align-items: center;
    background-image: url(/assets/img/interactive_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .maphero h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #FFF;
    }

.interactive .card__wrapper {
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 13px;
}

.interactive .filter__box {
    border: 1px solid #EEE;
    background: #F4F4F4;
    padding: 16px 28px;
}

    .interactive .filter__box .search {
        position: relative;
        margin-bottom: .8rem;
    }

        .interactive .filter__box .search button {
            border: none;
            outline: none;
            background-color: unset;
            position: absolute;
            right: 8px;
            top: 8px;
            padding-inline: .5rem;
        }

        .interactive .filter__box .search .reset {
            border: none;
            background: unset;
            opacity: 0;
            visibility: hidden;
        }

        .interactive .filter__box .search input:not(:placeholder-shown) ~ .reset {
            opacity: 1;
            visibility: visible;
        }

        .interactive .filter__box .search input:not(:placeholder-shown) ~ .search__icon {
            opacity: 0;
            visibility: hidden;
        }

    .interactive .filter__box ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .interactive .filter__box ul li a {
            color: #888;
            font-family: var(--font-primary);
            font-weight: 700;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            transition: all .3s;
        }

            .interactive .filter__box ul li a:hover,
            .interactive .filter__box .dropdown-item .nav__item__links:hover {
                color: #FB5928;
                font-weight: 700;
            }

        .interactive .filter__box ul li .nav__link.active {
            color: #FB5928;
            font-weight: 700;
        }

.interactive .filter__box .dropdown-item {
    display: none;
}

    .interactive .filter__box .dropdown-item.show {
        display: block;
    }

    .interactive .filter__box .dropdown-item .nav__item__links {
        color: #888;
        font-size: 14px;
        font-family: var(--font-primary);
        font-weight: 400;
        padding: 3px 16px;
    }

        .interactive .filter__box .dropdown-item .nav__item__links.active {
            color: #FB5928;
            font-weight: 700;
        }


.interactive .direction__wrapper {
    display: block;
    border: 1px solid #DDD;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 12px;
    background-color: #030F17;
    padding: 50px 0;
    color: #FFF;
    font-family: var(--font-primary);
}

    .footer .footer-info .logo {
        line-height: 0;
        margin-bottom: 25px;
    }

        .footer .footer-info .logo img {
            max-height: 60px;
            margin-right: 6px;
        }

        .footer .footer-info .logo span {
            font-size: 30px;
            font-weight: 700;
            letter-spacing: 1px;
            color: #fff;
            font-family: var(--font-primary);
        }

    .footer .footer-info p {
        font-size: 14px;
        font-family: var(--font-primary);
    }

    .footer .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 16px;
        color: rgba(255, 255, 255, 0.7);
        margin-right: 10px;
        transition: 0.3s;
    }

        .footer .social-links a:hover {
            color: #fff;
            border-color: #fff;
        }

    .footer h4 {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-bottom: 12px;
    }

    .footer .footer-links {
        margin-bottom: 30px;
    }

        .footer .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .footer .footer-links ul i {
                padding-right: 2px;
                color: rgba(0, 131, 116, 0.8);
                font-size: 12px;
                line-height: 0;
            }

            .footer .footer-links ul li {
                padding: 10px 0;
                display: flex;
                align-items: center;
            }

                .footer .footer-links ul li:first-child {
                    padding-top: 0;
                }

            .footer .footer-links ul a {
                color: rgba(255, 255, 255, 0.7);
                transition: 0.3s;
                display: inline-block;
                line-height: 1;
            }

                .footer .footer-links ul a:hover {
                    color: #fff;
                }

    .footer .footer-contact p {
        line-height: 26px;
    }

    .footer .copyright {
        font-size: 16px;
        text-align: center;
    }

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
.faq {
    width: 100%;
    min-height: 37vh;
    display: flex;
    align-items: center;
    background-image: url(/assets/img/faq_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .faq h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #FFF;
    }

.question {
    padding: 60px 0 160px;
}

    .question h2 {
        font-size: 22px;
    }

    .question .question__wrapper {
        border: 1px solid #DDD;
        background: #FFF;
        padding: 1rem;
    }

        .question .question__wrapper ul {
            padding-left: 1rem;
            line-height: 25px;
        }

.accordion-section {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 4px; /* Rounded corners */
    overflow: hidden; /* Ensures the border-radius is applied correctly */
    position: relative; /* Position relative for absolute positioning */
}

    .accordion-section h2 {
        margin: 0;
        padding: 10px;
        background-color: #f0f0f0;
        cursor: pointer;
        color: black; /* Initial font color */
        font-size: 18px; /* Reduced font size for section titles */
        position: relative; /* Position relative for absolute positioning of icon */
    }

.fa {
    margin-right: 10px;
    float: right;
}

.accordion-section.active h2 {
    color: #FB5928; /*Active header font color */
}

.accordion-content {
    padding: 10px;
    background-color: #f9f9f9; /* Light grey background color */
    display: none;
}

    .accordion-content a {
        color: grey; /* Default hyperlink color */
        text-decoration: underline; /* Add underline */
        padding: 5px;
        line-height: 2;
    }

    .accordion-content ol {
        line-height: 2;
    }

    .accordion-content .description {
        color: #888;
        display: none;
        font-style: normal;
        text-decoration: none;
        padding: 10px;
        border-radius: 4px; /* Rounded corners */
        margin-top: 10px;
        background-color: #FFF; /* Container background color */
        color: #000;
    }

.accordion-onlydescription-container {
    padding: 10px;
    border-radius: 4px; /* Rounded corners */
    margin-top: 10px;
    background-color: #FFF; /* Container background color */
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Align items to the left and right */
    margin: 20px;
    position: relative;
}

    .search-container input[type="text"] {
        width: 300px;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        outline: none;
    }

    .search-container i {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
        pointer-events: none;
    }
