@charset "UTF-8";
/*
Theme Name: CTS Tours
Description: Custom WordPress theme based on the HTML5 Boilderplate
Author: Bronte
Author URI: http://www.bronte.co.nz
*/
* {
  box-sizing: border-box;
}

body {
  background: #fff;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3 {
  font-weight: normal;
  margin: 0 0 10px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}

h2 {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 1.25em;
}
h2.color-red {
  color: #df0025;
}

h3 {
  line-height: 1.5em;
}

h5 {
  margin: 0 4% 2% 0;
  padding: 1%;
  font-size: 1em;
  background: #f8f0c7;
  border: 1px solid #dbd5b0;
  width: 42%;
  float: left;
}

p {
  margin: 0 0 10px 0;
}

small {
  margin: 5px 0px;
  color: #666;
}

a,
a:visited {
  color: #df0025;
}

a:hover {
  color: #b8000b;
}

ul,
ol {
  margin: 0 0 10px 0;
}

iframe {
  max-width: 100%;
}

blockquote {
  border-left: 4px solid #3d3d3b;
  padding: 6px 0 6px 20px;
  margin: 1.5em 0;
  font-size: 18px;
}
@media (min-width: 981px) {
  blockquote {
    font-size: 20px;
  }
}
blockquote p {
  margin: 0;
}

@media (min-width: 981px) {
  nav .menu {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 980px) {
  nav li {
    float: left;
  }
}
@media (max-width: 1199px) and (min-width: 981px) {
  nav li {
    font-size: 0.94em;
    padding-top: 14px;
  }
}

img.alignright {
  float: right;
  margin: 0.5em;
}

img.alignleft {
  float: left;
  margin: 0.5em;
}

textarea,
input[type="text"],
input[type="email"] {
  padding: 0.5em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  max-width: 100%;
  font-size: 1em;
}

.d-none {
  display: none;
}

.header {
  position: relative;
  z-index: 3;
}
.is-temp .header {
  height: 138px;
}
.header #logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
}
@media (min-width: 980px) {
  .header #logo {
    flex-direction: row;
  }
}
.header #logo .cts-logo {
  flex: 1;
}
.header #logo h1 {
  text-align: center;
  margin-bottom: 0;
  text-indent: -9999px;
  background: url("images/logo2.png") no-repeat;
  width: 330px;
  height: 80px;
  margin-top: 5px;
  overflow: hidden;
}
.header #logo .asia-hol-img {
  flex: 1;
  display: flex;
  justify-content: center;
}
.header #contact-details {
  flex: 1;
  margin-top: 3px;
  padding: 0;
  color: #1d1d1b;
  text-align: center;
}
@media (min-width: 980px) {
  .header #contact-details {
    text-align: right;
  }
}
.header #contact-details p {
  margin-bottom: 3px;
}
.header #contact-details p a {
  text-decoration: none;
}
.header #contact-details h2#phone {
  font-size: 2em;
  line-height: normal;
  font-weight: 300;
  color: #e23234;
  text-align: center;
  margin-bottom: 3px;
}
@media (min-width: 980px) {
  .header #contact-details h2#phone {
    text-align: right;
  }
}
.header #contact-details h2#phone:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url("images/icon-call.svg") no-repeat;
  margin-right: 5px;
  top: 3px;
  position: relative;
}
.header nav {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 1.1em;
  padding-block: 0.3rem;
  top: 1rem;
}
.header nav.collapsed {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header nav ul li {
  padding: 12px 16px 12px;
  text-transform: uppercase;
  border-top: 3px white solid;
  border-bottom: 3px white solid;
  line-height: 1;
}
.header nav ul li.current-page-ancestor,
.header nav ul li.current-menu-item {
  border-bottom-color: #df0025;
}
.header nav ul li.current-page-ancestor a,
.header nav ul li.current-menu-item a {
  color: #222;
}
.header nav ul li:hover {
  border-bottom-color: #d0d0d0;
}
.header #destinations,
.header #city-destinations {
  box-sizing: border-box;
  display: none;
  position: absolute;
  width: 100%;
  padding: 6px 2% 1.5%;
  background: #fff;
  z-index: 9999;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 0.75rem 1rem rgba(0, 0, 0, 0.15);
  /* // Japan
        li.page-item-62 {
            background: url('images/nav-japan.png');
        }
  */
}
.header #destinations .page_item a {
  color: white;
  text-decoration: none;
  font-size: 1.1em;
  padding: 28px 0 0 0;
  height: 27px;
  display: block;
  border-radius: 5px;
  text-transform: uppercase;
}
.header #destinations .page_item a:hover {
  background: none;
}
@media (min-width: 768px) {
  .header #destinations .page_item a {
    padding: 36px 0 28px 0;
    width: 123px;
  }
}
.header #destinations ul {
  padding: 0;
}
.header #destinations ul li {
  width: 104px;
  border-top: none;
  float: left;
  margin-right: 7px;
  padding: 0;
  box-sizing: border-box;
  height: 72px;
  border-radius: 5px;
  list-style: none;
}
@media (min-width: 768px) {
  .header #destinations ul li {
    width: 123px;
    height: 87px;
    padding: 0 0 0 8px;
  }
}
.header #destinations li.page-item-56 {
  background: url("images/nav-china.png");
}
.header #destinations li.page-item-58 {
  background: url("images/nav-tibet.png");
}
.header #destinations li.page-item-69 {
  background: url("images/nav-vietnam.png");
}
.header #destinations li.page-item-60 {
  background: url("images/nav-cambodia.png");
}
.header #destinations li.page-item-67 {
  background: url("images/nav-laos.png");
}
.header #destinations li.page-item-65 {
  background: url("images/nav-india.png");
}
.header #destinations li.page-item-1128 {
  background: url("images/nav-korea.png");
}
.header #destinations li.page-item-3507 {
  background: url("images/nav-australia.png");
}
.header #destinations li.page-item-3505 {
  background: url("images/nav-nz.png");
}

header nav a,
header nav a:visited {
  color: #222;
  text-decoration: none;
}

.container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.gform_wrapper form.xl-submit-button input[type="submit"] {
  font-size: 1.5em;
}
.gform_wrapper h2 {
  font-size: 1.8em;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.gform_wrapper .gfield {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
}
.gform_wrapper ul {
  overflow: hidden;
  list-style: none;
  padding-left: 0;
}
.gform_wrapper input.large {
  width: 100%;
}
.gform_wrapper .ginput_complex input {
  width: 100%;
}
.gform_wrapper .ginput_complex label {
  color: #bababa;
  font-size: 0.9em;
}
.gform_wrapper .ginput_complex .name_first,
.gform_wrapper .gf_left_half {
  width: 48%;
  float: left;
  clear: left;
}
.gform_wrapper .ginput_complex .name_last,
.gform_wrapper .gf_right_half {
  width: 48%;
  float: right;
}
.gform_wrapper .ginput_container_date select {
  float: left;
  margin-right: 5px;
}
.gform_wrapper .ginput_container_select,
.gform_wrapper .ginput_container_date {
  padding: 4px 0;
}
.gform_wrapper .clear-multi .ginput_container_date {
  padding: 0;
}
.gform_wrapper textarea {
  width: 100%;
}

#content {
  background: white;
  width: 100%;
  padding-top: 48px;
  padding-inline: 1rem;
}
#content.no-sidebar #page {
  width: 100%;
  border-right: 0;
}
#content #crumbs {
  list-style: none;
  margin: 0 0 20px;
  padding: 0px 0px 10px;
  overflow: hidden;
  font-size: 0.85em;
  color: #999;
}
#content #crumbs a {
  color: #999;
  text-decoration: none;
}
#content #crumbs a:hover {
  color: #555;
}
#content #crumbs span.current {
  color: #555;
}
#content #page {
  float: left;
  min-height: 500px;
  width: 68%;
  border-right: 1px solid rgb(233.5, 233.5, 233.5);
  padding-right: 3%;
}
#content #page.tours {
  border-right: none;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  #content #page.tours {
    padding-left: 0;
  }
}
#content #page.tours h1 {
  margin-bottom: 8px;
}
#content #page.tours hr {
  height: 3px;
  border: none;
  background: #e5e5e5;
  margin: 40px 0;
}
#content h2#page-title {
  font-weight: 300;
  line-height: 1.1em;
  margin-bottom: 1.25em;
  font-size: 2.1em;
}

