@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
      url('../fonts/SFProDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProText-Light.woff2') format('woff2'),
      url('../fonts/SFProText-Light.woff') format('woff'),
      url('../fonts/SFProText-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFProText-Regular.woff2') format('woff2'),
      url('../fonts/SFProText-Regular.woff') format('woff'),
      url('../fonts/SFProText-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Feature Display';
    src: url('https://nuveescapes.com.au/wp-content/themes/nuve/assets/fonts/fd/FeatureDisplay-Regular.woff2') format('woff2'),
        url('https://nuveescapes.com.au/wp-content/themes/nuve/assets/fonts/fd/FeatureDisplay-Regular.woff') format('woff'),
        url('https://nuveescapes.com.au/wp-content/themes/nuve/assets/fonts/fd/FeatureDisplay-Regular.ttf') format('truetype'),
        url('https://nuveescapes.com.au/wp-content/themes/nuve/assets/fonts/fd/FeatureDisplay-Regular.svg#FeatureDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    /* font-display: swap; */
}

@font-face {
    font-family: 'Feature Display';
    src: url('https://nuveescapes.com.au/wp-content/themes/nuve/assets/fonts/fd/FeatureDisplay-Light.woff2') format('woff2'),
        url('https://nuveescapes.com.au/wp-content/themes/nuve/assets/fonts/fd/FeatureDisplay-Light.woff') format('woff'),
        url('https://nuveescapes.com.au/wp-content/themes/nuve/assets/fonts/fd/FeatureDisplay-Light.ttf') format('truetype'),
        url('https://nuveescapes.com.au/wp-content/themes/nuve/assets/fonts/fd/FeatureDisplay-Light.svg#FeatureDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    /* font-display: swap; */
}





body {
  font-family: "Inter", "Arial", sans-serif;
}
a:hover {
    text-decoration: unset;
}
.container {
  max-width: 1300px;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}
.d_flex {
  display: flex;
  flex-wrap: wrap;
}

body .btn_primary {
  border-radius: 8px;
  background: #00B398;
  color: #fff !important;
  border: 1px solid #00B398;
  padding: 24px 34px;
  font-family: "SF Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 590;
  line-height: 16px; /* 100% */
  display: block;
  width: max-content;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.3s ease;
}
.btn_primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #EEDDD0;
  border-color: #105059;
  transition: left 0.4s ease;
  z-index: 0;
}

.btn_primary:hover::before {
  left: 0;
}

.btn_primary span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.btn_primary:hover span {
  color: #105059;
}

body .report_form_block .report_form #gform_submit_button_1:hover {
    /* transition: background-color 0.4s ease, color 0.4s ease; */
    background-color: transparent !important;
    color: #105059 !important;
    border-color: #EEDDD0 !important;
}
body .report_form_block .gform-footer.gform_footer.top_label {
    width: max-content;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.gform_footer {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

#gform_1 .gform_footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #EEDDD0; /* Hover background color */
  transition: left 0.3s ease;
  z-index: 0;
}

#gform_1 .gform_footer:hover::before {
  left: 0;
}

#gform_submit_button_1 {
  position: relative;
  z-index: 1;
  background-color: #105059;
  color: #fff;
  border: 1px solid #105059;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.3s ease;
}

#gform_1 .gform_footer:hover #gform_submit_button_1 {
  color: #105059; /* Text color on hover */
}
#gform_1 .gfield_select {
    border: unset;
    line-height: 62px;
    height: 100%;
    color: #004f59;
    font-family: sf pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border: unset;
    padding-left: 22px;
}
#gform_1 .ginput_container_address span {
    display: none;
}
#gform_1 .ginput_container_address span:first-child { 
    display: block;
}

