html, body {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    background-color: #f8f5f0;
}

a {
    text-underline-offset: 5px;
    transition: all .3s;
}

.btn-style {
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 24px;
    background: #bd1e2d;
    border-radius: 35px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: none;
}

.btn-style:hover {
    color: #fff;
}

.section-title {
    font-size: 45px;
    margin-bottom: .6em;
    font-weight: 700;
    color:#333;
    margin-top: 20px;
}

.section-title span {
    color: #bd1e2d;
}

.list-check ul,
.list-xmark ul {
    padding: 0;
    list-style: none;
}

.list-check li:before {
    content: "\2713";
    font-weight: 700;
    color: #bd1e2d;
    margin-right: 12px;
}

.list-xmark li:before {
    content: "\2718";
    color: #bd1e2d;
    margin-right: 12px;
    font-size: 14px;
}

/* ==========================================================================
   Main header
   ========================================================================== */
.top-header {
    background: #555;
}

.top-header ul {
    margin: 0;
    padding: 0;
}

.top-header li {
    display: inline-block;
    list-style: none;
}

.top-header li a {
    color: #ddd;
    text-decoration: none;
    font-size: 11px;
    display: block;
    padding: 15px 9px;
    text-transform: uppercase;
}

.top-header li.active a,
.top-header li a:hover {
    color: #fff;
    text-decoration: underline;
}

.oc-header {
    position: relative;
    padding: 20px 0;
}

.main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav > ul > li {
    display: inline-block;
    margin-right: 19px;
}

.main-nav li:last-child {
    margin-right: 0;
}

.main-nav li a {
    padding: 10px 0px;
    font-size: 18px;
    letter-spacing: 0.01em;
    font-weight: 700;
    display: block;
    position: relative;
    text-decoration: none;
}

.main-nav li.menu-item-has-children > a:after {
    content: "";
    border: solid #bd1e2d;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    margin: 0px 0 5px 10px;
}

.main-nav .sub-menu {
    display: none;
    position: absolute;
    padding: 20px 0;
    margin-top: -15px;
    background-color: #fff;
    z-index: 20;
    min-width: 215px;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.main-nav li:hover > .sub-menu {
    display: block;
}

.main-nav .sub-menu a {
    padding: 7px 20px 7px 30px;
    font-size: 15px;
    letter-spacing: 0;
}

/* ==========================================================================
   Page banner
   ========================================================================== */
.page-banner {
    position: relative;
}

.page-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.15);
}

.page-banner .banner-image {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}

.page-banner .banner-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    font-size: 58px;
    font-weight: 500;
    line-height: 1.25;
}

.page-banner .banner-logo {
    max-width: 240px;
    position: absolute;
    top: 20px;
    right: 15px;
    text-underline-offset: 0;
    text-decoration: none;
    text-align: center;
}

.page-banner .banner-logo img {
    max-width: 120px;
}

.page-banner .banner-logo span {
    color: #fff;
    text-align: center;
    display: block;
}

/* ==========================================================================
   Accordion
   ========================================================================== */
.oc-accordion .item {
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}

.oc-accordion .item-title {
    margin: 0;
    padding: 15px 20px 15px 0;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.oc-accordion .item-title:after {
    content: "+";
    font-size: 26px;
    font-weight: 400;
    color: #bd1e2d;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.oc-accordion .item-title.active:after {
    content: "–";
}

.oc-accordion .item-content {
    padding-bottom: 15px;
    display: none;
}

/* ==========================================================================
   Fancybox
   ========================================================================== */
.fancybox-navigation .fancybox-button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ff0000;
    padding: 0;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 20px;   
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 20px;   
}

.fancybox-navigation .fancybox-button div {
    padding: 5px;
}

.fancybox-navigation .fancybox-button path {
    fill: #fff;
}

.fancybox-caption {
    background: rgba(0, 0, 0, 0.45);
    color: #eee;
    font-size: 16px;
    padding: 10px 15px;
}

/* ==========================================================================
   Tab
   ========================================================================== */
.tab-menu-style {
    border-bottom: 1px solid #ddd;
}

.tab-menu-style .tab-menu-item {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 15px 15px 0 0;
    border: 2px solid #ddd;
    border-bottom: none;
    background: #ddd;
    margin: 0 1px -1px 0;
    cursor: pointer;
}