aside#sidebar {
  float: right;
  width: 30%;
  padding: 20px 0 20px;
}
aside#sidebar .widget {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
aside#sidebar .widget.tours {
  padding: 25px;
  border: 1px #e5e5e5 solid;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 5px;
}
@media (min-width: 768px) {
  aside#sidebar .widget.tours {
    margin-right: 15px;
  }
}
@media (min-width: 960px) {
  aside#sidebar .widget.tours {
    margin-right: 0;
  }
}
aside#sidebar .widget.tours h2 {
  font-size: 1.7rem;
  margin-bottom: 0;
}
aside#sidebar .widget.tours .gform_wrapper ul {
  margin-bottom: 0;
}
aside#sidebar .widget.tours .gform_wrapper .gfield {
  margin-bottom: 10px;
}
aside#sidebar .widget.tours .gform_wrapper .gfield.gfield_html {
  font-size: 0.8rem;
  padding: 8px 0 10px;
}
aside#sidebar .widget.tours .gform_wrapper input[type="text"],
aside#sidebar .widget.tours .gform_wrapper input[type="email"] {
  height: 40px;
}
aside#sidebar .widget.tours .gform_wrapper textarea {
  height: 120px;
}
aside#sidebar .widget.tours .gform_wrapper .validation_error {
  color: #df0025;
  font-size: 0.8rem;
}
aside#sidebar .widget.tours .gform_wrapper .validation_message {
  color: #df0025;
  font-size: 0.8rem;
  margin-top: 4px;
}
aside#sidebar .widget.tours .gfield_label {
  display: none;
}
aside#sidebar .widget.tours input[type="submit"] {
  width: 100%;
}
aside#sidebar .widget:last-child {
  border-bottom: none;
}
aside#sidebar form#searchform {
  overflow: hidden;
}
aside#sidebar form#searchform label {
  display: none;
}
aside#sidebar form#searchform input {
  float: left;
}
aside#sidebar form#searchform input[type="text"] {
  width: calc(100% - 80px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  padding: 8px;
}
aside#sidebar form#searchform input[type="submit"] {
  width: 80px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

footer {
  padding: 30px 20px;
  margin-top: 30px;
}
footer a {
  text-decoration: none;
}
footer h2 {
  padding-top: 25px;
  border-top: 4px solid rgb(246.25, 246.25, 246.25);
  color: #df0025;
  font-weight: 300;
  font-size: 2.4em;
  text-align: center;
}
footer #sitemap {
  width: 65%;
  float: left;
  font-size: 1.1em;
}
footer #sitemap nav {
  width: 35%;
  margin-right: 3%;
  float: left;
}
footer #sitemap nav#destinations {
  width: 20%;
}
footer #sitemap li {
  float: none;
  line-height: 2;
}
footer #partners {
  width: 30%;
  padding: 2% 1%;
  float: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
footer #social-media {
  width: 100%;
  float: left;
  padding: 5% 0 0;
  text-align: center;
}

footer #partners img,
footer #social-media img {
  margin: 0 3px 3px 3px;
}

#copyright {
  height: 50px;
  padding-top: 20px;
  color: #bababa;
}
#copyright a {
  color: #bababa;
  text-decoration: none;
}
#copyright p {
  text-align: center;
}

body.home #content #page {
  width: 94%;
  border-right: none;
  min-height: initial;
  padding: 0 3%;
}
@media (min-width: 960px) {
  body.home #content #page {
    padding: 0;
    width: 100%;
  }
}
body.home #homeslider {
  width: 100%;
  height: 400px;
  color: #fff;
}
body.home #homeslider h2 {
  font-size: 2.7em;
  line-height: 1.2em;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
body.home #homeslider .homeslider-text {
  width: 37%;
  float: left;
  padding: 0px 10% 30px 3%;
  position: absolute;
  z-index: 100;
  bottom: 0px;
}
body.home #homeslider .homeslider-text.asia {
  right: 0px;
}
body.home #homeslider .homeslider-text a {
  width: 65%;
  background: url("images/bg-homeslider-link.png") center right no-repeat;
  color: white;
  font-size: 1.1em;
  padding: 0.5em 8px;
  text-decoration: none;
  position: absolute;
  bottom: 22px;
}
body.home #flightsearch {
  float: left;
  margin: -272px 0 0 28px;
  padding: 10px;
  width: 240px;
  position: relative;
  background: url("images/bg-flightsearch.png") repeat;
  border-radius: 4px;
  z-index: 2;
}
body.home #flightsearch h2 {
  color: #df0025;
  margin-left: 52px;
}
body.home #flightsearch table {
  margin-bottom: 10px;
}
body.home #flightsearch td {
  padding: 3px;
}
body.home #flightsearch td.left-col {
  width: 20%;
  text-align: right;
  font-size: 0.9em;
}
body.home #flightsearch input[type="submit"] {
  width: 150px;
  margin-left: 52px;
}
body.home .homebox {
  width: 33.333%;
  float: left;
  padding: 0 10px;
  min-height: 400px;
  position: relative;
}
body.home .homebox .homebox-inner {
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
  padding: 20px;
  overflow: hidden;
}
body.home .homebox span {
  color: #88816b;
}
body.home .homebox li,
body.home .homebox p {
  font-size: 1.1em;
  line-height: 1.5;
}
body.home .homebox ul {
  margin-left: 0;
  padding-left: 0;
}
body.home .homebox ul li {
  list-style: none;
  padding: 7px 0;
}
body.home .homebox a.btn,
body.home .homebox a.gform_previous_button,
body.home .homebox a.gform_next_button {
  display: block;
  background: #df0025;
  color: white;
  text-align: center;
  font-size: 1.1em;
  padding: 0.5em 10px;
  text-decoration: none;
  margin-top: 20px;
}
body.home #homebox-3 {
  margin-right: 0;
  min-height: 415px;
  padding-bottom: 15px;
}
body.home .homebox.login p.login-remember {
  font-size: 0.9em;
  float: left;
  width: 120px;
}
body.home .homebox.login form {
  margin-top: 3px;
}
body.home .homebox.login input[type="submit"] {
  font-size: 0.9em;
  padding: 2px 10px;
  float: right;
}

body.home .display1,
body.home .display2 {
  position: absolute;
  top: 0;
  left: 0;
}

body.home #flightsearch input[type="email"],
body.home #flightsearch input[type="text"] {
  width: 150px;
}

body.home .homebox.login .login-username label,
body.home .homebox.login .login-password label {
  width: 80px;
  display: inline-block;
}

body.home .homebox.login input#user_pass,
body.home .homebox.login input#user_login {
  width: 140px;
  float: right;
}

::-moz-selection {
  background: #df0025;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #df0025;
  color: #fff;
  text-shadow: none;
}

input[type="submit"],
a.btn,
a.gform_previous_button,
a.gform_next_button {
  padding: 9px 18px;
  cursor: pointer;
  color: #fff;
  background: #df0025;
  border-radius: 3px;
  border: 0;
  text-decoration: none;
  display: inline-block;
  height: 36px;
}

input[type="submit"]:hover,
.btn:hover,
.gform_previous_button:hover,
.gform_next_button:hover {
  background: rgb(197.5, 0, 32.769058296);
  color: #fff;
}

