/*
Theme Name: Travelo
Theme URI: https://garudatheme.com/collections/travelo/
Author: Garudatheme
Author URI: https://garudatheme.com
Description: Travel Business WordPress Theme
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.2
Version: 1.1
Text Domain: travelo
Tags: news, magazine, blog, responsive, clean, modern, fast, customizable
*/

:root {
    --background-body: #ffffff;
    --font-family: 'Raleway', sans-serif;
    --color-primary: #05585f;
    --color-primary-hover: #0d4b50;
    --color-primary-text: #ffffff;
    --color-secondary: #f5a30b;
    --color-secondary-hover: #d58e0b;
    --color-secondary-text: #212121;
    --color-text: #212121;
    --color-summary: rgba(0, 0, 0, 0.68);
    --heading-bgcolor: #05585f;
    --heading-bgimage: url('data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
    --heading-textalign: left;
    --logo-size: 46px;
    --logo-size-mobile: 42px;
    --slider-size: 640px;
    --slider-size-tablet: 300px;
    --slider-size-mobile: 180px;

    --opening-bgcolor: #f1f2f3;
    --opening-padtop: 75px;
    --opening-padtop-tablet: 50px;
    --opening-padtop-mobile: 40px;
    --opening-padbot: 75px;
    --opening-padbot-tablet: 50px;
    --opening-padbot-mobile: 40px;

    --featservice-bgcolor: #f1f2f3;
    --featservice-padtop: 0px;
    --featservice-padtop-tablet: 0px;
    --featservice-padtop-mobile: 0px;
    --featservice-padbot: 75px;
    --featservice-padbot-tablet: 50px;
    --featservice-padbot-mobile: 40px;

    --reasonwhy-bgcolor: #f6f7f8;
    --reasonwhy-padtop: 75px;
    --reasonwhy-padtop-tablet: 50px;
    --reasonwhy-padtop-mobile: 40px;
    --reasonwhy-padbot: 75px;
    --reasonwhy-padbot-tablet: 50px;
    --reasonwhy-padbot-mobile: 40px;

    --latservice-bgcolor: #f1f2f3;
    --latservice-padtop: 75px;
    --latservice-padtop-tablet: 50px;
    --latservice-padtop-mobile: 40px;
    --latservice-padbot: 75px;
    --latservice-padbot-tablet: 50px;
    --latservice-padbot-mobile: 40px;

    --howto-bgcolor: #05585f;
    --howto-padtop: 75px;
    --howto-padtop-tablet: 50px;
    --howto-padtop-mobile: 40px;
    --howto-padbot: 75px;
    --howto-padbot-tablet: 50px;
    --howto-padbot-mobile: 40px;

    --gallery-bgcolor: #f1f2f3;
    --gallery-padtop: 75px;
    --gallery-padtop-tablet: 50px;
    --gallery-padtop-mobile: 40px;
    --gallery-padbot: 75px;
    --gallery-padbot-tablet: 50px;
    --gallery-padbot-mobile: 40px;

    --testimonial-bgcolor: #f1f2f3;
    --testimonial-padtop: 0px;
    --testimonial-padtop-tablet: 0px;
    --testimonial-padtop-mobile: 0px;
    --testimonial-padbot: 75px;
    --testimonial-padbot-tablet: 50px;
    --testimonial-padbot-mobile: 40px;

    --faq-bgcolor: #f1f2f3;
    --faq-padtop: 0px;
    --faq-padtop-tablet: 0px;
    --faq-padtop-mobile: 0px;
    --faq-padbot: 75px;
    --faq-padbot-tablet: 50px;
    --faq-padbot-mobile: 40px;

    --partner-bgcolor: #f1f2f3;
    --partner-padtop: 0px;
    --partner-padtop-tablet: 0px;
    --partner-padtop-mobile: 0px;
    --partner-padbot: 75px;
    --partner-padbot-tablet: 50px;
    --partner-padbot-mobile: 40px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: var(--background-body);
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 1.65em;
    color: var(--color-text);
    -webkit-tap-highlight-color: transparent;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
blockquote,
pre,
figure {
    display: block;
    line-height: 1.65em;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 27px;
    line-height: 1.3em;
}

h2 {
    font-size: 24px;
    line-height: 1.4em;
}

h3 {
    font-size: 22px;
    line-height: 1.4em;
}

h4 {
    font-size: 21px;
    line-height: 1.4em;
}

h5 {
    font-size: 20px;
    line-height: 1.5em;
}

h6 {
    font-size: 18px;
    line-height: 1.5em;
}

ul,
ol {
    padding: 0 0 0 20px;
}

ul > li,
ol > li {
    margin: 0 0 8px 0;
}

blockquote {
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0.04);
    border-left: 4px solid var(--color-primary);
    padding: 20px;
}

blockquote > p {
    margin: 0 0 15px 0;
}

blockquote > p:last-child {
    margin: 0;
}

blockquote > cite {
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    color: var(--color-summary);
}

pre {
    background: #101010;
    color: rgba(255, 255, 255, 0.68);
    padding: 15px 20px 15px 20px;
}

figure > figcaption {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.4em;
    color: var(--color-summary);
    margin: 8px 0 0 0;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="submit"],
textarea,
select,
button {
    font-family: inherit;
    font-size: 15px;
    line-height: 1.4em;
    color: var(--color-text);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    outline: 0;
    padding: 10px 18px;
    transition: all ease-in-out 0.2s;
}

input[type="submit"],
button {
    background: var(--color-primary);
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

input[type="submit"]:hover,
button:hover {
    background: var(--color-primary-hover);
}

select {
    -webkit-appearance: none;
    background: #ffffff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48cGF0aCBkPSJNMTEuOTk5NyAxMy4xNzE0TDE2Ljk0OTUgOC4yMjE2OEwxOC4zNjM3IDkuNjM1ODlMMTEuOTk5NyAxNS45OTk5TDUuNjM1NzQgOS42MzU4OUw3LjA0OTk2IDguMjIxNjhMMTEuOTk5NyAxMy4xNzE0WiIgZmlsbD0icmdiYSgzMywzMywzMywxKSI+PC9wYXRoPjwvc3ZnPg==")
        no-repeat right 16px top 55%;
    padding-right: 40px;
}

table,
.wp-block-table table {
    border: 0;
    border-collapse: collapse;
    margin: 0 0 20px 0;
}

.wp-block-table table {
    margin: 0;
}

table thead,
.wp-block-table table thead {
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

table tfoot,
.wp-block-table table tfoot {
    border-top: 2px solid rgba(0, 0, 0, 0.12);
}

table th,
table td,
.wp-block-table table th,
.wp-block-table table td {
    line-height: 1.4em;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 8px 12px;
    text-align: left;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-family: var(--font-family);
}

.entry-content h1 > a,
.entry-content h2 > a,
.entry-content h3 > a,
.entry-content h4 > a,
.entry-content h5 > a,
.entry-content h6 > a {
    background-image: linear-gradient(var(--color-primary), var(--color-primary));
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 2px;
    color: var(--color-text);
    transition: all ease-in-out 0.2s;
}

.entry-content h1 > a:hover,
.entry-content h2 > a:hover,
.entry-content h3 > a:hover,
.entry-content h4 > a:hover,
.entry-content h5 > a:hover,
.entry-content h6 > a:hover {
    color: var(--color-primary);
}

.entry-content img,
.entry-content figure,
.entry-content table {
    max-width: 100%;
    height: auto;
}

/* Slick Start */
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-initialized .slick-slide,
.slick-slide img {
    display: block;
}

.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    background: #212121;
    border: 0;
    outline: 0;
    border-radius: 50%;
    cursor: pointer;
    padding: 10px;
    z-index: 1;
    transition: all ease-in-out 0.2s;
}

.slick-arrow.next {
    left: auto;
    right: 13px;
}

.slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.slick-arrow > svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: #ffffff;
}

ul.slick-dots {
    display: block;
    display: table;
    list-style: none;
    line-height: 1em;
    margin: 30px auto 0 auto;
    padding: 0;
}

ul.slick-dots > li {
    float: left;
    margin: 0 4px;
}

ul.slick-dots > li > button {
    display: block;
    position: relative;
    width: 8px;
    height: 8px;
    background: transparent;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 1px solid var(--color-primary);
    outline: 0;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    transition: all ease-in-out 0.2s;
}

ul.slick-dots > li.slick-active > button {
    width: 25px;
    background: var(--color-primary);
    border-radius: 5px;
}
/* Slick End */

.trav-container {
    display: block;
    width: calc(100% - 40px);
    max-width: 1180px;
    margin: 0 auto;
}

.trav-topbar {
    display: block;
    width: 100%;
    height: 36px;
    background: var(--color-primary);
    color: var(--color-primary-text);
    overflow: hidden;
}

.trav-topbar-left {
    float: left;
}

.trav-topbar-left > ul.menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1em;
}

.trav-topbar-left > ul.menu > li {
    float: left;
    margin: 0 20px 0 0;
}

.trav-topbar-left > ul.menu > li:last-child {
    margin: 0;
}