.landing_page_nav {
    position: absolute;
    top: 0px;
    padding-top: 60px;
    width: 100%;
}
.hero_section {
    background-image: url(http://staging6.nuveescapes.com.au/wp-content/uploads/2025/08/HIGH1-21-min-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.hero_section_wrp {
  background: linear-gradient(90deg, rgba(16, 80, 89, 0.90) 15.38%, rgba(16, 80, 89, 0.00) 67.79%);

  color: #fff;
  padding: 70px 0 90px 0;
  text-align: left;
  min-height: 900px;
  height: 100vh;
}
.hero_inner {
  display: flex;
  align-items: end;
  height: 100%;
  gap: 40px;
}
.hero_text {
  max-width: 700px;
}
.hero_sub {
    color: #FFF;
    font-family: "SF Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
    padding-bottom: 24px;
}
.hero_text h1 {
    color: #FFF;
    font-family: "Feature Display";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px; /* 112.5% */
    padding-bottom: 24px;
}
.description_text {
    color: #FFF;
    font-family: "SF Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    padding-bottom: 44px;
    margin-bottom: 0px;
    max-width: 670px;
}

.hero_img {
  width: 420px;
  height: 320px;
  background: #eee url("https://via.placeholder.com/420x320") center/cover
    no-repeat;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}


.more_booking_section {
    background: #FFF1E7;
    padding-top: 100px;
    padding-bottom: 100px;
}
.more_booking_wrp > .d_flex {
    gap: 90px;
    justify-content: space-between;
}
.mb_left_col {
    /* width: 670px; */
    width: 50%;
    max-width: 630px;

}
.mb_right_col {
    width: 41%;
}
.larger_img {
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
  width: 630px;
  height: 388px;
}
.more_booking_images > .d_flex {
    gap: 4%;
    justify-content: space-between;
}
.more_booking_images .small_img {
    width: 48%;
    border-radius: 12px;
    overflow: hidden;
    max-width: 300px;
}
.more_booking_content .pre_heading {
    color: #105059;
    font-family: "SF Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 510;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
    padding-bottom: 8px;
}
.more_booking_content h2 {
    color: #004F59;
    font-family: "Feature Display";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 74px; /* 115.625% */
    margin-bottom: 32px;
}
.more_booking_content p { 
    color: #004F59;
    font-family: "SF Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}
.more_booking_btn {
    margin-top: 44px;
    display: block;
    width: max-content;
}


.partners_section {
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 140px;
}
.partners_logos {
    gap: 120px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.partners_heading {
    text-align: center;
    padding-bottom: 64px;
}
.partners_heading .pre_heading {
    padding-bottom: 28px;
    color: #004F59;
    text-align: center;
    font-family: "SF Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 510;
    line-height: 16px; /* 100% */
    text-transform: uppercase;
}
.partners_heading h3 {
    color: #004F59;
    text-align: center;
    font-family: "Feature Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
}

.testimonials_section {
  background: #105059;
  padding-top: 158px;
  padding-bottom: 250px;
  position: relative;
}
.testimonial_name {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  padding-bottom: 26px;
}
.testimonials > .d_flex {
  justify-content: space-between;
}
.t_col_left {
  width: 480px;
}
.t_col_right {
  width: 62%;
  position: absolute;
  right: 0px;
  max-width: 56%;
}
.testimonials_slider .owl-item {
  padding: 44px 65px 39px 36px;
  border-radius: 0px 120px 0px 0px;
  /* background: #00B398; */
  font-family: "Feature Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 142.857% */
  width: 487px;
  min-height: 365px !important;
}
.testimonials_slider .owl-item:nth-child(even) { 
  background: #fff;
  color: #00B398 !important;
}
.testimonials_slider .owl-item:nth-child(even) .testimonial_name { 
  color: #00B398 !important;
}
.testimonials_slider .owl-item:nth-child(odd) { 
  background: #00B398;
  color: #FFF;

}
.testimonials_slider .owl-item:nth-child(even) svg path {  
  fill: #00B398;
}
.heading_text {
    width: max-content;
    max-width: 450px;
}
.testimonials_section .pre_heading {
  color: #FFF;
  font-family: "SF Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 510;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  padding-bottom: 30px;
}
.testimonials_section h2 {
  color: #00B398;
  font-family: "Feature Display";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px; /* 115.625% */
  margin-bottom: 32px;
}
.testimonials_section .t_col_left ul li {
  color: #FFF;
  font-family: "SF Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 110% */
  /* list-style: disc; */
  padding-bottom: 14px;
  position: relative;
}
.testimonials_section .t_col_left ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #fff;
  display: block;
  border-radius: 100%;
  left: -14px;
  position: absolute;
  top: 8px;
}
.testimonials_slider .owl-dots {
    margin-top: 52px;
}
.owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #fff !important;
    border-radius: 12px;
    margin-right: 18px;

}
.owl-dots .owl-dot.active {
    
    background: #00B398 !important;
}
.testimonials_slider {
  position: relative;
}
.testimonials_slider::after {
  content: '';
  background: linear-gradient(270deg, #105059 0%, rgba(16, 80, 89, 0.00) 100%);
  width: 300px;
  position: absolute;
  right: 0pc;
  height: 100%;
  top: 0px;
}
.testimonials_slider .owl-nav {
  margin-top: 40px;
  width: max-content;
  float: right;
  z-index: 10000;
  position: relative;
  right: 20px;
}
.owl-nav button {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin-right: 24px;
}
.owl-nav .owl-prev {
  background-color: #00B398 !important;
  transition: opacity 0.3s ease;
}
.owl-nav .owl-next {
  background-color: #fff !important;
  transition: opacity 0.3s ease;
}
.owl-nav .owl-prev:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.owl-nav .owl-next:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.testimonial_btn {
  margin-top: 66px;
}
.feature_circle_images {
    /* position: absolute;
    top: -100px;
    left: 42%; */
}
.feature_img_one {
    width: 280px;
    height: 280px;
    position: absolute;
    top: -100px;
    left: 42%;
}
.feature_img_two {
    width: 148px;
    height: 148px;
    position: absolute;
    top: -50px;
    right: 80px;
}
.feature_img_three {
    width: 170px;
    height: 170px;
    position: absolute;
    right: 20%;
    top: 120px;
}
/* .testimonials {
  background: #1b3a3a;
  color: #fff;
  padding: 80px 0 70px 0;
}
.testimonials_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.testimonials_inner h3 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 36px;
  text-align: left;
}
.testimonials_slider .owl-stage-outer {
  padding: 10px 0;
}
.testimonial_card {
  background: #285858;
  border-radius: 12px;
  padding: 38px 32px 32px 32px;
  min-height: 260px;
  max-width: 420px;
  margin: 0 auto;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.testimonial_avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ccc url("https://via.placeholder.com/56") center/cover no-repeat;
  margin-bottom: 18px;
}
.testimonial_text {
  font-size: 1.13em;
  line-height: 1.6;
  margin-bottom: 18px;
}
.testimonial_name {
  font-weight: 500;
  font-size: 1.05em;
  opacity: 0.85;
} */


.how_it_work_section {
  background: #FFF1E7;
  padding-top: 120px;
  padding-bottom: 60px;
}
.hiw_headings {
  text-align: center;
}
.hiw_steps_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
}
.hiw_step_item {
  border-radius: 308px;
  width: 308px;
  height: 308px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.hiw_step_number {
  color: #105059;
  text-align: center;
  font-family: "SF Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 510;
  line-height: 16px;
  text-transform: uppercase;
  padding-bottom: 16%;
}
.hiw_step_title {
  color: #105059;
  text-align: center;
  font-family: "Feature Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  word-break: break-word;
}
.hiw_step {
  padding-left: 50px;
  padding-right: 50px;
}
.hiw_step_one {
  background: #FFD6BA;
  z-index: 1000;
}
.hiw_step_one .hiw_step_icon {
  right: -150px;
  top: 150px;
  z-index: 100;
}
.hiw_step_two {
  background: #FFBF93;
}
.hiw_step_two .hiw_step_icon {
  right: -130px;
  top: -10px;
}
.hiw_step_three {
  background: #FF806F;
}
.hiw_step_three .hiw_step_icon {
  right: -68px;
  bottom: -8px;
}
.hiw_step_icon {
  position: absolute;
}

.hiw_steps_bottom {
  text-align: right;
  padding-top: 54px;
  padding-right: 28px;
}
.hiw_steps_bottom p {
  color: #105059;
  font-family: "SF Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 510;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
}
.hiw_headings h2 {
  color: #004F59;
  text-align: center;
  font-family: "Feature Display";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
}
.hiw_headings .pre_heading {
  color: #004F59;
  text-align: center;
  font-family: "SF Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 510;
  line-height: 16px;
  text-transform: uppercase;
  padding-bottom: 32px;
}

.hiw_steps_wrp {
  position: relative;
  padding-top: 72px;
}
.hiw_steps_top {
  position: absolute;
  top: -58px;
}
.hiw_headings {
  position: relative;
}
footer {
    background: #214E58;
    padding-top: 68px;
    padding-bottom: 58px;
}
.footer_top {
    width: 100%;
    padding-bottom: 45px;
    border-bottom: 1px solid #00B398;
}
.footer_content {
    padding-top: 52px;
}
.footer_content .footer_col .col_heading {
    color: #00B398;
    font-family: "SF Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 510;
    line-height: 14px;
    padding-bottom: 12px;
}
.footer_content > .d_flex {
    justify-content: space-between;
}
.footer_col {
    width: 250px;
} 
.footer_col div, .footer_col span, .footer_col a {
    color: #FFF;
    font-family: "SF Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    transition: color 0.3s ease;
}
.footer_divider {
    height: 1px;
    background-color: #fff;
    width: 124px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer_col_content span {
    display: block;
}
.footer_bottom_logo {
    width: max-content;
    margin-left: auto;
}
.footer_col a:hover {
    text-decoration: unset;
}
.copry_right_text {
    color: #fff !important;
    padding-bottom: 56px !important;
    text-align: right;
}

footer a:hover {
  color: #00b398 !important;
  transition: color 0.3s ease;
}
/* .how {
  background: #f7f5f2;
  padding: 70px 0;
}
.how_inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.how_inner h3 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 36px;
}
.how_steps {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 32px;
}
.how_step {
  background: #fff;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-size: 1.13em;
  font-weight: 500;
} */
.report_form_section {
  background-image: url(http://staging6.nuveescapes.com.au/wp-content/uploads/2025/08/CASA-CURLEW-HR-25-11-min-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.report_form_wrp {
  color: #fff;
  padding-top: 130px;
  padding-bottom: 100px;
  position: relative;
}
.lead_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.report_form_right {
  width: 50%;
}
.report_form_left {
  max-width: 580px;
  width: 50%;
}
.report_form_wrp .d_flex {
  justify-content: space-between;
}
.lead_text h2 {
  color: #FFF;
  font-family: "Feature Display";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 73px; /* 114.063% */
  margin-bottom: 40px;
}
.pre_heading {
  color: #FFF;
  font-family: "SF Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 510;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  padding-bottom: 24px;
}
.report_form_left p {
  color: #FFF;
  font-family: "SF Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.report_form {
  border-radius: 12px;
  background: #00B398;
  width: 632px;
  padding: 36px 40px !important;
}
.report_form_wrp .gform_fields {
  display: block !important;
}
.report_form_wrp .gform_fields .gfield {
  height: 62px;
  margin-bottom: 24px !important;
  border-radius: 8px !important;
  background: #FFF;
  overflow: hidden;
}
.ginput_container {
  height: 100% !important;
}
.report_form .gfield .ginput_container input {
  height: 100% !important;
  color: #004F59;
  font-family: "SF Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  border: unset;
  padding-left: 22px;
}
.report_form .gfield .ginput_container input::placeholder, .report_form .gfield .ginput_container input:-moz-placeholder, .report_form .gfield .ginput_container input:-ms-input-placeholder, .report_form .gfield .ginput_container input::-moz-placeholder, .report_form .gfield .ginput_container input::-webkit-input-placeholder { 
  color: #004F59;
  font-family: "SF Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
body .report_form_block .report_form #gform_submit_button_1 {
  border-radius: 8px !important;
  background: #004F59 !important;
  width: 243px !important;
  height: 62px !important;
  color: #FFF !important;
  font-family: "SF Pro" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px; /* 125% */
}


.footer {
  background: #1b3a3a;
  color: #fff;
  padding: 50px 0 30px 0;
  text-align: center;
}
.footer_logo {
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.footer_links {
  margin-bottom: 14px;
}
.footer_links span {
  margin: 0 14px;
}
.mobile_only {
  display: none;
}
.report_form_wrp::after {
  content: '';
  opacity: 0.8;
  background: #004F59;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.report_form_wrp .container {
  position: relative;
  z-index: 1000;
}
.testimonial_list ul {
  padding-left: 20px;
}


/************** Thank you Page Start ****************/
.section_thank_you {
  background-color: #fff;
  text-align: center;
  height: 80vh;
  display: flex;
  align-items: center;
  min-height: 500px;
}
.section_headings {
  max-width: 600px;
  margin: 0 auto;
}
.btn_group .d_flex {
  gap: 24px;
  justify-content: center;
}
.btn_group {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 48px;
}
.section_headings h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  padding-bottom: 18px;
  margin-bottom: 0px;
}
.btn_secondary {
  border-radius: 4px;
	font-size: 16px;
  font-style: normal;
  font-weight: 590;
  line-height: 16px;
	padding: 14px 25px;
	background: #eeddd0;
	color: #014f59 !important;
	transition: all .3s ease;
	border: 1px solid #00b398;
  width: 160px;
}
body .btn_secondary:hover {
    text-decoration: unset;
    background: #00b398;
    border-color: #eeddd0;
    transition: all .3s ease;
    color: #fff !important;
}


/************** Thank you Page Start ****************/
.page-id-69566 header#site-header {
    display: none;
}
.hero_btns {
    display: flex;
    gap: 26px;
    width: max-content;
}
.page-id-69566 .hero_btns .btn_primary {
  padding: 23px 32px;
  height: max-content;
}
.page-id-69566 .hero_btns .btn_secondary {
  padding: 23px 32px;
  border-radius: 8px;
  background: #004F59;
  height: max-content;
  width: max-content;
  color: #fff !important;
  border-color: #004f59;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}
.page-id-69566 .btn_primary::before {
  background-color: #004F59;
  border-color: #004F59;
}
.page-id-69566 .btn_primary:hover span { 
  color: #fff !important;
}
.page-id-69566 .btn_secondary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #00b398;
    border-color: #105059;
    transition: left .4s ease;
    z-index: 0;
}
.btn_secondary span {
    position: relative;
    z-index: 1;
    transition: color .3s ease;
}
.btn_secondary:hover::before {
  left: 0;
}
.page-id-69566 .hero_text h1 {
  margin-top: unset;
  margin-bottom: unset;
  padding-bottom: 32px;
  font-weight: 300 !important;
}
.page-id-69566 .description_text {
  padding-bottom: 30px;
  font-weight: 300;
}

.page-id-69566 footer#colophon {
    display: none;
}
.footer_bottom_logo {
    height: 124px;
    width: 151px;
}
footer .footer_wrp .footer_logo {
  height: unset;
}
@media (min-width: 1600px) {
  .testimonials_slider .owl-item {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 1480px;
  }
  .hero_section_wrp .container {
    max-width: 100vw;
  }
  .landing_page_nav .container {
    max-width: 100vw;
  }
  footer .container {
    max-width: 100vw;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  .hero_section_wrp {
    padding-top: 30%;
  }
}
@media (max-width: 1240px) {
  body {
    overflow-x: hidden;
  }
  .container {
    padding-left: 7%;
    padding-right: 7%;
  }
  .hero_inner,
  .features_inner,
  .lead_inner {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }
  .hero_img,
  .features_imgs,
  .lead_form {
    width: 100% !important;
    max-width: 100%;
  }
  .lead_form {
    margin-top: 32px;
  }
  .how_steps {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (min-width: 768.1px) and (max-width: 1180px) {
  .simpler_footer_wrp .footer_content .footer_col {
    width: 28%;
  }
  .simpler_footer_wrp .footer_col_four {
    display: none;
  }
  .simpler_footer_wrp .footer_col_three {
    width: max-content !important;
    text-align: left;
  }
  .simpler_footer_wrp .footer_content .footer_col_one {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
 
  .pre_heading {
    font-size: 10px !important;
    line-height: 16px !important;
    padding-bottom: 14px;
  }

  .btn_primary {
    padding: 16px 24px;
    border-radius: 4px;
  }
  .mobile_only {
    display: block;
  }
  .desktop_only {
    display: none;
  }
  .report_form {
    width: 100%;
    padding: 24px 16px !important;
  }
  .report_form_wrp .gform_fields .gfield {
    height: 48px;
    margin-bottom: 8px !important;
    border-radius: 4px !important;
  }
  .report_form_left, .report_form_block {
    width: 100%;
  }
  .gform-footer.gform_footer.top_label {
    margin-top: 40px;
    width: 100%;
  }
  body .report_form_block .report_form #gform_submit_button_1 {
    width: 100% !important;
    height: 48px !important;
    max-width: 440px;
    border-radius: 4px !important;
  }
  .report_form_wrp {
    padding-top: 70px;
    padding-bottom: 56px;
  }
  .lead_text h2 {
    margin-bottom: 20px;
  }
  .report_form_left p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }

  footer {
    padding-top: 56px;
    padding-bottom: 36px;
  }
  .footer_logo {
    width: 160px;
    margin-bottom: 0px;
  }
  .footer_logo svg {
    width: 100%;
  }
  .footer_top {
    padding-bottom: 46px;
  }
  .footer_content {
    padding-top: 48px;
    position: relative;
  }
  .footer_content > .d_flex {
    display: block;
  }
  .footer_col_four {
    display: none;
  }
  .footer_col_content {
    margin-bottom: 24px;
  }
  .footer_mobile_copyright p {
    text-align: center;
    margin-top: 34px;
    border-top: 1px solid #00B398;
    stroke-width: 1px;
    stroke: #00B398;
    padding-top: 28px;
    color: #FFF;
    font-family: "SF Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
  }



  .logo_img svg path {
    fill: #004F59;
  }
  .hero_section_wrp {
    background: linear-gradient(0deg, rgba(16, 80, 89, 0.90) 28.37%, rgba(16, 80, 89, 0.00) 82.21%);
    min-height: 820px;
  }
  .hero_section {
    background-image: url(https://nuveescapes.com.au/wp-content/uploads/2025/08/HIGH1-21-min.jpg);
  }
  .hero_sub {
    font-size: 10px;
    line-height: 8.9px;
    padding-bottom: 16px;
  }
  .hero_text h1 {
    font-size: 44px;
    line-height: 48px;
    padding-bottom: 18px;
  }
  .description_text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  .hero_inner {
    height: 100%;
    justify-content: flex-end;
  }
  .more_booking_section {
    padding-top: 48px;
    padding-bottom: 64px;
  }
  .small_img {
    display: none;
  }
  .more_booking_wrp > .d_flex {
    display: block;
  }
  .mb_left_col {
    width: 100%;
  }
  .mb_right_col {
    width: 100%;
  }
  .larger_img {
    margin-bottom: 36px;
    width: 100%;
    height: unset;
  }
  .more_booking_content .pre_heading {
    display: none;
  }
  .more_booking_content h2 {
    margin-bottom: 20px;
  }
  .more_booking_content p {
    font-size: 14px;
    line-height: 20px;
  }
  .more_booking_btn {
    margin-top: 32px;
  }
  .partners_section {
    padding-top: 68px;
    padding-bottom: 66px;
  }
  .partners_heading h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .partners_heading .pre_heading {
    padding-bottom: 20px;
  }
  .partners_heading .pre_heading span { 
    display: none;
  }
  .partners_heading {
    padding-bottom: 30px;
  }



  .testimonials_section {
    padding-top: 70px;
    padding-bottom: 56px;
   
  }
  .feature_img_three {
    width: 66px;
    height: 66px;
    position: absolute;
    right: 4%;
    top: 350px;
  }
  .testimonials {
    padding-left: 7%;
    padding-right: 7%;
  }
  .testimonials_slider .owl-item {
    font-size: 20px;
    line-height: 24px;
    padding: 26px 20px 20px 24px;
    height: unset;
    min-height: 244px !important;
  }
  .testimonials > .d_flex {
    display: block;
  }
  .t_col_right, .t_col_left {
    width: 100%;
  }

  .t_col_right {
    padding-top: 70px;
    position: relative;
    width: 100%;
    max-width: unset;
  }
  .owl-nav button {
    width: 38px;
    height: 38px;
  }
  .owl-nav button svg { 
    width: 20px;
  }
  .testimonials_slider::after {
    content: unset;
  }
  .testimonials_slider .owl-nav {
    right: -22px;
  }
  .testimonial_text {
    padding-top: 4px;
  }
  .hiw_step_one .hiw_step_icon {
    top: 240px;
    z-index: 100;
    right: unset;
    left: -20px;
  }
  .hiw_step_two .hiw_step_icon {
    right: -22px;
    top: unset;
    bottom: -74px;
  }
  .hiw_step_number {
    padding-bottom: 10%;
  }
  .how_it_work_section {
    padding-bottom: 40px;
    padding-top: 42px;
  }
  .hiw_steps_bottom {
    margin-bottom: 0px !important;
    padding-top: 34px;
    position: relative;
    z-index: 100;
  }
  .hiw_steps_bottom img {
    position: absolute;
    z-index: 1000;
    left: 64%;
    top: 45px;
  }
  .hiw_steps_top {
    position: absolute;
    top: 80px;
    z-index: 10000;
    width: 140px;

  }
  .hiw_headings .pre_heading {
    padding-bottom: 14px;
  }
  .hiw_steps_list {
    display: block;
    margin: 0 auto;
    width: max-content;
    padding-left: unset;
    padding-right: unset;
  }
  .hiw_steps_bottom p {
    text-align: center;
  }

  .feature_img_one {
    width: 150px;
    height: 150px;
    top: -36px;
    left: 55%;
  }
  .feature_img_two {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 150px;
    right: 0px;
  }
  .heading_text h2 {
    font-size: 40px;
    line-height: 48px;
    width: 250px;
    color: #fff;
  }
  .heading_text h2 {
    font-size: 40px;
    line-height: 48px;
    width: 250px;
    color: #fff;
  }
  .testimonial_list ul {
    padding-left: 20px;
  }
  .testimonials_section .t_col_left ul li {
    font-size: 14px;
    line-height: 14px;
  }
  .testimonials_section .container {
    width: unset;
    padding: unset !important;
    max-width: unset;
  }
  .testimonial_name {
    color: #FFF;
    font-family: "SF Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 590;
    line-height: 9.725px;
    text-transform: uppercase;
    padding-top: 14px;
  }
  .testimonials_slider .owl-item:nth-child(even) .testimonial_name {
    color: #00B398;
  } 

  .partners_logos .owl-item {
    height: 70px !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .landing_page_nav {
      padding-top: 44px;
  }
  body .btn_primary {
    padding: 16px 24px;
  }
  body .btn_primary span {
    font-size: 12px;
    line-height: 9px;
  }
  .description_text {
    padding-bottom: 32px;
  }
  .testimonial_btn {
    margin-top: 26px;
  }
  .footer_mobile_logo {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .gform_submission_error {
    font-size: 16px !important;
    line-height: 16px !important;
  } 

  .hero_text h1 {
    font-family: 'Feature Display';
  }
  .section_headings h1 {
    font-size: 44px;
    line-height: 48px;
  }
  .btn_group .d_flex {
    gap: 8px;
  }
  .hero_btns {
    display: block;
  }
  .page-id-69566 .hero_btns .btn_primary {
    display: block;
    margin-bottom: 18px;
    padding: 18px 28px;
    font-size: 14px !important;
    width: 212px;
    text-align: center;
  }
  .page-id-69566 .hero_btns .btn_primary span { 
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .page-id-69566 .hero_btns .btn_secondary {
    display: block;
    padding: 18px 28px;
    font-size: 14px;
    width: 212px;
  }
  .page-id-69566 .hero_btns .btn_secondary span { 
    font-size: 14px !important;
    line-height: 16px !important;

  }
  .page-id-69566 .hero_text h1 {
    font-weight: 300 !important;
  }
  #gform_1 .gfield_select {
    line-height: 48px;
  }
}