input[type="submit"]:active,
.btn:active,
.gform_previous_button:active,
.gform_next_button:active {
  background: rgb(172, 0, 28.5381165919);
}

@media (max-width: 960px) {
  img {
    max-width: 100%;
    height: auto;
  }
  #content .wp-caption {
    max-width: 100%;
  }
  .container {
    width: 96%;
  }
  header {
    height: auto !important;
    background-position: center 100px;
  }
  header #logo {
    text-align: center;
  }
  header #logo h1 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  header #contact-details {
    width: 100%;
    margin-top: 0px;
    padding: 0px 0px 20px;
    text-align: center;
  }
  header #contact-details h2#phone {
    text-align: center;
  }
  header nav {
    margin: 0;
    height: auto;
    background-image: none;
  }
  header nav ul li {
    padding: 16px 12px;
  }
  header nav li#menu-item-37 {
    background-position: 20% top;
  }
  header #destinations,
  header #city-destinations {
    height: auto;
  }
  header #destinations ul li,
  header #city-destinations ul li {
    margin-bottom: 7px;
  }
  input,
  textarea {
    max-width: 90%;
  }
}
@media (max-width: 980px) {
  .container {
    width: 100%;
  }
  header nav ul li {
    width: 25%;
    padding-left: 0%;
    padding-right: 0%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  body.home #homeslider .homeslider-text {
    width: 44%;
    padding: 0 3% 50px;
  }
  body.home #homeslider .homeslider-text h2 {
    font-size: 1.8em;
  }
  body.home #homeslider .homeslider-text a {
    width: 80%;
    padding: 0.5em 5%;
  }
  body.home #homebox-3,
  body.home .homebox {
    width: 96%;
    margin-bottom: 15px;
    margin-right: 0%;
    min-height: 0px;
    padding-bottom: 5px;
  }
  body.home #homebox-3 a.btn,
  body.home #homebox-3 a.gform_previous_button,
  body.home #homebox-3 a.gform_next_button,
  body.home .homebox a.btn,
  body.home .homebox a.gform_previous_button,
  body.home .homebox a.gform_next_button {
    width: auto;
    position: static;
    display: block;
  }
  header nav ul li {
    width: 33.333333%;
  }
  #content .wp-caption {
    width: 100%;
    margin: 0px;
    float: none;
    margin-bottom: 15px;
  }
  #content h2#page-title {
    text-align: center;
    font-size: 2.6em;
  }
  #content aside#sidebar,
  #content #page {
    width: 94%;
    min-height: 0px;
  }
  #content aside#sidebar {
    border-top: 1px solid #ccc;
  }
  #content aside#sidebar input[type="email"],
  #content aside#sidebar input[type="text"],
  #content aside#sidebar textarea {
    width: 100%;
  }
  #content #page {
    border: none;
  }
  #content .widget#search-3 {
    display: none;
  }
  footer {
    text-align: center;
  }
  footer #sitemap {
    width: 100%;
  }
  footer #sitemap > nav#destinations,
  footer #sitemap > nav {
    width: 33.3333333%;
    margin-right: 0%;
  }
  footer #partners {
    width: 98%;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  header nav ul li {
    width: 50%;
    padding-left: 0%;
    padding-right: 0%;
    text-align: center;
  }
  header #logo h1 {
    background-size: 100%;
    max-width: 100%;
  }
  body.home #homeslider .homeslider-text a {
    font-size: 0.9em;
  }
  footer #sitemap > nav#destinations,
  footer #sitemap > nav {
    width: 100%;
  }
}
header nav {
  box-sizing: border-box;
  width: 100%;
}
header nav * {
  box-sizing: border-box;
}

.banner {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .banner {
    min-height: 400px;
  }
}
.banner.page {
  min-height: 250px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media (min-width: 768px) {
  .banner.page {
    min-height: 400px;
    text-align: left;
    margin-bottom: -24px;
    z-index: 2;
    position: relative;
  }
}
.banner.page .container {
  padding: 0 15px;
}
@media (min-width: 960px) {
  .banner.page .container {
    padding: 0;
  }
}
.banner.page h1 {
  color: white;
  font-size: 2rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .banner.page h1 {
    font-size: 3.5rem;
  }
}
.banner * {
  box-sizing: border-box;
}
.banner .slide {
  background-repeat: no-repeat;
  padding-bottom: 200px;
  background-size: 800px;
  background-position: 50% 100%;
  background-color: #df0025;
}
@media (min-width: 768px) {
  .banner .slide {
    height: 400px;
    background-position: 30% 0px;
    display: flex;
    align-items: center;
    background-size: cover;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .banner .slide {
    background-position: 0;
  }
}
.banner .slide .details {
  color: #fff;
  padding: 30px 34px;
  background: #d02139;
}
@media (min-width: 768px) {
  .banner .slide .details {
    background: none;
  }
}
@media (min-width: 960px) {
  .banner .slide .details {
    padding: 0 0 0 24px;
  }
}
@media (min-width: 960px) {
  .banner .slide .details {
    width: 75%;
  }
}
.banner .slide .details h2 {
  font-style: italic;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .banner .slide .details h2 {
    font-size: 2.7rem;
  }
}
.banner .slide .details h3 {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .banner .slide .details h3 {
    font-size: 1.5rem;
  }
}
.banner .slide .details h3.alt {
  opacity: 0.5;
}
.banner .slide .details h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 0.95rem;
}
.banner .slide .details .btn,
.banner .slide .details .gform_previous_button,
.banner .slide .details .gform_next_button {
  display: inline-block;
  margin-top: 6px;
  padding: 8px 18px 6px;
  background: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 6px;
  color: #df0025;
}
@media (min-width: 768px) {
  .banner .slide .details .btn,
  .banner .slide .details .gform_previous_button,
  .banner .slide .details .gform_next_button {
    padding: 12px 24px 10px;
    font-size: 1.1rem;
    height: inherit;
  }
}
.banner .slick-arrow {
  position: absolute;
  top: 25%;
  border: none;
  background: transparent;
  z-index: 9999;
  font-size: 2rem;
  font-weight: 700;
  color: white;
}
@media (min-width: 768px) {
  .banner .slick-arrow {
    top: 50%;
  }
}
.banner .slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 960px) {
  .banner .slick-arrow.slick-next {
    right: 20px;
  }
}
.banner .slick-arrow.slick-prev {
  left: 0;
}
@media (min-width: 960px) {
  .banner .slick-arrow.slick-prev {
    left: 20px;
  }
}

.cnzyot-details {
  display: none;
  padding: 40px;
  box-shadow: 0 3px 16px rgba(29, 29, 27, 0.1);
  border-radius: 4px;
}
.cnzyot-details.active {
  display: block;
}

.testimonial {
  margin: 60px 0 15px;
  text-align: center;
}
.testimonial img {
  margin-bottom: 10px;
  border-radius: 50%;
}
.testimonial .entry {
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.testimonial > p {
  font-size: 1rem;
}

.tours {
  margin-top: 28px;
}
.tours .tour {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.tours .tour .thumbnail {
  flex: 0 0 100%;
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .tours .tour .thumbnail {
    flex: 0 0 25%;
  }
}
.tours .tour .details {
  flex: 0 0 100%;
}
@media (min-width: 480px) {
  .tours .tour .details {
    flex: 0 0 75%;
    padding-left: 24px;
  }
}
.tours .tour .details h2 {
  margin-bottom: 12px;
  color: #df0025;
  line-height: 1;
}
.tours .tour .details .meta {
  margin-bottom: 12px;
  color: #979797;
}
.tours .tour .details .label {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  margin-right: 12px;
}
.tours .tour .details .entry {
  margin-bottom: 16px;
}

.partners-wide {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.partners-wide #fifth {
  max-width: 100px;
}

.temp-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  clear: both;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .temp-banner {
    margin-top: 0;
  }
}
.temp-banner .details {
  display: flex;
  align-items: flex-end;
  height: 260px;
  max-width: 660px;
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 960px) {
  .temp-banner .details {
    height: 360px;
    max-width: 760px;
    padding: 0;
  }
}
.temp-banner h1 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: -8px;
}
@media (min-width: 960px) {
  .temp-banner h1 {
    font-size: 4rem;
    margin-bottom: -10px;
  }
}