.trav-topbar-left > ul.menu > li > a {
    display: flex;
    align-items: center;
    height: 36px;
    color: var(--color-primary-text);
}

.trav-topbar-left > ul.menu > li > a > svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: var(--color-primary-text);
    margin: 0 8px 0 0;
}

/* topbar right */
.trav-topbar-right {
    float: right;
}

.trav-topbar-right > ul.menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1em;
}

.trav-topbar-right > ul.menu > li {
    float: left;
    margin: 0;
}

.trav-topbar-right > ul.menu > li > a {
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 8px;
}

.trav-topbar-right > ul.menu > li > a > svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: var(--color-primary-text);
    margin: 0;
}

.trav-headwrapper,
.trav-header {
    display: block;
    width: 100%;
    height: 86px;
}

.trav-header {
    position: relative;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    z-index: 5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trav-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    transform: translateY(-100%);
    animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to   { transform: translateY(0); }
}

.trav-headbrand {
    float: left;
    display: flex;
    align-items: center;
    height: 86px;
}

.trav-header.fixed .trav-headbrand {
    height: 80px;
}

.trav-headbrand > .custom-logo-link {
    display: block;
    margin: 0;
}

.trav-headbrand > .custom-logo-link > img {
    display: block;
    width: auto;
    height: var(--logo-size);
}

.trav-header.fixed .trav-headbrand > .custom-logo-link > img {
    height: var(--logo-size-mobile);
}

.trav-headtitle {
    display: block;
    margin: 0;
}

.custom-logo-link ~ .trav-headtitle {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.trav-headtitle > .title {
    display: block;
    font-size: 24px;
    line-height: 1em;
    margin: 0;
}

.trav-headtitle > .title > a {
    color: var(--color-text);
}

.trav-headtitle > .description {
    display: block;
    font-size: 14px;
    line-height: 1em;
    color: var(--color-summary);
    margin: 6px 0 0 0;
}

.trav-headnav {
    float: right;
}

.trav-headnav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.trav-headnav ul > li {
    position: relative;
    margin: 0;
}

.trav-headnav > div > ul > li {
    float: left;
    margin: 0;
}

.trav-headnav > div > ul > li > a {
    display: flex;
    align-items: center;
    height: 86px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1em;
    color: var(--color-text);
    margin: 0;
    padding: 0 15px;
    transition: all ease-in-out 0.2s;
}

.trav-header.fixed .trav-headnav > div > ul > li > a {
    font-size: 16px;
}

.trav-header.fixed .trav-headnav > div > ul > li > a {
    height: 80px;
}

.trav-headnav > div > ul > li:hover > a,
.trav-headnav > div > ul > li.current-menu-item > a {
    color: var(--color-primary);
}

.trav-headnav > div > ul > li > a > .sub-arrow {
    display: inline-block;
    margin: 0 0 0 6px;
}

.trav-headnav > div > ul > li > a > .sub-arrow > svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: var(--color-text);
    transition: all ease-in-out 0.2s;
}

.trav-headnav > div > ul > li.menu-item-has-children:hover > a > .sub-arrow > svg {
    transform: rotate(180deg);
    fill: var(--color-primary);
}

.trav-headnav > div > ul > li.menu-item-has-children.current-menu-item > a > .sub-arrow > svg {
    fill: var(--color-primary);
}

.trav-headnav > div > ul > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: auto;
    min-width: 200px;
    max-width: 300px;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    padding: 8px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    z-index: 16;
    transition: all ease-in-out 0.2s;
}

.trav-headnav > div > ul > li.menu-item-has-children:hover > ul.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.trav-headnav ul.sub-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.35em;
    color: var(--color-text);
    padding: 8px 20px;
    transition: all ease-in-out 0.2s;
}

.trav-headnav ul.sub-menu > li:hover > a,
.trav-headnav ul.sub-menu > li.current-menu-item > a {
    color: var(--color-primary);
}

.trav-headnav ul.sub-menu > li > a > .sub-arrow > svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: var(--color-text);
    transition: all ease-in-out .2s;
}

.trav-headnav ul.sub-menu > li:hover > a > .sub-arrow > svg {
    transform: rotate(180deg);
    fill: var(--color-primary);
}

.trav-headnav > div > ul > li.menu-item-has-children > ul.sub-menu li > ul.sub-menu {
    position: absolute;
    top: 10px;
    left: 100%;
    width: auto;
    min-width: 180px;
    max-width: 300px;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    border-radius: 5px;
    padding: 5px 0;
    transition: all ease-in-out .2s;
}

.trav-headnav > div > ul > li.menu-item-has-children > ul.sub-menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.trav-headbutton {
    float: right;
    margin: 0 0 0 15px;
}

.trav-headbutton > .headbutton {
    float: left;
    display: flex;
    align-items: center;
    height: 86px;
    padding: 0 8px;
    cursor: pointer;
}

.trav-header.fixed .trav-headbutton > .headbutton {
    height: 80px;
}

.trav-header.fixed .trav-headbutton > .headbutton {
    height: 80px;
}

.trav-headbutton > .menu-toggle {
    display: none;
}

.trav-headbutton > .custom-button {
    cursor: default;
}

.trav-headbutton > .headbutton > svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: var(--color-text);
}

.trav-headbutton > .custom-button > a {
    display: block;
    background: var(--color-primary);
    font-size: 14px;
    line-height: 1em;
    color: var(--color-primary-text);
    border-radius: 5px;
    padding: 12px 20px;
    transition: all ease-in-out .2s;
}

.trav-headbutton > .custom-button > a:hover {
    background: var(--color-primary-hover);
}

.trav-featslider,
.trav-featslider .slider-link {
    display: block;
    position: relative;
    height: var(--slider-size);
    overflow: hidden;
}

.trav-featslider .slider-link > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 100%;
    height: 100%;
}

.trav-featslider.fixed .slider-link > img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: block;
    width: 100%;
    height: 100%;
}

.trav-featslider ul.slick-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    margin: 0;
    padding: 8px 10px;
    z-index: 1;
}

.trav-featslider ul.slick-dots > li > button {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.68);
    border: 0;
}

.trav-featslider ul.slick-dots > li.slick-active > button {
    width: 40px;
    background: #ffffff;
    border-radius: 12px;
}

.trav-featslider ul.slick-dots > li.slick-active > button::before {
    display: none;
}

.trav-homesection {
    display: block;
    width: 100%;
    background: #f1f2f3;
    padding: 75px 0;
}

.opening-section {
    background: var(--opening-bgcolor);
    padding-top: var(--opening-padtop);
    padding-bottom: var(--opening-padbot);
}

.featservice-section {
    background: var(--featservice-bgcolor);
    padding-top: var(--featservice-padtop);
    padding-bottom: var(--featservice-padbot);
}

.reasonwhy-section {
    background: var(--reasonwhy-bgcolor);
    padding-top: var(--reasonwhy-padtop);
    padding-bottom: var(--reasonwhy-padbot);
}

.latservice-section {
    background: var(--latservice-bgcolor);
    padding-top: var(--latservice-padtop);
    padding-bottom: var(--latservice-padbot);
}

.howto-section {
    background: var(--howto-bgcolor);
    padding-top: var(--howto-padtop);
    padding-bottom: var(--howto-padbot);
}

.gallery-section {
    background: var(--gallery-bgcolor);
    padding-top: var(--gallery-padtop);
    padding-bottom: var(--gallery-padbot);
}

.testimonial-section {
    background: var(--testimonial-bgcolor);
    padding-top: var(--testimonial-padtop);
    padding-bottom: var(--testimonial-padbot);
}

.faq-section {
    background: var(--faq-bgcolor);
    padding-top: var(--faq-padtop);
    padding-bottom: var(--faq-padbot);
}

.partner-section {
    background: var(--partner-bgcolor);
    padding-top: var(--partner-padtop);
    padding-bottom: var(--partner-padbot);
}

.trav-secheading {
    display: block;
    margin: 0 0 30px 0;
}

.trav-secheading.heading-center {
    text-align: center;
}

.trav-secheading > .title {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    color: var(--color-text);
    margin: 0;
}

.trav-secheading > .title > .word-wrap {
    display: inline-block;
}

.trav-secheading > .title > .word-wrap > .word-inner {
    display: inline-block;
    will-change: transform, opacity;
}

.trav-secheading > .summary {
    display: block;
    font-size: 17px;
    line-height: 1.4em;
    color: rgba(0, 0, 0, .68);
    margin: 10px 0 0 0;
}

.trav-openingwrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.trav-openingwrapper > .opening-image {
    float: left;
    position: relative;
    width: 480px;
    height: auto;
    margin: 0;
}

.trav-openingwrapper > .opening-content {
    float: right;
    width: calc(100% - 540px);
    margin: 0;
}

.trav-openingwrapper > .opening-image > img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 12px;
    z-index: 2;
}

.trav-openingwrapper > .opening-image > .svg-threeline {
    position: absolute;
    left: -15px;
    top: 40px;
    width: 40px;
    fill: var(--color-secondary);
    z-index: 3;
}

.trav-openingwrapper > .opening-image > .svg-recdot {
    position: absolute;
    right: -15px;
    bottom: -10px;
    width: 60px;
    fill: var(--color-primary);
    z-index: 1;
}