.tab-menu-style .tab-menu-item.active {
    background: #f8f5f0;
}

.tab-content:not(:first-child) {
    display: none;
}

/* ==========================================================================
   Form
   ========================================================================== */
label {
    display: inline-block;
    margin-bottom: 5px;
}

input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]),
textarea,
select {
    background-color: #fffdfb;
    border: none;
    border-radius: 3px;
    width: 100%;
    padding: 12px;
    box-shadow: 0 0 1px 0 rgba(19, 26, 31, .3), 0 1px 2px 0 rgba(19, 26, 31, .22);
    font-size: 1rem;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(../images/frontend/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 12px;
}

textarea {
    min-height: 170px;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.oc-pagination {
    display: flex;
    justify-content: center;
}

.oc-pagination .page-numbers {
    display: inline-block;
    margin: 5px;
    padding: 7px 15px;
    background: #f5f5f5;
    color: #696969;
}

.oc-pagination .page-numbers.current {
    background: #bd1e2d;
    color: #fff;
}

/* ==========================================================================
   Main footer
   ========================================================================== */
.swiper-button-next,.swiper-button-prev {
    width: auto;
    height: auto;
    z-index: 9
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: 1
}

.swiper-button-next svg,.swiper-button-prev svg {
    width: auto;
    height: auto
}

.swiper-button-next:after,.swiper-button-prev:after {
    content: "\27ba";
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #bd1e2d;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
}

.swiper-button-prev:after {
    transform: rotate(180deg);
}

.contact-bar {
    z-index: 9;
    position: fixed;
    bottom: 8px;
    right: 8px;
    max-width: 100%;
    text-align: center;
}

.contact-bar > div {
    width: 96px;
    float: right;
    margin: 0 0 0 1px;
    border-radius: 8px;
    background-color: rgba(188, 30, 45, 0.80);
    padding: 3px 8px;
    border: none;
}

.contact-bar > div.enquire {
    width: 151px;
}

.contact-bar .icon {
    width: 24px;
    height: 24px;
    margin: 6px auto 3px;
}

.contact-bar > div > a,
.contact-bar .toggle-dropdown {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.contact-bar .dropdown-content {
    position: absolute;
    background: #f8f5f0;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px 0 5px;
    width: 99%;
    bottom: 58px;
    right: 0px;
    display: none;
}

.contact-bar .dropdown-content > div {
    padding: 8px 15px;
    text-align: left;
}

.contact-bar .dropdown-content a {
    text-decoration: none;
    display: block;
}

.contact-bar .dropdown-content img {
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    width: 45px;
    height: 45px;
}

.contact-bar .dropdown-content span {
    vertical-align: top;
}

.contact-bar .btn-close {
    border: 1px solid #808080;
    border-radius: 15px;
    font-size: 13px;
    padding: 2px 10px;
    display: block;
    margin: auto;
    margin-right: 15px;
    width: 90px;
    cursor: pointer;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (min-width:992px) {
    .main-nav {
        display: block !important;
    }

    .mobile-menu-toggle {
        display: none;
    }
}

@media (max-width:991px) {
    .section-title {
        font-size: 30px;
    }

    .oc-header {
        padding: 10px 0;
    }

    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 9;
        padding: 15px 0;
        border-top: 1px solid #ddd;
        box-shadow: 0 0 2px 0 rgba(19,26,31,.3),0 2px 4px 0 rgba(19,26,31,.22);
        background: #fff;
        display: none;
    }

    .main-nav > ul > li {
        display: block;
        margin-bottom: 6px;
    }

    .main-nav > ul > li > a {
        font-weight: bold;
    }

    .main-nav li a {
        padding: 6px 15px;
        font-weight: 500;
    }

    .main-nav .sub-menu {
        display: block !important;
        position: static;
        padding: 0 0 0 40px;
        margin: 0;
        box-shadow: none;
    }

    .main-nav li:first-child > .sub-menu {
        column-count: 2;
    }

    .main-nav li.menu-item-has-children > a:after {
        display: none;
    }

    .main-nav .sub-menu a {
        padding: 6px 5px;
        font-size: 16px;
    }

    .mobile-menu-toggle {
        display: inline-block;
        cursor: pointer;
        padding: 10px 5px 5px 5px;
        font-size: 16px;
    }

    .mobile-menu-toggle span {
        display: block;
        border-top: 1px solid #333;
        width: 26px;
        margin-bottom: 9px;
        text-align: center;
    }

    .mobile-menu-toggle span:last-child {
        margin-bottom: 0;
    }

    .mobile-menu-toggle.active span:not(:first-child) {
        display: none;
    }

    .mobile-menu-toggle.active span:first-child {
        height: 26px;
        line-height: 26px;
        border: 1px solid #555;
        border-radius: 50%;
        margin: 0 0 5px 0;
    }

    .mobile-menu-toggle.active span:first-child:after {
        content: "\2715";
    }

    .page-banner .banner-title {
        top: 60%;
        font-size: 45px;
        padding: 0 5px;
    }

    .page-banner .banner-logo {
        left: 0;
        right: 0;
        margin: auto;
        max-width: 240px;
        text-align: center;
    }

    .page-banner .banner-logo img {
        max-width: 120px;
    }
}

@media (max-width:767px) {
    .swiper-button-next:after, .swiper-button-prev:after {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .oc-accordion .item-title {
        font-size: 18px;
    }

    .tab-menu-style .tab-menu-item {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .contact-bar {
        bottom: 0px;
        right: 0px;
        width: 100%;
    }

    .contact-bar > div {
        width: calc((100% - 40% - 4px) / 2);
        float: left;
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.2);
        background-color: rgba(188, 30, 45, 0.90);
        padding: 3px 0 5px;
        border-bottom: none;
        border-radius: 0;
        margin: 0;
    }

    .contact-bar > div.enquire {
        display: block;
        width: 40%;
    }

    .contact-bar .dropdown-content {
        width: 285px;
        right: 15px;
        bottom: 68px
    }

    .page-banner .banner-title {
        font-size: 30px;
        max-width: 480px;
        line-height: 1;
    }
}

.oc-heading-logo {
    margin: 0;
}

.page-banner .oc-breadcrumbs {
    position: absolute;
    top: calc(100% - 15px);
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: 1200px;
    margin: 0;
    padding: 0 15px;
    text-align: left;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
}

.page-banner .oc-breadcrumbs li {
    list-style: none;
    display: inline-block;
}

.page-banner .oc-breadcrumbs li::after {
    content: '-';
    padding-left: 7px;
    padding-right: 7px;
}

.page-banner .oc-breadcrumbs li:last-child::after {
    content: none;
}

.page-banner .oc-breadcrumbs li a {
    color: #fff;
    text-decoration: none;
}

.footer-content a {
    text-decoration: none;
}

@media (max-width: 1300px) and (min-width: 769px) {
    .destination-slider .swiper-button-prev,
    .destination-slider .swiper-button-next,
    .team-slider .swiper-button-prev,
    .team-slider .swiper-button-next {
        display: none;
    }

    .page-banner .banner-title {
        font-size: 40px;
        max-width: 800px;
        line-height: 1;
    }
}

.destination-slider h3 > a {
    text-underline-offset: 0;
    text-decoration: none;
}

.thank-you {
    padding: 30px 50px;
}

.oc-itinerary {
    max-width: 900px;
    margin: 0 auto;
}

.pdf-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.pdf-list-top,
.pdf-list-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.form-booking .item .item-value {
    white-space: normal;
    overflow-wrap: anywhere;
}

.top-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-flag img {
    width: 45px;
    border-radius: 3px;
}

.spacing {
    margin: 0 10px;
}

.pika-label {
    border: 1px solid #989292;
    margin: 0 4px;
    border-radius: 4px;
    padding: 4px 12px;
}

.hidden {
    display: none;
}

@media (max-width: 481px) {
    .page-banner .oc-breadcrumbs {
        font-size: 10px;
    }

    .hotel-category .swiper-button-prev {
        top: 160px!important;
        left: -10px!important;
    }

    .hotel-category .swiper-button-next {
        top: 160px!important;
        right: -10px!important;
    }

    #calendarContainer > .calendar {
        width: 100%;
    }

    #calendarContainer > .calendar:last-child {
        display: none;
    }

    .pika-single {
        left: 10px!important;
        right: 10px!important;
    }

    .pika-lendar {
        width: calc(100% - 20px);
        float: none;
    }

    .thank-you {
        padding: 0;
    }
}