.home-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.home-boxes #homebox-1 {
  flex: 0 0 100%;
  min-height: 0;
}
@media (min-width: 960px) {
  .home-boxes #homebox-1 {
    flex: 0 0 33.33%;
  }
}
.home-boxes .homebox-inner h3 {
  font-weight: 700;
}
.home-boxes .homebox-inner h4 {
  font-weight: 400;
}
.home-boxes .gfield--width-full {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home-boxes .gfield--width-full label {
  white-space: nowrap;
  margin-right: 1ch;
}
.home-boxes
  .gfield--width-full
  .ginput_container:not(.ginput_container_select):not(
    .ginput_container_checkbox
  ) {
  width: 100%;
}
.home-boxes .gform_footer img {
  margin-left: 1ch;
}
.home-boxes .gform_confirmation_message,
.home-boxes .gform_submission_error {
  font-weight: 700;
  font-size: 1.3em;
}
.home-boxes .gfield_validation_message {
  color: #df0025;
}
.home-boxes .ginput_container_textarea {
  width: 100%;
}
.home-boxes textarea {
  height: 100px;
}
.home-boxes fieldset {
  display: flex;
  flex-wrap: wrap;
}
.home-boxes fieldset .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.home-boxes fieldset legend {
  float: left;
  margin-right: 1ch;
  margin-top: 0;
}

.homebox-wide {
  flex: 1;
}

.hidden_label label {
  display: none;
}

.tour-landing {
  padding-top: 2rem;
  display: flex;
  gap: 20px;
}
.tour-landing #crumbs {
  padding-bottom: 30px;
}
.tour-landing #crumbs a {
  color: #828282;
  text-decoration: none;
}
.tour-landing .page {
  width: 74%;
}
.tour-landing aside {
  width: 26%;
}
.tour-landing aside .sidebar {
  position: sticky;
  top: 10px;
}
@media screen and (max-width: 950px) {
  .tour-landing {
    flex-direction: column;
  }
  .tour-landing .page {
    margin: auto;
    width: 94%;
  }
  .tour-landing aside {
    width: 94%;
    margin: auto;
  }
}
.tour-landing .inclusions-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .tour-landing .inclusions-wrapper {
    flex-direction: row;
  }
}
.tour-landing .inclusions-wrapper #inclusions {
  flex: 1;
}
.tour-landing .inclusions-wrapper #inclusions ul {
  margin: 0;
  padding-left: 1rem;
}
.tour-landing .inclusions-wrapper #exclusions {
  flex: 1;
}
.tour-landing .inclusions-wrapper #exclusions ul {
  margin: 0;
  padding-left: 1rem;
}
.tour-landing
  .tour-landing-section:not(:first-child, :nth-child(2), :last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d0d0;
}
.tour-landing .tour-landing-section ol {
  padding-left: 1rem;
}
.tour-landing h4 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.tour-landing .main-gallery img {
  width: 100%;
  border-radius: 0.8rem;
}
.tour-landing .itinerary-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.tour-landing .itinerary-items h3 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin: 0;
}
.tour-landing .itinerary-items .item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tour-landing .itinerary-items .item:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 25px;
}
.tour-landing .itinerary-items .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
  padding: 10px 0px;
}
.tour-landing .itinerary-items .food {
  display: flex;
  gap: 18px;
}
.tour-landing .itinerary-items .icon-group {
  display: flex;
  gap: 8px;
  align-items: center;
}
.tour-landing .itinerary-items .icon-group p {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #df0025;
}
.tour-landing .itinerary-items .icon-group img {
  width: 20px;
  height: 20px;
}
.tour-landing .itinerary-items .icon-group p {
  margin: 0;
}
.tour-landing table {
  width: 100%;
  margin-bottom: 25px;
}
.tour-landing table td,
.tour-landing table th {
  padding: 12px;
}
.tour-landing table td {
  border: 1px solid #d0d0d0;
}
.tour-landing table tbody tr {
  text-align: center;
  color: #df0025;
}
.tour-landing table tbody tr #name {
  text-align: left;
  color: #000;
}
.tour-landing table thead {
  background-color: #df0025;
  color: #fff;
  text-transform: uppercase;
}
.tour-landing table thead th {
  border: 1px solid #fff;
}
.tour-landing .content-block {
  display: block;
}
.tour-landing .content-block .content-block-image-wrap {
  width: 100%;
  max-width: 840px;
}
.tour-landing .sidebar-header {
  background: #df0025;
  color: #fff;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  padding: 4px;
}
.tour-landing .sidebar-header--large {
  padding: 10px;
  margin-top: 1rem;
}
.tour-landing .price_from {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.tour-landing .price_from h4 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 41px;
  letter-spacing: 0.05em;
  margin: 0;
}
.tour-landing .price_from p {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #828282;
}
.tour-landing .travel_dates p {
  background-color: #f2f2f2;
  margin: 0;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 10px 0px 10px 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tour-landing .travel_dates p img {
  margin-left: 10px;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.tour-landing .travel_dates.multiple-block {
  border-bottom: 2px solid #df0025;
}
.tour-landing .links {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.tour-landing .links a {
  background: #f2f2f2;
  padding: 10px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.tour-landing .links a:hover {
  background: #df0025;
  color: #fff;
}

.tour-banner {
  height: 650px;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .tour-banner {
    height: 450px;
  }
}
.tour-banner .container {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .tour-banner .container {
    justify-content: center;
  }
}
.tour-banner .details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-shadow: 0 0 10px rgb(0, 0, 0);
  color: #fff;
}
.tour-banner .details h1 {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  margin: 0;
}
.tour-banner .details h2 {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 900px) {
  .tour-banner .details {
    text-align: center;
  }
  .tour-banner .details h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .tour-banner .details h2 {
    font-size: 18px;
    line-height: 22px;
  }
}

.gform_required_legend {
  display: none;
}

.gfield_visibility_hidden {
  display: none;
}

.gform_submission_error {
  color: #df0025;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 18px;
  text-align: center;
}

.offer-banner {
  background: #df0025;
}
.offer-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offer-banner a {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  transition: 0.3s;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  margin: auto;
}
.offer-banner a:hover {
  color: #000;
}

.flex-box-parent {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.flex-box-parent.no-margin {
  margin-bottom: -30px;
}

.flex-box-child {
  padding: 0 15px;
  margin-bottom: 30px;
}

.big-menu-wrap {
  position: relative;
  width: 90%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 30px auto 0 auto;
  border-top: 2px solid #df0025;
}
@media only screen and (max-width: 767px) {
  .big-menu-wrap {
    width: 100%;
  }
}
.big-menu-wrap .close-big-menu {
  display: none;
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/close-red.svg);
}
@media only screen and (max-width: 1023px) {
  .big-menu-wrap .close-big-menu {
    display: block;
  }
}

.big-menu-item {
  flex-basis: 20%;
  flex-grow: 1;
}
@media only screen and (max-width: 1023px) {
  .big-menu-item {
    flex-basis: 33.33333%;
  }
}
@media only screen and (max-width: 767px) {
  .big-menu-item {
    flex-basis: 50%;
  }
}

.menu-location-name {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 20px;
}

.link-item {
  margin-bottom: 7px;
}
.link-item:last-child {
  margin-bottom: 0;
}
.link-item .tour-link {
  color: #828282;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.link-item .tour-link:hover,
.link-item .tour-link:focus {
  color: #df0025;
}

.print-tour-btn {
  display: block;
  width: 100%;
  margin-top: 15px;
  font-size: 20px;
  height: auto !important;
  text-align: center;
}

@media print {
  body,
  article {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
  }
  img {
    max-width: 100% !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
  article {
    page-break-before: always;
  }
  ul,
  img {
    page-break-inside: avoid;
  }
  .u-blocks-section {
    page-break-before: avoid;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bold;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4,
  h5,
  h6 {
    font-size: 16px;
  }
  a[href]:after {
    content: "";
  }
  .single-tour .header,
  .single-tour #crumbs,
  .single-tour footer,
  .single-tour .links-item,
  .single-tour .form-item,
  .print-tour-btn {
    display: none !important;
  }
  .single-tour .tour-banner {
    height: auto;
  }
  .tour-landing {
    display: block;
  }
  .tour-landing .page {
    width: 100%;
  }
  .tour-landing .tour-sidebar {
    width: 100%;
  }
}
#enquire_form .gform_fields {
  grid-column-gap: 0px !important;
  grid-row-gap: 0px;
}
#enquire_form .gform_footer {
  padding: 0px 0 0 0;
}

.reviews {
  margin: 70px 0 40px 0;
}

.rev-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.rev-box {
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 0 15px;
  border-bottom: 2px solid #df0025;
}

.stars-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.star-rev {
  margin: 0 3px;
}

.author-wrapper {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  color: #df0025;
}

.rev-wrapper .slick-list {
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .rev-wrapper .slick-list {
    padding-right: 10% !important;
  }
}
.rev-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
  border: none;
  background-color: transparent;
  width: 45px;
  height: 41px;
  background-size: 45px 41px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/chevron-left.svg);
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .rev-wrapper .slick-arrow {
    display: none !important;
  }
}
.rev-wrapper .slick-prev {
  left: -60px;
}
.rev-wrapper .slick-next {
  right: -60px;
  transform: translateY(-50%) scaleX(-1);
}
.rev-wrapper .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
}
.rev-wrapper .slick-dots > li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
  background-color: #bababa;
  transition: all 0.5s ease-in-out;
}
.rev-wrapper .slick-dots > li button {
  display: none !important;
}
.rev-wrapper .slick-dots > li.slick-active {
  background-color: #df0025;
}
.rev-wrapper .slick-dots > li:last-child {
  margin-right: 0;
}