.trav-openingwrapper > .opening-content > .title {
    display: block;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 17px 0;
}

.trav-openingwrapper > .opening-content > .title > .word-wrap {
    display: inline-block;
}

.trav-openingwrapper > .opening-content > .title > .word-wrap > .word-inner {
    display: inline-block;
    will-change: transform, opacity;
}

.trav-openingwrapper > .opening-content > .description {
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    margin: 0;
}

.trav-openingwrapper > .opening-content > .opening-button {
    display: inline-block;
    background: var(--color-primary);
    font-size: 15px;
    line-height: 1em;
    color: var(--color-primary-text);
    border-radius: 5px;
    margin: 20px 0 0 0;
    padding: 12px 20px;
    transition: background-color ease-in-out .2s;
}

.trav-openingwrapper > .opening-content > .opening-button:hover {
    background-color: var(--color-primary-hover);
}

.trav-openingwrapper > .opening-content > .opening-button > span,
.trav-openingwrapper > .opening-content > .opening-button > svg {
    display: inline-block;
    vertical-align: middle;
}

.trav-openingwrapper > .opening-content > .opening-button > svg {
    width: 18px;
    height: 18px;
    margin: 0 0 0 8px;
    transition: all ease-in-out .2s;
}

.trav-openingwrapper > .opening-content > .opening-button:hover > svg {
    transform: rotate(45deg);
}

.trav-servicelist,
.trav-postlist {
    display: block;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 50px);
    margin: 0 0 0 -25px;
}

.trav-serviceslider {
    display: block;
}

.trav-servicelist .service,
.trav-postlist .post {
    float: left;
    display: block;
    position: relative;
    width: calc(33.333% - 50px);
    min-height: 380px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 12px;
    margin: 0 25px 40px 25px;
    overflow: hidden;
}

.trav-serviceslider .service {
    margin-bottom: 0!important;
}

.trav-servicelist .service > .service-link > .service-thumbprice,
.trav-postlist .post > .post-link > .post-thumbdate {
    display: block;
    position: relative;
    width: 100%;
    height: 230px;
    background: #c1c2c3;
    margin: 0;
    overflow: hidden;
}

.trav-servicelist .service > .service-link > .service-thumbprice > .thumbnail,
.trav-postlist .post > .post-link > .post-thumbdate > .thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: all ease-in-out .4s;
}

.trav-servicelist .service:hover > .service-link > .service-thumbprice > .thumbnail,
.trav-postlist .post:hover > .post-link > .post-thumbdate > .thumbnail {
    transform: scale(1.05);
    filter: brightness(.72);
}

.trav-servicelist .service > .service-link > .service-thumbprice > .price,
.trav-postlist .post > .post-link > .post-thumbdate > .date {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    color: var(--color-text);
    white-space: nowrap;
    border-radius: 5px 5px 0 0;
    padding: 8px 12px;
    z-index: 2;
}


.trav-postlist .post > .post-link > .post-thumbdate > .date {
    left: 0;
    transform: none;
    font-size: 15px;
    border-radius: 0 5px 0 0;
    transition: all ease-in-out .2s;
}

.trav-servicelist .service > .service-link > .service-thumbprice > .price > .start-from {
    font-size: 14px;
}

.trav-servicelist .service > .service-link > .service-thumbprice > .price > .price-number {
    font-weight: 700;
    color: var(--color-primary);
}

.trav-servicelist .service > .service-link > .service-thumbprice > .price > .per-pax {
    font-weight: 400;
}

.trav-servicelist .service > .service-link > .service-content,
.trav-postlist .post > .post-link > .post-content {
    display: block;
    margin: 0;
    padding: 20px 25px;
}

.trav-servicelist .service > .service-link > .service-content > .title,
.trav-postlist .post > .post-link > .post-content > .title {
    display: block;
    display: -webkit-box;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4em;
    color: var(--color-text);
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all ease-in-out .2s;
}

.trav-servicelist .service > .service-link:hover > .service-content > .title,
.trav-postlist .post > .post-link:hover > .post-content > .title {
    color: var(--color-primary);
}

.trav-servicelist .service > .service-link > .service-content > .excerpt,
.trav-postlist .post > .post-link > .post-content > .excerpt {
    display: block;
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.4em;
    color: var(--color-summary);
    margin: 10px 0 0 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.trav-servicelist .service > .category-link,
.trav-postlist .post > .category-link {
    position: absolute;
    top: 25px;
    left: 25px;
    background: var(--color-secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    color: var(--color-secondary-text);
    border-radius: 12px;
    padding: 7px 12px;
    z-index: 2;
}

.trav-postlist .post > .category-link {
    left: auto;
    right: 25px;
}

.trav-serviceslider .slick-arrow {
    top: 160px;
    left: 11px;
    background: var(--color-primary);
    padding: 10px;
}

.trav-serviceslider .slick-arrow.next {
    right: 11px;
    left: auto;
}

.trav-serviceslider .slick-arrow:hover {
    background: var(--color-primary-hover);
}

.trav-serviceslider .slick-arrow > svg {
    width: 24px;
    height: 24px;
    fill: var(--color-primary-text);
}

.trav-reasonwhy {
    display: block;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.trav-reasonwhy > .reason {
    float: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 33.33%;
    text-align: center;
    margin: 0;
    padding: 25px;
}

.trav-reasonwhy > .reason > .icon {
    display: block;
    margin: 0 0 15px 0;
}

.trav-reasonwhy > .reason > .icon > img {
    display: block;
    width: 56px;
    height: 56px;
}

.trav-reasonwhy > .reason > .title {
    display: block;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 8px 0;
}

.trav-reasonwhy > .reason > .description {
    display: block;
    color: rgba(0, 0, 0, .68);
    margin: 0;
}

.trav-howto {
    display: block;
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
}

.trav-howto > .howto-step {
    float: left;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    width: 25%;
    text-align: center;
    padding: 0 20px;
}

.trav-howto > .howto-step > .step-num {
    content: "1";
    display: flex;
    position: relative;
    flex-direction: column;
    width: 48px;
    height: 48px;
    background: var(--howto-bgcolor);
    font-family: monospace;
    font-size: 23px;
    font-weight: 500;
    line-height: 48px;
    border: 1px dashed rgba(0, 0, 0, .32);
    border-radius: 50%;
    margin: 0 0 12px 0;
    z-index: 2;
}

.trav-howto > .howto-step::after {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, .32);
}

.trav-howto > .step-1::after {
    left: 50%;
    width: 50%;
}

.trav-howto > .step-4::after {
    width: 50%;
}

.trav-howto > .howto-step > .title {
    display: block;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 8px 0;
}

.trav-howto > .howto-step > .description {
    display: block;
    font-size: 15px;
    line-height: 1.3em;
    color: rgba(0, 0, 0, .68);
    margin: 0;
}

.trav-gallerylist {
    display: block;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
}

.trav-galleryslider {
    display: block;
}

.trav-gallerylist .gallery {
    float: left;
    display: block;
    position: relative;
    width: calc(25% - 20px);
    height: 340px;
    background: #ffffff;
    border-radius: 12px;
    margin: 0 10px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

.trav-gallerylist .gallery::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all ease-in-out .2s;
}

.trav-gallerylist .gallery:hover::before {
    opacity: 1;
    visibility: visible;
}

.trav-gallerylist .gallery::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M17.5858 5H14V3H21V10H19V6.41421L14.7071 10.7071L13.2929 9.29289L17.5858 5ZM3 14H5V17.5858L9.29289 13.2929L10.7071 14.7071L6.41421 19H10V21H3V14Z'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    top: 20px;
    right: 20px;
    transform: scale(.8);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all ease-in-out .2s;
}

.trav-gallerylist .gallery:hover::after {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.trav-gallerylist .gallery > .gallery-thumbnail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 100%;
    height: 100%;
}

.trav-gallerylist .gallery > .gallery-content {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: calc(100% - 40px);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all ease-in-out .2s;
}

.trav-gallerylist .gallery:hover > .gallery-content {
    bottom: 25px;
    opacity: 1;
    visibility: visible;
}

.trav-gallerylist .gallery > .gallery-content > .title {
    display: block;
    display: -webkit-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    color: #ffffff;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.trav-gallerylist .gallery > .gallery-content > .summary {
    display: block;
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.68);
    margin: 8px 0 0 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.trav-galleryslider .slick-arrow {
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
    background: var(--color-primary);
    padding: 10px;
}

.trav-galleryslider .slick-arrow.next {
    right: -6px;
    left: auto;
}

.trav-galleryslider .slick-arrow:hover {
    background: var(--color-primary-hover);
}

.trav-galleryslider .slick-arrow > svg {
    width: 24px;
    height: 24px;
    fill: var(--color-primary-text);
}

.trav-testimonialwrapper {
    display: block;
    position: relative;
    width: 100%;
    margin: 10px 0 0 0;
    overflow: hidden;
}

.trav-testimonialwrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background: var(--testimonial-bgcolor);
    background: linear-gradient(90deg, var(--testimonial-bgcolor) 0%, rgba(255, 255, 255, 0) 80%);
    z-index: 2;
}