.slick-slide .details h2,
.slick-slide .details h3,
.slick-slide .details h4 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 15;
}

.customer-reviews-list {
  margin-top: 40px;
}
.customer-reviews-list .customer-review {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-block-end: 2rem;
}
.customer-reviews-list .customer-review .customer-review-side-box {
  flex-basis: 33.333333%;
  max-width: 33.3333333%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .customer-reviews-list .customer-review .customer-review-side-box {
    flex-basis: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
}
.customer-reviews-list .customer-review .customer-review-photo {
  position: relative;
  width: 100%;
}
.customer-reviews-list
  .customer-review
  .customer-review-photo
  .review-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/14;
  border-radius: 0.8rem 0.8rem 0 0;
}
@media (min-width: 981px) {
  .customer-reviews-list
    .customer-review
    .customer-review-photo
    .review-bg-image {
    aspect-ratio: 14/18;
  }
}
.customer-reviews-list .customer-review .customer-review-info-box {
  background-color: #df0025;
  padding: 15px 20px;
  border-radius: 0 0 0.8rem 0.8rem;
}
.customer-reviews-list
  .customer-review
  .customer-review-info-box
  .customer-review-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
.customer-reviews-list
  .customer-review
  .customer-review-info-box
  .customer-review-function {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.customer-reviews-list .customer-review .customer-review-description {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 10px;
}
.customer-reviews-list .customer-review .customer-review-description h2 {
  font-size: 1.6rem;
  font-weight: 700;
}
.customer-reviews-list .customer-review .customer-review-description p,
.customer-reviews-list .customer-review .customer-review-description li,
.customer-reviews-list .customer-review .customer-review-description a {
  font-size: 1.1rem;
}
.customer-reviews-list .customer-review .customer-review-description p {
  margin-bottom: 1.1rem;
}
.customer-reviews-list .customer-review:last-child {
  margin-bottom: 0;
}

body .gform_wrapper {
  margin: 0;
}
body .gform_wrapper input.large,
body .gform_wrapper input.medium,
body .gform_wrapper input.small,
body .gform_wrapper select.large,
body .gform_wrapper select.medium,
body .gform_wrapper select.small,
body .gform_wrapper textarea.large,
body .gform_wrapper textarea.medium,
body .gform_wrapper textarea.small {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  border-radius: 0 !important;
  box-shadow: none;
  color: #000;
  height: 40px;
  line-height: 40px;
  font-size: 14px !important;
  font-weight: 400 !important;
  outline: none;
}
body .gform_wrapper input.large::-webkit-input-placeholder,
body .gform_wrapper input.medium::-webkit-input-placeholder,
body .gform_wrapper input.small::-webkit-input-placeholder,
body .gform_wrapper select.large::-webkit-input-placeholder,
body .gform_wrapper select.medium::-webkit-input-placeholder,
body .gform_wrapper select.small::-webkit-input-placeholder,
body .gform_wrapper textarea.large::-webkit-input-placeholder,
body .gform_wrapper textarea.medium::-webkit-input-placeholder,
body .gform_wrapper textarea.small::-webkit-input-placeholder {
  color: #828282;
}
body .gform_wrapper input.large:-moz-placeholder,
body .gform_wrapper input.medium:-moz-placeholder,
body .gform_wrapper input.small:-moz-placeholder,
body .gform_wrapper select.large:-moz-placeholder,
body .gform_wrapper select.medium:-moz-placeholder,
body .gform_wrapper select.small:-moz-placeholder,
body .gform_wrapper textarea.large:-moz-placeholder,
body .gform_wrapper textarea.medium:-moz-placeholder,
body .gform_wrapper textarea.small:-moz-placeholder {
  color: #828282;
}
body .gform_wrapper input.large::-moz-placeholder,
body .gform_wrapper input.medium::-moz-placeholder,
body .gform_wrapper input.small::-moz-placeholder,
body .gform_wrapper select.large::-moz-placeholder,
body .gform_wrapper select.medium::-moz-placeholder,
body .gform_wrapper select.small::-moz-placeholder,
body .gform_wrapper textarea.large::-moz-placeholder,
body .gform_wrapper textarea.medium::-moz-placeholder,
body .gform_wrapper textarea.small::-moz-placeholder {
  color: #828282;
}
body .gform_wrapper input.large:-ms-input-placeholder,
body .gform_wrapper input.medium:-ms-input-placeholder,
body .gform_wrapper input.small:-ms-input-placeholder,
body .gform_wrapper select.large:-ms-input-placeholder,
body .gform_wrapper select.medium:-ms-input-placeholder,
body .gform_wrapper select.small:-ms-input-placeholder,
body .gform_wrapper textarea.large:-ms-input-placeholder,
body .gform_wrapper textarea.medium:-ms-input-placeholder,
body .gform_wrapper textarea.small:-ms-input-placeholder {
  color: #828282;
}
body .gform_wrapper select {
  background-image: url(images/chevron-red.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 18px 9px;
  padding: 10px 50px 10px 15px !important;
  height: 40px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  color: #000 !important;
  border-radius: 5px !important;
}
@media only screen and (max-width: 767px) {
  body .gform_wrapper select {
    padding: 10px 50px 10px 15px !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body .gform_wrapper select {
    top: -1px;
  }
}
@-moz-document url-prefix() {
  body .gform_wrapper select {
    top: 1px;
  }
}
body .gform_wrapper textarea {
  padding: 10px 15px !important;
  height: 130px !important;
  line-height: normal !important;
}
body .gform_wrapper select::-ms-expand {
  display: none;
}
body .gform_wrapper .datepicker {
  width: 100% !important;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 14px 15px;
  border-radius: 0 !important;
  height: 40px !important;
  outline: none !important;
  border-color: #bdbdbd !important;
}
body .gform_wrapper .datepicker::-webkit-input-placeholder {
  color: #828282 !important;
}
body .gform_wrapper .datepicker:-moz-placeholder {
  color: #828282 !important;
}
body .gform_wrapper .datepicker::-moz-placeholder {
  color: #828282 !important;
}
body .gform_wrapper .datepicker:-ms-input-placeholder {
  color: #828282 !important;
}
body .gform_wrapper .gfield--datepicker-default-icon .datepicker {
  padding-right: 50px !important;
  background-image: url(images/calendar-red.svg);
}
body .gform_wrapper .gfield--datepicker-default-icon .ui-datepicker-trigger {
  display: none !important;
}
body
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  padding: 13px 18px;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
  margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
  body .gform_wrapper .top_label div.ginput_container {
    margin-bottom: 0;
  }
}
body .gform_wrapper .top_label .gfield_label {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 14px;
}
body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  margin-bottom: 20px;
}
body .gform_wrapper ul li.gfield.gfield_html p {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}
body .gform_wrapper.gravity-theme .gform_footer {
  padding: 20px 0 0 0;
  margin: 0;
}
body .gform_wrapper.gravity-theme .gform_footer .btn,
body .gform_wrapper.gravity-theme .gform_footer .gform_previous_button,
body .gform_wrapper.gravity-theme .gform_footer .gform_next_button {
  margin: 0;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 30px !important;
}

body .gform_wrapper ul.gform_fields li.gfield {
  line-height: 1;
  padding-right: 0;
}

.gform_wrapper .gfield_error [aria-invalid="true"] {
  border-width: 2px !important;
}

.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 30px;
}