.trav-testimonialwrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    background: var(--testimonial-bgcolor);
    background: linear-gradient(270deg, var(--testimonial-bgcolor) 0%, rgba(255, 255, 255, 0) 80%);
    z-index: 2;
}

.trav-testimonialslider {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}

.trav-testimonialslider .testimonial {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    min-height: 225px;
    background: transparent;
    border-radius: 12px;
    cursor: grab;
    margin: 0 5px;
    overflow: hidden;
}

.trav-testimonialslider .testimonial.slick-current {
    background: rgba(0, 0, 0, .03);
}

.trav-testimonialslider .testimonial > .testimonial-heading {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 25px 15px 0 20px;
}

.trav-testimonialslider .testimonial > .testimonial-heading > .avatar {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
}

.trav-testimonialslider .testimonial > .testimonial-heading > .name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    margin: 0;
}

.trav-testimonialslider .testimonial > .testimonial-heading > .job {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    color: var(--color-primary);
    margin: 7px 0 0 0;
}

.trav-testimonialslider .testimonial > .testimonial-message {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 20px;
}

.trav-testimonialslider .testimonial > .testimonial-message::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 256 256' fill='%23000000'%3E%3Cpath fill='%23000000' d='M100 52H40a20 20 0 0 0-20 20v64a20 20 0 0 0 20 20h56v4a28 28 0 0 1-28 28a12 12 0 0 0 0 24a52.06 52.06 0 0 0 52-52V72a20 20 0 0 0-20-20Zm-4 80H44V76h52Zm120-80h-60a20 20 0 0 0-20 20v64a20 20 0 0 0 20 20h56v4a28 28 0 0 1-28 28a12 12 0 0 0 0 24a52.06 52.06 0 0 0 52-52V72a20 20 0 0 0-20-20Zm-4 80h-52V76h52Z'/%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .08;
}

.trav-testimonialslider .testimonial > .testimonial-message > .message {
    display: block;
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.trav-testimonialslider ul.slick-dots {
    margin-top: 30px;
}

.trav-testimonialslider ul.slick-dots > li > button {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid var(--color-primary);
}

.trav-testimonialslider ul.slick-dots > li.slick-active > button {
    background: var(--color-primary);
}

.trav-testimonialslider ul.slick-dots > li.slick-active > button::before {
    display: none;
}

.trav-faqlist {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.trav-faqlist > .faq {
    display: block;
    background: rgba(0, 0, 0, .03);
    border-radius: 8px;
    margin: 0 0 12px 0;
    overflow: hidden;
}

.trav-faqlist > .faq:last-child {
    margin: 0;
}

.trav-faqlist > .faq > .faq-heading {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 16px 20px;
    user-select: none;
}

.trav-faqlist > .faq > .faq-heading > .question {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0 25px 0 0;
}

.trav-faqlist > .faq > .faq-heading::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='currentColor'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: .68;
    transition: all ease-in-out .2s;
}

.trav-faqlist > .faq.active > .faq-heading::after {
    transform: translateY(-50%) rotate(180deg);
}

.trav-faqlist > .faq > .faq-content {
    display: none;
    padding: 0 20px 18px;
}

.trav-faqlist > .faq > .faq-content .answer {
    display: block;
    font-size: 15px;
    line-height: 1.6em;
    color: rgba(0, 0, 0, .68);
    margin: 0;
}

.trav-partnerslider {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
}

.trav-partnerslider .partner {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    height: 64px;
    background: transparent;
    border: 0;
    margin: 0 5px;
    overflow: hidden;
}

.trav-partnerslider .partner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100%;
    height: 100%;
    filter: grayscale(1);
    transition: all ease-in-out .2s;
}

.trav-partnerslider .partner img:hover {
    filter: none;
}

/* Separator */

.featservice-section.white-text .trav-secheading > .title,
.reasonwhy-section.white-text .trav-secheading > .title,
.latservice-section.white-text .trav-secheading > .title,
.howto-section.white-text .trav-secheading > .title,
.gallery-section.white-text .trav-secheading > .title,
.testimonial-section.white-text .trav-secheading > .title,
.faq-section.white-text .trav-secheading > .title,
.opening-section.white-text .trav-openingwrapper > .opening-content > .title,
.reasonwhy-section.white-text .trav-reasonwhy > .reason > .title,
.howto-section.white-text .trav-howto > .howto-step > .step-num,
.howto-section.white-text .trav-howto > .howto-step > .title,
.testimonial-section.white-text .trav-testimonialslider .testimonial,
.partner-section.white-text .trav-secheading > .title,
.faq-section.white-text .trav-faqlist > .faq > .faq-heading > .question {
    color: #ffffff;
}

.featservice-section.white-text .trav-secheading > .summary,
.reasonwhy-section.white-text .trav-secheading > .summary,
.reasonwhy-section.white-text .trav-reasonwhy > .reason > .description,
.latservice-section.white-text .trav-secheading > .summary,
.howto-section.white-text .trav-secheading > .summary,
.gallery-section.white-text .trav-secheading > .summary,
.testimonial-section.white-text .trav-secheading > .summary,
.faq-section.white-text .trav-secheading > .summary,
.howto-section.white-text .trav-howto > .howto-step > .description,
.opening-section.white-text .trav-openingwrapper > .opening-content > .description,
.partner-section.white-text .trav-secheading > .summary,
.faq-section.white-text .trav-faqlist > .faq > .faq-content .answer {
    color: rgba(255, 255, 255, 0.68);
}

.howto-section.white-text .trav-howto > .howto-step > .step-num,
.howto-section.white-text .trav-howto > .howto-step::after {
    border-color: rgba(255, 255, 255, 0.32);
}

.testimonial-section.white-text .trav-testimonialslider .testimonial.slick-current {
    background: rgba(255, 255, 255, .03);
}

.testimonial-section.white-text .trav-testimonialslider .testimonial > .testimonial-message::after,
.faq-section.white-text .trav-faqlist > .faq > .faq-heading::after {
    filter: invert(1);
}

.trav-outwrapper {
    display: block;
    margin: 0 0 40px 0;
}

.trav-singaheader {
    display: block;
    position: relative;
    background: var(--heading-bgcolor);
    background-image: var(--heading-bgimage);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: var(--heading-textalign);
    margin: 0 0 40px 0;
    padding: 100px 0 60px 0;
}

.trav-singaheader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .42);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.trav-singaheader .title {
    display: block;
    position: relative;
    font-size: 42px;
    line-height: 1.3em;
    color: #ffffff;
    margin: 0;
    z-index: 1;
}

.trav-breadcrumb {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 1em;
    color: rgba(255, 255, 255, .68);
    margin: 0 0 12px 0;
    z-index: 1;
}

.trav-breadcrumb > ol {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.trav-breadcrumb > ol > li {
    display: inline-block;
    margin: 0;
}

.trav-breadcrumb > ol > li > a,
.trav-breadcrumb > ol > li > svg,
.trav-breadcrumb > ol > li > span {
    display: inline-block;
    vertical-align: middle;
}

.trav-breadcrumb > ol > li > a {
    color: #ffffff;
}

.trav-breadcrumb > ol > li > svg {
    width: 15px;
    height: 15px;
    fill: rgba(255, 255, 255, .68);
    margin: 0 6px;
}

.trav-singwrapper {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.trav-singwrapper > .trav-singleft {
    float: left;
    width: calc(100% - 360px);
}

.trav-singwrapper > .trav-singright {
    float: right;
    position: sticky;
    top: 100px;
    width: 320px;
}

.trav-servinclude ~ .trav-servexclude {
    margin-top: 20px;
}

.trav-servitinerary > .title,
.trav-servinclude > .title,
.trav-servexclude > .title {
    display: block;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.35em;
    margin: 0 0 15px 0;
}

.trav-servinclude > .title,
.trav-servexclude > .title {
    font-size: 24px;
}

.trav-servitinerary > ul.itinerary-list {
    display: block;
    list-style: none;
    width: calc(100% - 12px);
    margin: 0 0 0 12px;
    padding: 0;
}

.trav-servitinerary > ul.itinerary-list > li {
    display: block;
    position: relative;
    margin: 0 0 8px 0;
}

.trav-servitinerary > ul.itinerary-list > li > .itinerary-title {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35em;
    margin: 0 0 6px 0;
    padding: 0 0 0 25px;
}

.trav-servitinerary > ul.itinerary-list > li > .itinerary-title::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: var(--color-primary);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .2s;
}

.trav-servitinerary > ul.itinerary-list > li:first-child > .itinerary-title::before {
    opacity: 1;
    visibility: visible;
}

.trav-servitinerary > ul.itinerary-list:hover > li > .itinerary-title::before {
    opacity: 0;
    visibility: visible;
}

.trav-servitinerary > ul.itinerary-list:hover > li:hover > .itinerary-title::before {
    opacity: 1;
    visibility: visible;
}

.trav-servitinerary > ul.itinerary-list > li > .itinerary-title::after {
    content: "";
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    transition: all ease-in-out .2s;
}

.trav-servitinerary > ul.itinerary-list > li > .itinerary-description {
    display: block;
    border-left: 1px dashed var(--color-primary);
    margin: 0;
    padding: 0 0 10px 25px;
}

.trav-servitinerary > ul.itinerary-list > li:last-child > .itinerary-description {
    border: 0;
}

.trav-servinclude > ul.include-list,
.trav-servexclude > ul.exclude-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.trav-servinclude > ul.include-list > li,
.trav-servexclude > ul.exclude-list > li {
    display: block;
    margin: 0 0 8px 0;
}

.trav-servinclude > ul.include-list > li::before,
.trav-servexclude > ul.exclude-list > li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(47,216,111,1)'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM17.4571 9.45711L11 15.9142L6.79289 11.7071L8.20711 10.2929L11 13.0858L16.0429 8.04289L17.4571 9.45711Z'%3E%3C/path%3E%3C/svg%3E");
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.trav-servexclude > ul.exclude-list > li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(216,47,47,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 10.5858L9.17157 7.75736L7.75736 9.17157L10.5858 12L7.75736 14.8284L9.17157 16.2426L12 13.4142L14.8284 16.2426L16.2426 14.8284L13.4142 12L16.2426 9.17157L14.8284 7.75736L12 10.5858Z'%3E%3C/path%3E%3C/svg%3E");
}

.trav-servpack > .title {
    display: block;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 20px 0;
}

.trav-formpack > .package {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0 0 20px 0;
}

.trav-formpack > .package > input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.trav-formpack > .package > .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 10px;
}

.trav-formpack > .package > input:checked ~ .checkmark {
    border: 2px solid var(--color-primary);
}

.trav-formpack > .package > .package-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 20px 20px 8px 50px;
}

.trav-formpack > .package > .package-heading > .name {
    display: block;
    position: relative;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0;
}

.trav-formpack > .package > .package-heading > .name::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -26px ;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: var(--color-primary);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .2s;
}

.trav-formpack > .package > input:checked ~ .package-heading > .name::before {
    opacity: 1;
    visibility: visible;
}

.trav-formpack > .package > .package-heading > .name::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px ;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
}

.trav-formpack > .package > .package-heading > .price {
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1em;
    color: var(--color-primary);
    text-decoration: none;
    margin: 0;
}

.trav-formpack > .package > .package-summary {
    display: block;
    margin: 0;
    padding: 0 20px 20px 20px;
}

.trav-formpack > .package > .package-summary > .summary {
    display: block;
    font-size: 15px;
    line-height: 1.4em;
    color: rgba(0, 0, 0, .68);
    margin: 0;
}

.trav-formpack > .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    border-radius: 6px;
    margin: 0;
    padding: 15px 20px;
}

.trav-formpack > .submit > svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: var(--color-primary-text);
    margin: 0 12px 0 0;
}

.trav-formnote {
    display: block;
    font-size: 15px;
    line-height: 1.5em;
    color: rgba(0, 0, 0, .68);
    text-align: center;
    margin: 15px 0 0 0;
}

.trav-formnote > p {
    display: block;
    margin: 0 0 10px 0;
}

.trav-formnote > p:last-child {
    margin: 0;
}

.trav-404wrapper {
    display: block;
    width: 1180px;
    max-width: calc(100% - 40px);
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
}

.trav-404wrapper > svg {
    display: block;
    width: 280px;
    height: auto;
    margin: 0 auto 20px auto;
}

.trav-404wrapper > svg .cls-4,
.trav-404wrapper > svg .cls-5,
.trav-404wrapper > svg .cls-13 {
    fill: var(--color-primary);
}

.trav-404wrapper > svg .cls-15 {
    fill: var(--color-primary-hover);
}

.trav-404wrapper > svg .cls-14 {
    fill: var(--color-primary-hover);
}

.trav-404wrapper > svg .cls-6 {
    fill: var(--color-secondary);
}

.trav-404wrapper > svg .cls-1,
.trav-404wrapper > svg .cls-22 {
    fill: #231f20;
}

.trav-404wrapper > svg .cls-2 {
    fill: #f9b184;
}
.trav-404wrapper > svg .cls-3 {
    fill: #e49877;
}

.trav-404wrapper > svg .cls-7 {
    fill: #414042;
}

.trav-404wrapper > svg .cls-8 {
    fill: var(--color-secondary);
}

.trav-404wrapper > svg .cls-9 {
    fill: var(--color-secondary-hover);
}

.trav-404wrapper > svg .cls-10 {
    fill: #353535;
}

.trav-404wrapper > svg .cls-11 {
    fill: #2b2b2b;
}

.trav-404wrapper > svg .cls-12 {
    fill: #1e1e1e;
}

.trav-404wrapper > svg .cls-16 {
    fill: #f77e2c;
}

.trav-404wrapper > svg .cls-17 {
    fill: #1c191a;
}

.trav-404wrapper > svg .cls-18 {
    fill: #0f0e0e;
}

.trav-404wrapper > svg .cls-19 {
    fill: #f9b404;
}

.trav-404wrapper > svg .cls-20 {
    fill: #f76c06;
}

.trav-404wrapper > svg .cls-21 {
    fill: #fc5404;
}

.trav-404wrapper > svg .cls-22 {
    opacity: 0.33;
}


.trav-404wrapper > .title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 8px 0;
}

.trav-404wrapper > .summary {
    display: block;
    margin: 0 0 15px 0;
}

.trav-404wrapper > .button {
    display: inline-block;
    background: var(--color-primary);
    font-size: 14px;
    line-height: 1em;
    color: var(--color-primary-text);
    border-radius: 5px;
    margin: 0;
    padding: 12px 20px;
    transition: all ease-in-out .2s;
}

.trav-404wrapper > .button:hover {
    background: var(--color-primary-hover);
}

.trav-pagenumbers {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    overflow: hidden;
}

.trav-pagenumbers > .page-numbers {
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    color: var(--color-primary);
    border: 1.5px solid var(--color-primary);
    border-radius: 4px;
    margin: 0 5px 5px 5px;
    padding: 8px 14px;
    vertical-align: middle;
    transition: all ease-in-out .2s;
}

.trav-pagenumbers > .page-numbers.current,
.trav-pagenumbers > .page-numbers:hover {
    background: var(--color-primary);
    color: var(--color-primary-text);
}

.trav-pagenumbers > .page-numbers > svg {
    display: block;
    width: 16px;
    height: 16px;
}

/* Widgets */
.widget {
    display: block;
    margin: 0 0 20px 0;
}

.widget .wp-block-heading,
.widget .widget-title {
    display: block;
    position: relative;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}

.trav-footerwrapper .widget .wp-block-heading,
.trav-footerwrapper .widget .widget-title {
    font-size: 19px;
}

.widget .wp-block-group__inner-container .wp-block-heading,
.widget .widget-title {
    margin: 0 0 20px 0;
}

.widget ul,
.widget ol {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul > li,
.widget ol > li {
    display: block;
    line-height: 1.4em;
    overflow: hidden;
    margin: 0 0 8px 0;
}

.widget ul > li:last-child,
.widget ol > li:last-child {
    margin: 0;
}

.widget ul > li > a,
.widget ol > li > a {
    color: var(--color-text);
    text-decoration: none;
    transition: all ease-in-out .2s;
}

.trav-footerwrapper .widget ul > li > a,
.trav-footerwrapper .widget ol > li > a {
    color: #ffffff;
}

.widget ul > li > a:hover,
.widget ol > li > a:hover {
    color: var(--color-primary);
}

.trav-footerwrapper .widget ul > li > a:hover,
.trav-footerwrapper .widget ol > li > a:hover {
    color: var(--color-secondary);
}

.widget ul.wp-block-latest-posts > li {
    margin: 0 0 15px 0;
}

.widget ul.wp-block-latest-posts > li:last-child {
    margin: 0;
}

.widget ul.wp-block-latest-posts > li > .wp-block-latest-posts__featured-image {
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 5px;
    margin: 0 15px 0 0;
    overflow: hidden;
}

.widget ul.wp-block-latest-posts > li > .wp-block-latest-posts__featured-image > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.4s;
}

.widget ul.wp-block-latest-posts > li:hover > .wp-block-latest-posts__featured-image > img {
    transform: scale(1.05);
}

.widget ul.wp-block-latest-posts > li > .wp-block-latest-posts__post-title {
    display: block;
    display: -webkit-box;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4em;
    color: var(--color-text);
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all ease-in-out .2s;
}

.widget ul.wp-block-latest-posts > li:hover > .wp-block-latest-posts__post-title {
    color: var(--color-primary);
}

.widget ul.wp-block-latest-posts > li > time {
    display: block;
    font-size: 13px;
    line-height: 1em;
    color: rgba(0, 0, 0, .6);
    margin: 6px 0 0 0;
}

.widget ul.wp-block-categories-list > li {
    color: var(--color-primary);
}

.widget ul.wp-block-categories-list > li > a {
    color: var(--color-text);
    transition: all ease-in-out .2s;
}

.widget ul.wp-block-categories-list > li > a:hover {
    color: var(--color-primary);
}

.widget ul.wp-block-social-links {
    display: inline-block;
    overflow: hidden;
}