body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  body .gform_wrapper .top_label input.medium,
  body .gform_wrapper .top_label select.medium {
    width: 100%;
  }
}

body .gform_wrapper li.gfield.gfield_error,
body
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none;
}

body
  .gform_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

body
  .gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
body .gform_wrapper li.gfield_error textarea {
  border-color: #df0025;
}

.gf_simple_horizontal_wrapper.gf_browser_chrome
  ul.gform_fields
  li.gfield
  span.name_first,
.gf_simple_horizontal_wrapper.gf_browser_chrome
  ul.gform_fields
  li.gfield
  span.name_middle,
.gf_simple_horizontal_wrapper.gf_browser_chrome
  ul.gform_fields
  li.gfield
  span.name_last {
  padding-top: 0 !important;
}

.gf_simple_horizontal_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  input[type="text"],
.gf_simple_horizontal_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  select {
  margin-bottom: 0 !important;
}

.gf_simple_horizontal_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

body .gf_simple_horizontal_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.gf_simple_horizontal div.gform_footer.top_label {
  width: auto !important;
  vertical-align: top !important;
}

.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
  line-height: 26px;
  font-size: 13px;
  padding: 0 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gform_wrapper .top_label li.gfield.gf_right_half {
  padding-right: 0 !important;
  padding-left: 15px !important;
}
@media only screen and (max-width: 1170px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 7.5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 0 !important;
  }
}

.gform_wrapper .top_label li.gfield.gf_left_half {
  padding-right: 15px !important;
}
@media only screen and (max-width: 1170px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 7.5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 0 !important;
  }
}

.gform_wrapper .gfield_required .gfield_required_asterisk {
  position: relative;
  font-size: 0 !important;
  color: transparent !important;
}
.gform_wrapper .gfield_required .gfield_required_asterisk:before {
  content: "*";
  color: #df0025;
  font-size: 18px;
  font-weight: 400;
  top: 0;
  left: 0;
  margin-left: 0;
}
.gform_wrapper .gfield_required .gfield_required_text {
  display: none;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 0 !important;
  margin-top: 1px !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 0 !important;
}

.gform_wrapper.gform_validation_error
  .top_label
  li.gfield.gfield_error.gf_left_half {
  max-width: 50% !important;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper.gform_validation_error
    .top_label
    li.gfield.gfield_error.gf_left_half {
    max-width: none !important;
  }
}

.gform_wrapper li.gfield.gfield_error {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label {
  margin-top: 0 !important;
}

.gform_wrapper .validation_message {
  color: #df0025 !important;
  font-weight: 300 !important;
  padding-top: 0 !important;
  margin-top: 5px !important;
  margin-bottom: 15px !important;
}

.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_description {
  padding: 0 !important;
  margin-top: 5px;
}

.gform_wrapper div.validation_error {
  font-size: 18px !important;
  color: #df0025 !important;
  font-weight: 400 !important;
  border-top-color: #df0025 !important;
  border-bottom-color: #df0025 !important;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper div.validation_error {
    font-size: 18px !important;
  }
}