.widget ul.wp-block-social-links > .wp-social-link {
    float: left;
    background: rgba(0, 0, 0, .15);
    background-color: rgba(0, 0, 0, .15);
    margin: 0 12px 8px 0;
    transition: all ease-in-out .2s;
}

.widget ul.wp-block-social-links > .wp-social-link:hover {
    background: var(--color-primary);
    background-color: var(--color-primary);
    transform: none!important;
}

.trav-footerwrapper .widget ul.wp-block-social-links > .wp-social-link:hover {
    background: var(--color-secondary);
    background-color: var(--color-secondary);
}

.widget ul.wp-block-social-links > .wp-social-link .wp-block-social-link-anchor svg {
    fill: #ffffff!important;
}

.trav-footerwrapper .widget ul.wp-block-social-links > .wp-social-link:hover .wp-block-social-link-anchor svg {
    fill: var(--color-secondary-text)!important;
}

.trav-comments {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0 0;
}

.trav-comments > .comments-title {
    display: block;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 20px 0;
}

.trav-comments > .comments-title > span {
    color: var(--color-primary);
}

.trav-comments .comment-respond {
    display: block;
    margin: 0;
}

.trav-comments .comment-respond > .comment-reply-title {
    display: block;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 6px 0;
}

.trav-comments .comment-respond > .comment-reply-title > small {
    display: inline;
    margin-left: 8px;
} 

.trav-comments .comment-respond > .comment-form > p {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.trav-comments .comment-respond > .comment-form > .comment-form-email,
.trav-comments .comment-respond > .comment-form > .comment-form-url {
    float: left;
    width: calc(50% - 15px);
}

.trav-comments .comment-respond > .comment-form > .comment-form-email {
    margin-right: 30px;
}

.trav-comments .comment-respond > .comment-form > .comment-notes {
    display: block;
    font-size: 15px;
    line-height: 1.4em;
    color: rgba(0, 0, 0, .6);
    margin: 0 0 20px 0;
}

.trav-comments .comment-respond > .comment-form > p > label {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 1.3em;
    cursor: pointer;
    margin: 0 0 8px 0;
}

.trav-comments .comment-respond > .comment-form > p > label .required {
    color: #ff0000;
}

.trav-comments .comment-respond > .comment-form > .comment-form-cookies-consent > label {
    margin: 0;
}

.trav-comments .comment-respond > .comment-form > .comment-form-cookies-consent > label::before {
    content: '';
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 50%;
    margin: 0 8px 2px 0;
}

.trav-comments .comment-respond > .comment-form > .comment-form-cookies-consent > label::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    border-radius: 50%;
    margin: 0 6px 2px 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .2s;
}

.trav-comments .comment-respond > .comment-form > .comment-form-cookies-consent > input[type="checkbox"]:checked ~ label::after {
    opacity: 1;
    visibility: visible;
}

.trav-comments .comment-respond > .comment-form > p > textarea,
.trav-comments .comment-respond > .comment-form > p > input[type="text"],
.trav-comments .comment-respond > .comment-form > p > input[type="email"],
.trav-comments .comment-respond > .comment-form > p > input[type="url"] {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background: transparent;
}

.trav-comments .comment-respond > .comment-form > p > input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

ol.commentlist {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.commentlist li {
    display: block;
    margin: 0;
    padding: 0;
}

ol.commentlist .comment-body {
    display: block;
    margin: 0 0 20px 0;
}

ol.commentlist .comment-body > .comment-meta {
    display: block;
    margin: 0 0 12px 0;
}

ol.commentlist .comment-body > .comment-meta > .comment-author {
    display: block;
    font-size: 15px;
    line-height: 1em;
    margin: 0 0 8px 0;
}

ol.commentlist .comment-body > .comment-meta > .comment-author > .avatar {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0 12px 0 0;
}

ol.commentlist .comment-body > .comment-meta > .comment-metadata {
    display: block;
    font-size: 13px;
    line-height: 1em;
    margin: 0;
}

ol.commentlist .comment-body > .comment-content {
    display: block;
    background: rgba(0, 0, 0, .04);
    border-radius: 8px;
    margin: 0 0 8px 0;
    padding: 15px 20px;
}

ol.commentlist .comment-body > .comment-content > p {
    display: block;
    font-size: 15px;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}

ol.commentlist .comment-body > .comment-content > p:last-child {
    margin: 0;
}

ol.commentlist .comment-body > .reply {
    display: block;
    margin: 0;
}

ol.commentlist .comment-body > .reply > .comment-reply-link {
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    color: var(--color-primary);
    margin: 0;
}

.trav-relserv {
    display: block;
    position: relative;
    width: 100%;
    margin: 30px 0 0 0;
}

.trav-relserv::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: var(--color-primary);
    margin: 0 0 8px 0;
}

.trav-relserv > .related-title {
    display: block;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.35em;
    margin: 0 0 20px 0;
}

.trav-footerwrapper {
    display: block;
    width: 100%;
    background: var(--color-primary);
    color: rgba(255, 255, 255, .68);
    margin: 0;
    padding: 70px 0 50px 0;
    overflow: hidden;
}

.rav-footerwrapper a,
.trav-footerwrapper strong {
    font-weight: 400;
    color: #ffffff;
}

.trav-footerows {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin: 0 0 0 -30px;
}

.trav-footerows .footer-col {
    float: left;
    width: 200px;
    margin: 0 30px;
}

.trav-footerows .footer-1 {
    width: calc(100% - 840px);
}

.trav-footercredit {
    display: block;
    background: var(--color-secondary);
    font-size: 14px;
    line-height: 1.3em;
    color: var(--color-secondary-text);
    margin: 0;
    padding: 8px 0;
}

.trav-footercredit a {
    font-weight: 700;
    color: var(--color-secondary-text);
    text-decoration: none;
}

.trav-scrolltop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.trav-scrolltop.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.trav-scrolltop .scrolltop-background {
    position: fixed;
    right: 3px;
    bottom: 3px;
    height: 40px;
    width: 40px;
    background: var(--color-primary);
    border-radius: 50%;
    z-index: 98;
    transition: all ease-in-out .2s;
}

.trav-scrolltop:hover .scrolltop-background {
    background: var(--color-primary-hover);
}

.trav-scrolltop .progress-circle path {
    fill: none;
}

.trav-scrolltop .progress-circle path {
    stroke: var(--color-primary);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.trav-scrolltop .arrow {
    position: fixed;
    bottom: 12px;
    right: 11px;
    width: 24px;
    height: 24px;
    fill: var(--color-primary-text);
    z-index: 99;
    transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 1280px) {
    .trav-openingwrapper > .opening-image {
        width: 440px;
    }

    .trav-openingwrapper > .opening-content {
        width: calc(100% - 500px);
    }

    .trav-openingwrapper > .opening-content > .title {
        font-size: 38px;
    }

    .trav-servicelist,
    .trav-postlist {
        width: calc(100% + 40px);
        margin: 0 0 0 -20px;
    }

    .trav-servicelist .service,
    .trav-postlist .post {
        width: calc(33.333% - 40px);
        margin: 0 20px 30px 20px;
    }

    .trav-footerwrapper {
        padding: 60px 0;
    }

    .trav-footerows {
        width: calc(100% + 40px);
        margin: 0 0 0 -20px;
    }

    .trav-footerows .footer-col {
        width: calc(33.33% - 40px);
        margin: 0 20px;
    }

    .trav-footerows .footer-1 {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .trav-header.shownav {
        height: 100%;
    }

    .trav-headbutton > .menu-toggle {
        display: flex;
    }

    .trav-headnav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, .72);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 14;
        transition: all ease-in-out .2s;
    }

    .trav-headnav.show {
        opacity: 1;
        visibility: visible;
    }

    .trav-headnav-wrapper {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100%;
        background: #ffffff;
        z-index: 15;
        transition: all ease-in-out .2s;
    }

    .trav-headnav.show .trav-headnav-wrapper {
        left: 0;
    }

    .trav-headnav > div > ul > li {
        float: none;
        display: block;
        margin: 0;
        padding: 0;
    }

    .trav-headnav > div > ul > li > a,
    .trav-header.fixed .trav-headnav > div > ul > li > a {
        display: block;
        position: relative;
        height: auto;
        font-size: 16px;
        padding: 12px 50px 12px 20px;
    }

    .trav-headnav > div > ul > li.menu-item-has-children > ul.sub-menu {
        opacity: 1;
        visibility: visible;
        position: relative;
        top: auto;
        left: auto;
        display: none;
        width: 100%;
        padding: 0;
        box-shadow: none;
        transition: none;
    }

    .trav-headnav > div > ul > li > a > .sub-arrow {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, .06);
        border-radius: 4px;
        margin: 0;
        padding: 5px;
    }

    .trav-headnav > div > ul > li.menu-item-has-children:hover > a > .sub-arrow > svg {
        transform: none;
        fill: var(--color-text);
    }

    .trav-headnav > div > ul > li > a > .sub-arrow.expand > svg {
        transform: rotate(180deg)!important;
    }

    .trav-headnav ul.sub-menu > li > a {
        display: block;
        position: relative;
        font-size: 15px;
        padding: 10px 50px 10px 30px;
    }

    .trav-headnav ul.sub-menu > li > a > .sub-arrow {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, .06);
        border-radius: 4px;
        padding: 5px;
    }

    .trav-headnav ul.sub-menu > li > a > .sub-arrow > svg {
        width: 16px;
        height: 16px;
    }

    .trav-headnav ul.sub-menu > li:hover > a > .sub-arrow > svg {
        transform: none;
        fill: var(--color-text);
    }

    .trav-headnav ul.sub-menu > li > a > .sub-arrow.expand > svg {
        transform: rotate(180deg)!important;
    }

    .trav-headnav > div > ul > li.menu-item-has-children > ul.sub-menu li > ul.sub-menu {
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        visibility: visible;
        display: none;
        padding: 0;
        transition: none;
    }

    .trav-headnav > div > ul > li.menu-item-has-children > ul.sub-menu li > ul.sub-menu > li a {
        font-size: 15px;
        padding: 10px 20px 10px 40px;
    }

    .trav-featslider,
    .trav-featslider .slider-link {
        height: var(--slider-size-tablet);
    }

    .trav-featslider .slick-arrow {
        top: 0;
        left: 0;
        transform: none;
        width: auto;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%);
        border-radius: 0;
        padding: 0 6px;
    }

    .trav-featslider .slick-arrow.next {
        left: auto;
        right: 0;
        background: #000000;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 100%);
    }

    .trav-secheading > .title {
        font-size: 32px;
    }

    .trav-homesection {
        padding: 50px 0;
    }

    .trav-secheading {
        margin: 0 0 25px 0;
    }

    .trav-secheading > .summary {
        font-size: 16px;
        margin: 8px 0 0 0;
    }

    .trav-openingwrapper > .opening-image {
        display: none;
    }

    .trav-openingwrapper > .opening-content {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }

    .trav-openingwrapper > .opening-content > .title {
        font-size: 32px;
    }

    .trav-openingwrapper > .opening-content > .description {
        font-size: 15px;
    }

    .trav-openingwrapper > .opening-content > .opening-button {
        display: block;
    }

    .opening-section {
        padding-top: var(--opening-padtop-tablet);
        padding-bottom: var(--opening-padbot-tablet);
    }

    .featservice-section {
        padding-top: var(--featservice-padtop-tablet);
        padding-bottom: var(--featservice-padbot-tablet);
    }

    .reasonwhy-section {
        padding-top: var(--reasonwhy-padtop-tablet);
        padding-bottom: var(--reasonwhy-padbot-tablet);
    }

    .latservice-section {
        padding-top: var(--latservice-padtop-tablet);
        padding-bottom: var(--latservice-padbot-tablet);
    }

    .howto-section {
        padding-top: var(--howto-padtop-tablet);
        padding-bottom: var(--howto-padbot-tablet);
    }

    .gallery-section {
        padding-top: var(--gallery-padtop-tablet);
        padding-bottom: var(--gallery-padbot-tablet);
    }

    .testimonial-section {
        padding-top: var(--testimonial-padtop-tablet);
        padding-bottom: var(--testimonial-padbot-tablet);
    }

    .faq-section {
        padding-top: var(--faq-padtop-tablet);
        padding-bottom: var(--faq-padbot-tablet);
    }

    .partner-section {
        padding-top: var(--partner-padtop-tablet);
        padding-bottom: var(--partner-padbot-tablet);
    }

    .trav-partnerslider .partner {
        height: 52px;
    }

    .trav-singwrapper > .trav-singleft {
        width: calc(100% - 340px);
    }

    .trav-singwrapper > .trav-singleright {
        width: 300px;
    }

    .trav-servitinerary > .title {
        font-size: 24px;
        margin: 0 0 12px 0;
    }

    .trav-servinclude > .title,
    .trav-servexclude > .title {
        font-size: 21px;
        margin: 0 0 12px 0;
    }

    .trav-servitinerary > ul.itinerary-list > li > .itinerary-title {
        font-size: 17px;
        padding: 0 0 0 20px;
    }

    .trav-servitinerary > ul.itinerary-list > li > .itinerary-title::before {
        left: -4px;
        width: 8px;
        height: 8px;
    }

    .trav-servitinerary > ul.itinerary-list > li > .itinerary-title::after {
        left: -9px;
        width: 16px;
        height: 16px;
    }

    .trav-servitinerary > ul.itinerary-list > li > .itinerary-description,
    .trav-servinclude > ul.include-list > li,
    .trav-servexclude > ul.exclude-list > li {
        font-size: 15px;
        line-height: 1.5em;
    }

    .trav-servitinerary > ul.itinerary-list > li > .itinerary-description {
        padding: 0 0 8px 20px;
    }
}