.gform_confirmation_message {
  color: #df0025;
  font-weight: 700;
  font-size: 21px;
  padding: 20px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #df0025;
  border-radius: 5px 5px 0 5px;
}
.gform_confirmation_message h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .gform_confirmation_message {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .gform_confirmation_message {
    font-size: 20px;
    padding: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 374px) {
  .gform_confirmation_message {
    font-size: 17px;
  }
}

.gform_wrapper .gfield_radio {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_radio {
    margin-bottom: 0;
  }
}
.gform_wrapper .gfield_radio > div {
  margin-bottom: 10px;
}
.gform_wrapper .gfield_radio > div label {
  color: #000;
  display: inline-block;
  cursor: pointer;
  font-size: 14px !important;
  line-height: 1.25;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  padding-top: 1px;
  margin: 0;
  user-select: none;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_radio > div label {
    padding-top: 1px;
    font-size: 16px !important;
  }
}
.gform_wrapper .gfield_radio > div label:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 50%;
}
.gform_wrapper .gfield_radio > div label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
}
.gform_wrapper .gfield_radio > div input[type="radio"] {
  display: none;
}
.gform_wrapper .gfield_radio > div input[type="radio"]:checked + label:after {
  background-color: #df0025;
}
.gform_wrapper .gfield--type-checkbox.inline .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.gform_wrapper .gfield--type-checkbox.inline .gfield_checkbox .gchoice {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.gform_wrapper .gfield--type-checkbox.inline .gfield_checkbox .gchoice label {
  white-space: nowrap;
}
.gform_wrapper .gfield_checkbox {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_checkbox {
    margin-bottom: 0;
  }
}
.gform_wrapper .gfield_checkbox > div {
  margin-bottom: 12px;
}
.gform_wrapper .gfield_checkbox > div label {
  color: #000;
  display: inline-block;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 300;
  line-height: 1.25;
  position: relative;
  padding-left: 45px;
  padding-top: 0;
  margin: 0;
  user-select: none;
}
.gform_wrapper .gfield_checkbox > div label:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -3px;
  border: 1px solid #f1f1f1;
  transform: rotate(45deg);
  background-color: #f9f9f9;
}
.gform_wrapper .gfield_checkbox > div input[type="checkbox"] {
  display: none;
}
.gform_wrapper
  .gfield_checkbox
  > div
  input[type="checkbox"]:checked
  + label:after {
  content: "";
  position: absolute;
  background-color: #df0025;
  width: 15px;
  height: 15px;
  left: 5px;
  top: 2.5px;
  transform: rotate(45deg);
}
.gform_wrapper .ginput_container_consent label {
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.5;
  position: relative;
  padding-left: 35px;
  margin: 0;
  user-select: none;
}
.gform_wrapper .ginput_container_consent label:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px 5px 0 5px;
  border: 2px solid #df0025;
  background-color: #fff;
}
.gform_wrapper .ginput_container_consent label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  opacity: 0;
  width: 13px;
  height: 10px;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/check-white.svg);
}
.gform_wrapper .ginput_container_consent input[type="checkbox"] {
  display: none;
}
.gform_wrapper
  .ginput_container_consent
  input[type="checkbox"]:checked
  + label:before {
  background-color: #df0025;
}
.gform_wrapper
  .ginput_container_consent
  input[type="checkbox"]:checked
  + label:after {
  opacity: 1;
}
.gform_wrapper .gsection {
  border-bottom: 1px solid #ccc !important;
}
.gform_wrapper .ginput_complex label {
  color: #000;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}
.gform_page_footer {
  padding-bottom: 0 !important;
  margin-bottom: -8px !important;
}

.gform_next_button {
  min-width: 150px;
  padding: 10px 25px 7px 25px;
}
.gform_next_button:hover,
.gform_next_button:focus {
  background-color: #df0025;
  border-color: #df0025;
}

.gform_previous_button {
  min-width: 150px;
  color: #fff !important;
  padding: 10px 25px 7px 25px;
  background-color: #bdbdbd !important;
}
.gform_previous_button:hover,
.gform_previous_button:focus {
  background-color: #df0025 !important;
  border-color: #df0025;
}

.gform_button:before {
  display: none;
}

.gform_wrapper .gform_validation_errors {
  margin-bottom: 30px !important;
  margin-top: 0 !important;
  padding: 15px !important;
  box-shadow: none !important;
  border: 2px solid #df0025 !important;
  border-radius: 5px !important;
  background-color: transparent !important;
}
.gform_wrapper .gform_validation_errors > h2 {
  font-weight: 700 !important;
  color: #df0025 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
}
.gform_wrapper .gform_validation_errors > h2 .gform-icon {
  display: none !important;
}

.gform_wrapper .gfield_description {
  border: none !important;
  font-size: 14px !important;
  color: #df0025 !important;
  padding: 0 !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
  margin-top: 20px !important;
  background: none !important;
}
.gform_wrapper .gfield_description.gfield_validation_message {
  color: #df0025 !important;
  margin-bottom: 0 !important;
}
.gform_wrapper .gfield_description.gfield_consent_description {
  color: #737373 !important;
  font-weight: 400 !important;
}

.gform_wrapper.gravity-theme .gfield_creditcard_warning {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.gform_wrapper.gravity-theme
  .gfield_creditcard_warning
  .gfield_creditcard_warning_message {
  color: #df0025 !important;
  font-weight: 400 !important;
}
.gform_wrapper.gravity-theme
  .gfield_creditcard_warning
  .gfield_creditcard_warning_message
  > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background-position: -4px 1px !important;
  border-bottom-color: #df0025 !important;
}
.gform_wrapper.gravity-theme
  .gfield_creditcard_warning
  .ginput_complex
  .ginput_full
  .ginput_card_field {
  padding: 0 15px;
}
.gform_wrapper.gravity-theme .ginput_total {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #df0025 !important;
  padding-left: 0 !important;
}

.donate-block {
  grid-column: span 8 !important;
}
@media only screen and (max-width: 1024px) {
  .donate-block {
    grid-column: span 12 !important;
  }
}
.donate-block .ginput_container_radio .gfield_radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.donate-block .ginput_container_radio .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 0 15px;
  height: 50px;
  border-radius: 5px;
  background-color: #ffffff;
  margin-right: 15px;
}
.donate-block .ginput_container_radio .gfield_radio .gchoice label {
  max-width: none;
}
.donate-block .ginput_container_radio .gfield_radio .gchoice:last-child {
  margin-right: 0;
}

.donate-amount {
  grid-column: span 4 !important;
}
@media only screen and (max-width: 1024px) {
  .donate-amount {
    grid-column: span 12 !important;
  }
}
.donate-amount .ginput_container_product_price {
  position: relative;
}
.donate-amount .ginput_container_product_price:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #df0025;
  border-radius: 5px 0 0 5px;
}
.donate-amount .ginput_container_product_price:after {
  content: "€";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
}
.donate-amount .gfield_label {
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .donate-amount .gfield_label {
    display: none !important;
  }
}
.donate-amount
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  width: 100%;
  padding-left: 45px !important;
}
.donate-amount
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]):disabled {
  opacity: 0.75;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
  border: 1px solid #df0025 !important;
}

.gform_wrapper.gravity-theme .gfield_error label {
  color: #df0025 !important;
}

.gform_wrapper.gravity-theme
  .field_description_below
  .gfield_consent_description,
.gform_wrapper.gravity-theme .gfield_consent_description {
  overflow-y: auto !important;
}

.ginput_container_fileupload input[type="file"] {
  width: 100% !important;
  height: auto !important;
  padding: 20px;
  border: 1px dashed #ccc !important;
  background: #f9f9f9;
}

.ginput_container_date {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.booking-form_wrapper {
  margin-top: 20px !important;
}
.booking-form_wrapper textarea.large {
  height: 100px !important;
}
.booking-form_wrapper .gsection {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.booking-form_wrapper .gsection .gsection_title {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.booking-form_wrapper .gsection.gf-passenger-section {
  margin-bottom: 30px !important;
}
.booking-form_wrapper .gsection.gf-user-icon {
  margin-bottom: 20px !important;
}
.booking-form_wrapper .gsection.gf-user-icon .gsection_title {
  position: relative;
  padding-left: 30px !important;
}
.booking-form_wrapper .gsection.gf-user-icon .gsection_title:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/user-red.svg);
}
.booking-form_wrapper .gf-room-select {
  padding-top: 20px !important;
}
.booking-form_wrapper .gf-pas-count {
  padding-bottom: 50px !important;
  border-bottom: 1px solid #bdbdbd !important;
}
.booking-form_wrapper .gf-pas-count .gfield_description {
  display: none !important;
}

.gf-only-bot-border
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.gf-only-bot-border .datepicker {
  border: none !important;
  border-bottom: 1px solid #bdbdbd !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gf-only-bot-border.gf-field-width-33 {
  display: inline-block !important;
  width: 33.33333% !important;
  padding: 0 10px !important;
  float: none !important;
}
.gf-only-bot-border.gf-first-line {
  padding-right: 0 !important;
  transform: translateX(-10px);
}
.gf-only-bot-border.gf-last-line {
  padding-left: 0 !important;
  transform: translateX(10px);
}

.gf-pas-desc {
  padding: 20px 0 !important;
  border-bottom: 1px solid #bdbdbd !important;
}

.gf-width-50 {
  width: 50% !important;
}
.gf-width-50 .ginput_container_textarea {
  padding-top: 20px !important;
}

.gf-width-66 {
  width: 66.66667% !important;
}

.gf-pas-count .gfield_label {
  color: #bdbdbd !important;
}

.new-home-h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 15;
}

.nmp-last-el h1:last-child,
.nmp-last-el h2:last-child,
.nmp-last-el h3:last-child,
.nmp-last-el h4:last-child,
.nmp-last-el h5:last-child,
.nmp-last-el h6:last-child,
.nmp-last-el ul:last-child,
.nmp-last-el ol:last-child,
.nmp-last-el p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.new-home-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .new-home-left {
    padding: 0 10px;
  }
}

.new-home-top-wrapper {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  .new-home-top-wrapper {
    flex-direction: column;
  }
}

.new-home-inner-text {
  margin-top: 40px;
}
@media only screen and (max-width: 992px) {
  .new-home-inner-text {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .new-home-inner-text {
    padding: 0 10px;
  }
  .new-home-inner-text h2 {
    font-size: 20px;
  }
}
.new-home-inner-text h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}
.new-home-inner-text p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 0;
}

.new-home-cpt-wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .new-home-cpt-wrap {
    flex-direction: column;
  }
}

.new-home-title {
  margin: 30px 0 20px 0;
}
@media only screen and (max-width: 992px) {
  .new-home-title {
    text-align: center;
  }
}

.new-home-form-right {
  display: flex;
  flex-direction: column;
  padding: 40px;
  margin-left: 40px;
  margin-top: -65px;
  background-color: white;
  width: 368px;
  min-width: 368px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
}
@media only screen and (max-width: 1024px) {
  .new-home-form-right {
    padding: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .new-home-form-right {
    width: unset;
    min-width: auto;
    margin: 60px 0 0 0;
    padding: 20px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .new-home-form-right {
    padding: 0 20px 20px 20px;
    text-align: center;
  }
}
.new-home-form-right .new-home-form-text h2 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #dd052b;
}
.new-home-form-right .new-home-form-text h3 {
  margin: 50px 0 20px 0;
  font-size: 18px;
  font-weight: 700;
}
.new-home-form-right .new-home-form-text p {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1025px) {
  .new-home-form-right .gform_footer {
    justify-content: center;
  }
}
.new-home-form-right .gform_footer .gform_button {
  width: 100% !important;
  border-radius: 0;
}
.new-home-form-right .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 25px !important;
}
.new-home-form-right .gform_fields input,
.new-home-form-right .gform_fields textarea {
  padding: 10px !important;
}
@media only screen and (max-width: 767px) {
  .new-home-form-right .gform_wrapper.gravity-theme .gfield input.large,
  .new-home-form-right .gform_wrapper.gravity-theme .gfield select.large {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .new-home-form-right
    .gform_wrapper.gravity-theme
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
      [type="file"]
    ) {
    line-height: 0 !important;
  }
}
.new-home-form-right .gform_wrapper.gravity-theme .gfield {
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  .new-home-form-right .ginput_container_textarea textarea {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .new-home-form-right .ginput_container_textarea textarea {
    width: 90% !important;
  }
}

.new-home-loop {
  display: flex;
  flex-direction: column;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  flex-grow: 1;
  margin-right: 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
}
@media only screen and (max-width: 767px) {
  .new-home-loop {
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.new-home-loop:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .new-home-loop:last-child {
    margin-bottom: 0;
  }
}
.new-home-loop .new-home-loop-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.new-home-loop .new-home-loop-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 18px;
}
@media only screen and (max-width: 1024px) {
  .new-home-loop .new-home-loop-info {
    padding: 0 10px;
  }
}

.new-home-loop-img {
  position: relative;
  padding-top: 71%;
}
.new-home-loop-img img {
  padding: 5px 5px 0 5px;
}

.new-home-loop-title {
  margin-top: 25px;
}

.new-home-loop-days-price {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #ff0000;
}
@media only screen and (max-width: 1025px) {
  .new-home-loop-days-price {
    font-size: 14px;
  }
}

.new-home-loop-subtitle {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 1025px) {
  .new-home-loop-subtitle {
    font-size: 14px;
  }
}

.new-home-loop-button-wrapper {
  padding-top: 25px;
  margin-bottom: 10px;
  margin-top: auto;
}
.new-home-loop-button-wrapper .new-home-loop-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 46px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .new-home-loop-button-wrapper .new-home-loop-link {
    height: 40px;
  }
}

.packages-sec-title {
  margin: 60px 0 35px 0;
}
@media only screen and (max-width: 992px) {
  .packages-sec-title {
    text-align: center;
  }
}

.new-home-sec-packages-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px 20px -10px;
}
@media only screen and (max-width: 992px) {
  .new-home-sec-packages-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.packages-item {
  flex-basis: 25%;
  max-width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.packages-item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  .packages-item {
    flex-basis: 45%;
    max-width: 45%;
    margin-right: 0;
  }
}

.packages-box {
  position: relative;
}
.packages-box .package-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 25;
}
.packages-box .packages-title-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 16;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  padding: 0 10px;
  color: white;
  text-align: center;
  user-select: none;
}
.packages-box:hover .package-img-wrap,
.packages-box:focus .package-img-wrap {
  filter: grayscale(0);
}

.package-img-wrap {
  position: relative;
  padding-top: 100%;
  filter: grayscale(1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.package-img-wrap .packages-img {
  padding: 5px;
}

.new-home-tai-sec {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 992px) {
  .new-home-tai-sec {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .new-home-tai-sec {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 20px;
  }
}

/* Content box with gray background */
.home-tai-content-box {
  background: #f5f5f5;
  padding: 50px;
  border-radius: 16px;
}
@media only screen and (max-width: 992px) {
  .home-tai-content-box {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-tai-content-box {
    padding: 30px 20px;
  }
}

.home-tai-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .home-tai-wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
  }
}

.tai-img-wrap {
  width: 50%;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .tai-img-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.tai-img-wrap img,
.tai-img-wrap video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.tai-text-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .tai-text-wrap {
    width: 100%;
  }
}
.tai-text-wrap h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1d1d1b;
}
@media only screen and (max-width: 767px) {
  .tai-text-wrap h2 {
    font-size: 24px;
  }
}
.tai-text-wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}
.tai-text-wrap a {
  font-weight: 600;
  color: #df0025;
}
.tai-text-wrap a:hover {
  color: #b8000b;
}

/* Gallery below video/text */
.tai-gallery-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .tai-gallery-wrap {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.tai-gallery-item {
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.tai-gallery-item:hover {
  transform: translateY(-2px);
}

.tai-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.3s ease;
}

.tai-gallery-item:hover .tai-gallery-img {
  transform: scale(1.05);
}

.gform_button {
  font-size: 16px;
  font-weight: 700;
  min-height: 46px;
}

#gform_submit_button_6 {
  height: auto;
}

.swiper-slide img {
  border-radius: 0.8rem;
  cursor: pointer;
} /*# sourceMappingURL=style.css.map */


/* City Stopovers Page Title */
.city-stopovers-landing h1 {
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 4px solid #c00;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Country Sections */
.country-section {
    margin: 3rem 0;
}

.country-heading {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #c00;
    color: #333;
    display: inline-block;
    width: auto;
}

/* City Stopovers Grid */
.stopovers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.stopover-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.stopover-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.stopover-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    flex-shrink: 0;
}

.stopover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.stopover-item:hover .stopover-image img {
    transform: scale(1.05);
}

.stopover-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.stopover-title {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.stopover-title a {
    text-decoration: none;
    color: #333;
}

.stopover-title a:hover {
    color: #c00;
}

.stopover-label {
    margin-bottom: 0.75rem;
    flex-shrink: 0;
}

.stopover-label span {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #f0f0f0;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #666;
}

.stopover-description {
    margin-bottom: 1rem;
    color: #666;
    line-height: 1.6;
    flex-grow: 1;
}

.stopover-meta {
    margin-bottom: 1rem;
    padding: 0.75rem 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    flex-shrink: 0;
    min-height: 3rem;
}

.stopover-days,
.stopover-price-info {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.4;
    white-space: nowrap;
}

.stopover-days {
    flex-shrink: 0;
}

.stopover-days strong {
    color: #c00;
    font-size: 1.1rem;
    font-weight: bold;
}

.stopover-price-info {
    text-align: right;
    flex-shrink: 0;
}

.stopover-link {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
    text-align: center;
    flex-shrink: 0;
    margin-top: auto;
}

.stopover-link:hover {
    background: #c00;
}

// Recommended tours
.recommended-tours-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 16px;
}

.recommended-tour-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.recommended-tour-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.recommended-tour-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.recommended-tour-card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.recommended-tour-card-body h5 {
    margin: 0;
    font-size: 1rem;
}

.recommended-tour-card-body .price {
    margin: 0;
    font-size: 0.9rem;
    color: #555;
}

/* Fallback placeholder when no image */
.recommended-tour-card .no-image {
    width: 100%;
    height: 200px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .recommended-tours-grid {
        grid-template-columns: 1fr;
    }
}