@media screen and (max-width: 768px) {
    .trav-headnav > div > .custom-button {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 20px 20px 20px;
    }

    .trav-headnav > div > .custom-button > a {
        display: block;
        background: var(--color-primary);
        font-size: 15px;
        line-height: 1em;
        color: var(--color-primary-text);
        text-align: center;
        border-radius: 5px;
        padding: 12px 16px;
        transition: all ease-in-out .2s;
    }

    .trav-headnav > div > .custom-button > a:hover {
        background: var(--color-primary-hover);
    }

    .trav-servicelist,
    .trav-postlist {
        width: calc(100% + 30px);
        margin: 0 0 0 -15px
    }

    .trav-servicelist .service,
    .trav-postlist .post {
        width: calc(50% - 30px);
        margin: 0 15px 25px 15px;
    }

    .trav-servicelist .service > .service-link > .service-thumbprice > .price {
        font-size: 15px;
    }

    .trav-servicelist .service > .service-link > .service-thumbprice > .price > .start-from {
        font-size: 13px;
    }

    .trav-servicelist .service > .category-link,
    .trav-postlist .post > .category-link {
        font-size: 13px;
    }

    .trav-serviceslider .slick-arrow {
        top: 140px;
        left: 2px;
    }

    .trav-serviceslider .slick-arrow.next {
        left: auto;
        right: 2px;
    }

    .trav-serviceslider .slick-arrow > svg {
        width: 20px;
        height: 20px;
    }

    .trav-reasonwhy > .reason {
        width: 100%;
    }

    .trav-reasonwhy > .reason:last-child {
        padding-bottom: 0;
    }

    .trav-reasonwhy > .reason > .icon > img {
        width: 48px;
        height: 48px;
    }

    .trav-howto > .howto-step,
    .trav-howto > .step-2::after,
    .trav-howto > .step-3::after {
        width: 50%;
        margin: 0 0 20px 0;
    }

    .trav-howto > .step-3,
    .trav-howto > .step-4 {
        margin: 0;
    }

    .trav-howto > .step-3,
    .trav-howto > .step-4 {
        margin-top: 20px;
    }

    .trav-howto > .howto-step > .step-num {
        width: 42px;
        height: 42px;
        font-size: 21px;
        line-height: 42px;
    }

    .trav-howto > .step-3::after {
        left: 50%;
    }

    .trav-howto > .howto-step > .title {
        font-size: 19px;
    }

    .trav-singaheader {
        margin: 0 0 20px 0;
        padding: 80px 0 50px;
    }

    .trav-singaheader .title {
        font-size: 36px;
    }

    .trav-singwrapper > .trav-singleft,
    .trav-singwrapper > .trav-singright {
        float: none;
        display: block;
        width: 100%;
    }

    .trav-singwrapper > .trav-singright {
        margin-top: 20px;
    }

    .trav-servpack > .title {
        font-size: 24px;
        margin: 0 0 15px 0;
    }

    .trav-formpack > .package > .package-heading {
        padding: 20px 20px 8px 47px;
    }

    .trav-formpack > .package > .package-heading > .name {
        font-size: 17px;
    }

    .trav-formpack > .package > .package-heading > .name::before {
        left: -22px;
        width: 8px;
        height: 8px;
    }

    .trav-formpack > .package > .package-heading > .name::after {
        left: -27px;
        width: 16px;
        height: 16px;
    }

    .widget ul.wp-block-social-links > .wp-social-link {
        margin: 0 6px 6px 6px;
    }

    .trav-comments > .comments-title {
        font-size: 21px;
        line-height: 1.35em;
    }

    .trav-relserv::before {
        display: none;
    }

    .trav-relserv > .related-title {
        font-size: 24px;
        text-align: center;
    }

    .trav-footerwrapper {
        font-size: 15px;
        line-height: 1.4em;
        text-align: center;
        padding: 50px 0 40px 0;
    }

    .trav-footerows .footer-col {
        width: 100%;
    }

    .trav-footercredit {
        font-size: 13px;
        line-height: 1.4em;
        text-align: center;
    }

    .trav-scrolltop {
        right: 15px;
        bottom: 20px;
        width: 40px;
        height: 40px;
    }

    .trav-scrolltop .scrolltop-background {
        width: 34px;
        height: 34px;
    }

    .trav-scrolltop .arrow {
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 640px) {
    .trav-headwrapper,
    .trav-header,
    .trav-header.shownav,
    .trav-headbrand,
    .trav-headbutton > .headbutton {
        height: 68px;
    }

    .trav-header.fixed,
    .trav-header.fixed .trav-headbrand,
    .trav-header.fixed .trav-headbutton > .headbutton {
        height: 68px;
    }

    .trav-topbar{
        display: none;
    }

    .trav-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        animation: none;
        transition: all ease-in-out .2s;
    }

    .trav-header.fixed {
        transform: none;
        animation: none;
    }

    .trav-headbrand > .custom-logo-link > img {
        height: var(--logo-size-mobile);
    }

    .trav-headbutton > .custom-button {
        display: none;
    }

    .trav-secheading {
        margin: 0 0 20px 0;
    }

    .trav-secheading > .title {
        font-size: 27px;
    }

    .trav-secheading > .summary {
        font-size: 15px;
        margin: 7px 0 0 0;
    }

    .trav-galleryslider .slick-arrow {
        left: -4px;
    }

    .trav-galleryslider .slick-arrow.next {
        left: auto;
        right: -4px;
    }

    .trav-galleryslider .slick-arrow > svg {
        width: 20px;
        height: 20px;
    }

    .trav-singaheader {
        padding: 60px 0 40px 0;
    }

    .trav-singaheader .title {
        font-size: 32px;
    }

    .trav-breadcrumb {
        margin: 0 0 8px 0;
    }

    .trav-servitinerary > .title,
    .trav-servpack > .title {
        font-size: 21px;
    }

    .trav-servinclude > .title,
    .trav-servexclude > .title {
        font-size: 19px;
    }

    .trav-formpack > .package > .package-heading > .price {
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    .trav-featslider,
    .trav-featslider .slider-link {
        height: var(--slider-size-mobile);
    }

    .trav-openingwrapper > .opening-content > .title {
        font-size: 27px;
    }

    .trav-howto > .howto-step {
        width: 100%;
    }

    .trav-howto > .howto-step {
        margin: 0 0 25px 0;
    }

    .trav-howto > .howto-step:last-child {
        margin: 0;
    }

    .trav-howto > .howto-step::before {
        width: 42px;
        height: 42px;
        font-size: 19px;
        line-height: 42px;
    }

    .trav-howto > .howto-step::after {
        display: none;
    }

    .trav-howto > .howto-step > .title {
        font-size: 18px;
    }

    .trav-gallerylist .gallery {
        height: 270px;
    }

    .trav-gallerylist .gallery > .gallery-content > .title {
        font-size: 17px;
    }

    .trav-gallerylist .gallery > .gallery-content > .summary {
        font-size: 14px;
        margin: 4px 0 0 0;
        -webkit-line-clamp: 2;
    }

    .opening-section {
        padding-top: var(--opening-padtop-mobile);
        padding-bottom: var(--opening-padbot-mobile);
    }

    .featservice-section {
        padding-top: var(--featservice-padtop-mobile);
        padding-bottom: var(--featservice-padbot-mobile);
    }

    .reasonwhy-section {
        padding-top: var(--reasonwhy-padtop-mobile);
        padding-bottom: var(--reasonwhy-padbot-mobile);
    }

    .latservice-section {
        padding-top: var(--latservice-padtop-mobile);
        padding-bottom: var(--latservice-padbot-mobile);
    }

    .howto-section {
        padding-top: var(--howto-padtop-mobile);
        padding-bottom: var(--howto-padbot-mobile);
    }

    .gallery-section {
        padding-top: var(--gallery-padtop-mobile);
        padding-bottom: var(--gallery-padbot-mobile);
    }

    .testimonial-section {
        padding-top: var(--testimonial-padtop-mobile);
        padding-bottom: var(--testimonial-padbot-mobile);
    }

    .faq-section {
        padding-top: var(--faq-padtop-mobile);
        padding-bottom: var(--faq-padbot-mobile);
    }

    .partner-section {
        padding-top: var(--partner-padtop-mobile);
        padding-bottom: var(--partner-padbot-mobile);
    }

    .trav-servicelist,
    .trav-postlist {
        display: block;
        width: 100%;
        margin: 0;
    }

    .trav-servicelist .service,
    .trav-postlist .post {
        display: block;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .trav-serviceslider {
        display: block;
        width: calc(100% + 30px);
        margin: 0 0 0 -15px;
    }

    .trav-serviceslider .service {
        display: block;
        width: calc(100% - 30px);
        margin: 0 15px;
    }

    .trav-singaheader {
        padding: 40px 0 30px 0;
    }

    .trav-singaheader .title {
        font-size: 27px;
    }

    .entry-content h1 {
        font-size: 24px;
    }

    .entry-content h2 {
        font-size: 21px;
    }

    .entry-content h3 {
        font-size: 19px;
    }

    .entry-content h4 {
        font-size: 18px;
    }

    .entry-content h5 {
        font-size: 17px;
    }

    .entry-content h6 {
        font-size: 16px;
    }
}

@media screen and (max-width: 420px) {
    .trav-secheading > .title,
    .trav-openingwrapper > .opening-content > .title {
        font-size: 24px;
    }

    .trav-servicelist .service,
    .trav-postlist .post {
        min-height: 328px;
    }

    .trav-servicelist .service > .service-link > .service-thumbprice,
    .trav-postlist .post > .post-link > .post-thumbdate {
        height: 200px;
    }

    .trav-servicelist .service > .service-link > .service-content,
    .trav-postlist .post > .post-link > .post-content {
        padding: 15px 20px;
    }

    .trav-servicelist .service > .service-link > .service-content > .title,
    .trav-postlist .post > .post-link > .post-content > .title {
        font-size: 17px;
    }
    
    .trav-servicelist .service > .service-link > .service-content > .excerpt,
    .trav-postlist .post > .post-link > .post-content > .excerpt {
        font-size: 14px;
        margin: 6px 0 0 0;
    }

    .trav-servicelist .service > .category-link,
    .trav-postlist .post > .category-link {
        top: 20px;
        left: 20px;
    }

    .trav-postlist .post > .category-link {
        left: auto;
        right: 20px;
    }

    .trav-reasonwhy > .reason > .icon > img {
        width: 42px;
        height: 42px;
    }

    .trav-reasonwhy > .reason > .title {
        font-size: 19px;
        margin: 0 0 6px 0;
    }

    .trav-reasonwhy > .reason > .description {
        font-size: 15px;
    }

    .trav-gallerylist {
        width: calc(100% + 15px);
        margin: 0 0 0 -7.5px;
    }

    .trav-gallerylist .gallery {
        width: calc(25% - 15px);
        height: 200px;
        border-radius: 8px;
        margin: 0 7.5px;
    }

    .trav-gallerylist .gallery::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(255,255,255,1)'%3E%3Cpath d='M17.5858 5H14V3H21V10H19V6.41421L14.7071 10.7071L13.2929 9.29289L17.5858 5ZM3 14H5V17.5858L9.29289 13.2929L10.7071 14.7071L6.41421 19H10V21H3V14Z'%3E%3C/path%3E%3C/svg%3E");
    }

    .trav-gallerylist .gallery > .gallery-content {
        left: 15px;
        width: calc(100% - 30px);
    }

    .trav-gallerylist .gallery:hover > .gallery-content {
        bottom: 20px;
    }

    .trav-gallerylist .gallery > .gallery-content > .title {
        font-size: 14px;
        line-height: 1.35em;
    }

    .trav-gallerylist .gallery > .gallery-content > .summary {
        font-size: 13px;
        margin: 3px 0 0 0;
    }

    .trav-testimonialwrapper {
        width: calc(100% + 40px);
        margin: 0 0 0 -20px;
    }

    .trav-testimonialwrapper::before,
    .trav-testimonialwrapper::after {
        width: 60px;
    }

    .trav-testimonialslider .testimonial {
        min-height: 224px;
        margin: 0;
    }

    .trav-testimonialslider .testimonial > .testimonial-heading {
        margin: 0 0 8px 0;
        padding: 25px 20px 0 20px;
    }

    .trav-testimonialslider .testimonial > .testimonial-heading > .avatar {
        width: 36px;
        height: 36px;
        margin: 0 auto 12px auto;
    }

    .trav-testimonialslider .testimonial > .testimonial-heading > .name {
        font-size: 15px;
        line-height: 1.3em;
    }

    .trav-testimonialslider .testimonial > .testimonial-heading > .job {
        font-size: 13px;
        line-height: 1.2em;
        margin: 4px 0 0 0;
    }

    .trav-testimonialslider .testimonial > .testimonial-message > .message {
        font-size: 14px;
        line-height: 1.4em;
        -webkit-line-clamp: 4;
    }

    .trav-partnerslider .partner {
        height: 46px;
    }

    .trav-singaheader .title {
        font-size: 24px;
    }

    .trav-breadcrumb {
        font-size: 14px;
    }

    .trav-formnote {
        margin: 12px 0 0 0;
    }

    .trav-formnote > p {
        margin: 0 0 8px 0;
    }

    .trav-relserv > .related-title {
        font-size: 21px;
    }
}

@media screen and (max-width: 380px) {
    .trav-gallerylist .gallery {
        height: 180px;
    }
}