 :root {
     --vc-navy: #20395f;
     --vc-navy-deep: #162c4c;
     --vc-sky: #ebf2fb;
     --vc-sky-soft: #edf4fb;
     --vc-cream: #fbfbf8;
     --vc-text: #24344f;
     --vc-gold: #FFB237;
     --vc-border: rgba(24, 46, 78, 0.1);
 }

 * {
     margin: 0px;
     padding: 0px
 }

 body {
     color: var(--vc-text);
     background: #fff;
     font-family: "Vidaloka", serif;
     font-weight: 400;
     font-style: normal;
     font-size: 1rem;
 }

 h1,
 h2,
 h3,
 h4,
 .brand-wordmark {
     font-family: "Vidaloka", serif;
     letter-spacing: -0.02em;
 }

 .brand-wordmark img {
     max-width: 300px;
 }

 .nav-header .btn-vc-outline {
     padding: 0.72rem 1.7rem;
 }

 .poppins {
     font-family: "Poppins", sans-serif;
     font-weight: 400;
     font-style: normal;
 }

 a {
     text-decoration: none;
 }

 /**/
 /* === NAVIGATION === */
 .nav-header {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     background: rgba(255, 255, 255, 1);
     backdrop-filter: blur(12px);
     border-bottom: 1px solid var(--border);
     z-index: 1000;
     transform: translateY(-100%);
     transition: transform 0.3s ease;
 }

 .nav-header.visibleTop {
     transform: translateY(0);
 }

 .heroLogo img {
     max-width: 180px;
 }

 .nav-menu a.active {
     color: #152844;
     font-weight: 600;
 }

 .mobile-menu-btn {
     background: none;
     border: none;
     font-size: 1.5rem;
     color: var(--vc-navy);
     cursor: pointer;
     transition: color 0.3s ease;
 }

 .mobile-menu-btn:hover {
     color: var(--vc-navy);
 }

 .nav-container {

     margin: 0 auto;
     padding: 0 6.4rem;
     display: flex;
     align-items: center;
     justify-content: space-between;
     height: 80px;
 }

 .logo-img {
     height: 28px;
 }

 .nav-menu {
     display: none;
     gap: 2.5rem;
 }

 .nav-menu a {
     color: var(--vc-navy);
     text-decoration: none;
     font-size: 1rem;
     letter-spacing: 0.05em;
     transition: color 0.3s ease;
 }

 .nav-menu a:hover {
     color: #152844;
 }

 .sticky-cta {
     display: flex;
     position: fixed;
     bottom: 0;
     left: 0;
     right: 0;
     padding: 0.75rem 0.7rem;
     z-index: 900;
     justify-content: space-around;
 }

 @media (min-width: 1024px) {
     .logo-img {
         height: 32px;
     }

     .nav-menu {
         display: flex;
     }

     .mobile-menu-btn {
         display: none;
     }

     .sticky-cta {
         display: none;
     }
 }

 .texError {
     font-size: 12px;
 }

 #country_code {
     max-width: 90px
 }

 #bookingModal .modal-lg {
     max-width: 700px;
 }

 /* === MOBILE MENU === */
 .mobile-menu {
     position: fixed;
     inset: 0;
     background: rgba(255, 255, 255, 0.98);
     backdrop-filter: blur(20px);
     z-index: 2000;
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0;
     visibility: hidden;
     transition: all 0.3s ease;
 }

 .mobile-menu.active {
     opacity: 1;
     visibility: visible;
 }

 .mobile-menu-close {
     position: absolute;
     top: 1.5rem;
     right: 1.5rem;
     background: none;
     border: none;
     font-size: 1.75rem;
    color: var(--vc-navy);
     cursor: pointer;
     transition: color 0.3s ease;
 }

 .mobile-menu-close:hover {
     color: var(--brown);
 }

 .mobile-menu-content {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 2rem;
 }

 .mobile-menu-content a {
     color: var(--vc-navy);
     text-decoration: none;
     font-size: 1rem;
     letter-spacing: 0.05em;
     transition: color 0.3s ease;
 }

 .cusicn {
     background-image: url("../images/calendar.gif");
     background-position: bottom 20px right 10px;
     background-repeat: no-repeat
 }

 @media (min-width: 1024px) {
     .mobile-menu {
         display: none;
     }



 }

 /**/
 .container-fluid {
     padding-left: 5rem;
     padding-right: 5rem;
     position: relative;
     z-index: 10;
 }

 .container {
     max-width: 1096px;
 }

 .section-space {
     padding: 100px 0;
 }

 .section-soft {
     background: var(--vc-sky);
 }

 .section-navy {
     background: var(--vc-navy);
     color: #fff;
 }

 .section-title {
     font-size: 34px;
     line-height: 50px;
     margin-bottom: 2.5rem;
     text-align: center;
 }

 .section-kicker {
     display: inline-block;
     padding: 0.35rem 0.8rem;
     border-radius: 999px;
     background: rgba(255, 255, 255, 0.18);
     color: #fff;
     font-size: 0.8rem;
     font-weight: 700;
     letter-spacing: 0.06em;
     text-transform: uppercase;
 }


 .hero {
     padding: 20px 0px 0px;
     min-height: 100vh;
     position: relative;
     color: #fff;
     background-image:
         url("../images/heroCaravan.jpg");
     background-size: 100% auto;
     background-repeat: no-repeat;
     background-position: center top;
 }

 .hero .container {
     z-index: 11;
     position: relative;
 }

 .hero .btn-vc-outline {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 3px;
 }

 .hero:after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(180deg, rgba(26, 49, 82, 0) 75%, rgba(26, 49, 82, 1) 100%, rgba(34, 50, 73, 1) 100%);
     z-index: 1;
 }

 .hero .navbar {
     padding-top: 1.25rem;
     padding-bottom: 1.25rem;
 }

 .brand-mark {
     width: 42px;
     height: 42px;
     border: 2px solid currentColor;
     clip-path: polygon(0 0, 34% 0, 50% 70%, 66% 0, 100% 0, 62% 100%, 38% 100%);
     opacity: 0.85;
 }

 .brand-wordmark {
     font-size: 2.15rem;
     font-weight: 700;
     line-height: 1;
 }

 .brand-wordmark span {
     font-family: "Manrope", sans-serif;
     font-size: 0.95em;
     letter-spacing: 0.02em;
 }

 .hero-content {
     padding: 11rem 0 8rem;
     text-align: center;
 }

 .bi {
     font-size: 1.1em;
     font-weight: 700;
 }

 .hero h1 {
     font-size: clamp(3rem, 4.45vw, 5.5rem);
     line-height: 4.45rem;
     margin-bottom: 1.5rem;
     letter-spacing: -1px;
 }

 .hero p {
     max-width: 760px;
     margin: 1.5rem auto 2rem;
     font-weight: 500;
     font-size: 18px;
     line-height: 34px;
     color: rgba(255, 255, 255, 0.92);
 }

 .btn-vc,
 .btn-vc-outline {
     border-radius: 999px;
     padding: 0.95rem 1.7rem;

 }

 .btn-vc {
     background: #fff;
     color: var(--vc-navy);
 }

 .btn-vc:hover {
     background: #f3f7fc;
     color: var(--vc-navy-deep);
 }

 .btn-vc-outline {
     background: var(--vc-navy);
     border-color: rgba(255, 255, 255, 0.2);
     color: #fff;
 }

 .btn-vc-outline:hover {
     background: var(--vc-navy-deep);
     color: #fff;
 }

 .info-card,
 .feature-card,
 .quote-card,
 .faq-wrap .accordion-item {
     border: 1px solid var(--vc-border);
     border-radius: 16px;
     background: rgba(255, 255, 255, 0.98);
     box-shadow: 0 18px 45px rgba(29, 51, 86, 0.08);
 }

 .feature-card,
 .info-card {
     padding: 1.5rem;
     height: 100%;
 }

 .feature-icon {
     width: 45px;
     height: 45px;
     border-radius: 12px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     color: var(--vc-navy);
     font-size: 1.1rem;
     margin-bottom: 2.5rem;
 }

 .feature-card h3,
 .split-copy h3 {
     font-size: 26px;
     line-height: 40px;
     margin-bottom: 0.75rem;
     color: #1A3152;
 }

 .info-card h3 {
     font-size: 23px;
     line-height: 34px;
     margin-bottom: 0.75rem;
     color: #1A3152;
 }

 .offer-card h3 {
     font-size: 24px;
     line-height: 34px;
     margin-bottom: 0.75rem;
     color: #1A3152;
 }

 .info-card p {
     font-size: 16px;
     line-height: 30px;
 }

 .feature-card p,
 .faq-wrap .accordion-body,
 .small-copy {
     color: #53647f;
     line-height: 1.75;
 }

 ul {
     list-style: none;
     padding: 0px;
 }

 .small-copy li {
     position: relative;
     padding-left: 30px;
     margin-bottom: 0.2rem;
     font-size: 14px;
     line-height: 28px;
 }

 .btnEnquire {
     background: var(--vc-navy);
     border-color: rgba(255, 255, 255, 0.2);
     color: #fff;
     padding: 0.1rem 0.5rem;
     margin-left: 0.5rem;
     font-size: 14px;
 }

 .btnEnquire:hover {
     background: var(--vc-navy-deep);

 }

 .small-copy li::before {
     content: "";
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-image: url(../images/list-icon.svg);
     background-repeat: no-repeat;
     background-position: left center;
 }

 .image-band {
     padding: 100px 0px;
     position: relative;
     min-height: 750px;
     background: url("../images/vuori-caravan.jpg") center/cover no-repeat;
 }

 .image-band h2 {
     font-size: 34px;
     line-height: 46px;
     margin-bottom: 0.75rem;
     color: #1A3152;
 }

 .floating-panel {
     max-width: 390px;
     margin-left: auto;
     background: rgba(255, 255, 255, 0.9);
     border: 1px solid rgba(255, 255, 255, 0.65);
     backdrop-filter: blur(8px);
     border-radius: 22px;
     padding: 2.2rem;
     box-shadow: 0 25px 55px rgba(17, 35, 60, 0.18);
 }

 .floating-panel p {
     font-size: 16px;
     line-height: 30px;
 }


 .image-tile,
 .gallery-tile {

     overflow: hidden;
     background: #d0def2;
     min-height: 280px;
     background-size: cover;
     background-position: center;
 }


 .map-card img {
     border-radius: 16px;
 }

 .image-tile.primary {
     background-image: linear-gradient(135deg, rgba(16, 33, 60, 0.18), rgba(16, 33, 60, 0.08));
 }

 .image-tile.secondary {
     background-image: linear-gradient(135deg, rgba(16, 33, 60, 0.15), rgba(16, 33, 60, 0.04));
     min-height: 520px;
 }

 .offer-card,
 .season-card {
     background: #eef4fc;
     border-radius: 18px;
     overflow: hidden;
 }

 .season-card {
     margin-top: 80px;
 }

 .offer-card .content,
 .season-card .content {
     padding: 2rem;
 }

 .price-list {
     list-style: none;
     padding: 0;
     margin: 0;
     border-radius: 10px;
 }

 .price-list li:first-child {
     padding-top: 0;
 }

 .price-list li:last-child {
     padding-bottom: 0;
 }

 .price-list li {
     display: flex;
     justify-content: space-between;
     gap: 1rem;
     padding: 0.5rem 0 0.5rem;
     border-bottom: 1px dashed rgba(32, 57, 95, 0.22);
     color: var(--vc-text);
 }

 .priceList li {
     font-size: 1rem;
     padding: 0rem 0 0.5rem;
     color: #fff;
     position: relative;
     padding-left: 24px;
 }

 .priceList {
     list-style: none;
     padding: 0;
     margin: 0;

 }

 .priceList li::before {
     content: "";
     position: absolute;
     left: 0px;
     top: 8px;
     width: 100%;
     height: 100%;
     background-image: url(../images/arrow-icon.svg);
     background-repeat: no-repeat;
     background-position: left top;
 }

 .price-list li:last-child {
     border-bottom: 0;
 }

 .location-hero {
     position: relative;
     padding: 0px;
 }

 .location-hero .position-absolute {
     padding: 100px 0px;
 }

 .location-hero h4 {
     font-size: 20px;
     line-height: 26px;
     color: #1A3152;
 }

 .map-circle {
     position: absolute;
     border: 2px solid #d5483d;
     border-radius: 50%;
 }

 .map-circle.one {
     width: 120px;
     height: 120px;
     top: 170px;
     left: 90px;
 }

 .map-circle.two {
     width: 240px;
     height: 240px;
     top: 110px;
     left: 30px;
 }

 .map-circle.three {
     width: 380px;
     height: 380px;
     top: 35px;
     left: -45px;
 }

 .map-pin {
     position: absolute;
     color: #1d2435;
     font-size: 0.92rem;
     font-weight: 700;
 }

 .map-pin::before {
     content: "";
     display: inline-block;
     width: 12px;
     height: 12px;
     margin-right: 0.45rem;
     border-radius: 50%;
     background: #df4a3f;
     vertical-align: middle;
 }

 .amenity-bar {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 1rem 2rem;
     color: #50627f;
     font-size: 0.92rem;
 }

 .amenity-bar span {
     color: #1A3152;
     font-size: 1rem;
     line-height: 26px;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 0.4em;
 }

 .btn-light {
     font-size: 14px;
     line-height: 24px;
     background-image: url(../images/icon/toggle-icon.svg);
     background-repeat: no-repeat;
     background-position: right 12px center;
     padding-right: 30px !important;
     imn-width: 120px
 }

 .btn-light.dropdown-toggle::after {
     display: none;
 }



 .tag {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     min-width: 84px;
     padding: 0.2rem 1.26rem;
     border-radius: 5px;
     background: #C1D2EA;
     color: var(--vc-navy);
     font-size: 1.099rem;

 }

 .activity-pill {
     background: #edf3fb;
     border: 1px solid rgba(32, 57, 95, 0.08);
     border-radius: 14px;
     padding: 0.9rem 1rem;
     display: flex;
     align-items: center;
     gap: 0.7rem;
     min-height: 66px;
 }

 .activity-pill span {
     color: var(--vc-navy);
     font-size: 1rem;
 }

 .benefit-box {
     background: var(--vc-navy);
     color: #fff;
     border-radius: 16px;
     padding: 1.5rem;
 }

 .gallery-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 1rem;
 }

 .gallery-tile {
     display: grid;
     row-gap: 16px;
     background-color: #FFF;
     overflow: hidden;
 }

 .gallery-tile img {
     display: block;
     width: 100%;
     border-radius: 10px;
     transition: transform 0.45s ease, box-shadow 0.45s ease;
     transform-origin: center;
 }

 .gallery-tile img:hover {
     transform: scale(1.08);
     box-shadow: 0 18px 38px rgba(10, 18, 35, 0.18);
 }

 .column-gap-4 {
     row-gap: 16px;
 }

 .gallery-tile.tall {
     min-height: 300px;
 }

 .quote-card {
     padding: 1.5rem;
     height: 100%;
 }

 .quote-card p {
     font-size: 1rem;
     line-height: 26px;
 }

 .contGuest h6 {
     font-size: 1rem;
     margin-bottom: 0.8rem;
     color: #fff;
     font-weight: 500;
 }

 .contGuest p {
     font-size: 0.875rem;
     margin-bottom: 0.8rem;
 }

 .stars {
     color: var(--vc-gold);
     letter-spacing: 0.14em;
     font-size: 1.8rem;
     margin-bottom: 0.8rem;
 }

 .map-card {
     border-radius: 16px;
     position: relative;
 }

 /* 
 .map-card::after {
     content: "Resort Area Map";
     position: absolute;
     right: 1rem;
     bottom: 1rem;
     background: rgba(32, 57, 95, 0.9);
     color: #fff;
     padding: 0.5rem 0.75rem;
     border-radius: 999px;
     font-size: 0.8rem;
     font-weight: 700;
 } */


 .faq-wrap .accordion-item {
     overflow: hidden;
     margin-bottom: 1rem;
     padding-top: 24px;
     padding-bottom: 24px;
 }

 .faq-wrap .accordion-button {
     font-weight: 400;
     color: var(--vc-text);
     background: #fff;
     box-shadow: none;
     font-size: 18px;
     padding-top: 0px;
     padding-bottom: 0px;
     line-height: 28px;
 }

 .faq-wrap .accordion-button:not(.collapsed) {
     color: var(--vc-navy);
     background: #fff;
 }

 footer {
     padding: 2.25rem 0 3rem;
 }

 footer .contact-block strong {
     display: block;
     margin-bottom: 0.6rem;
 }

 .button-border {
     border: 2px solid #1A3152;
     background: transparent;
     padding: 0.95rem 1.7rem;
     border-radius: 999px;

 }

 .button-border:hover {
     background: #1A3152;
     color: #fff;
 }

 #contact strong {
     font-weight: 400;
     font-size: 18px;
     margin-bottom: 0.8rem;
 }

 footer {
     padding: 60px 0px 60px;
 }

 #contact p {
     font-size: 14px;
     line-height: 26px;
     font-weight: 400;
 }

 #contact p a {
     color: #1A3152;
 }

 .small {
     border-top: 1px solid #EBF2FB;
 }

 #contact .small p {
     font-size: 12px;
 }

 .linked-block a {

     font-size: 16px;
     font-weight: 400;
     line-height: 30px;
 }

 .fontsize {

     font-size: 16px;
     font-weight: 700;


 }

 .mapsection .container {
     max-width: 1320px;
 }

 .how-section {
     background: #1f3a5c;
     padding: 100px 0 90px;
     color: #fff;
     font-family: Georgia, serif;
 }

 .how-box {
     padding: 0 25px 0;
     min-height: 460px;
     position: relative;
     text-align: center;
 }


 .steps-line {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     position: relative;
 }

 .step {
     width: 30%;
     position: relative;
 }

 .step:not(:last-child)::after {
     content: "";
     position: absolute;
     top: 31px;
     left: calc(50% + 68px);
     width: calc(100% - 75px);
     height: 1px;
     background: rgba(255, 255, 255, 0.22);
 }

 .icon-circle {
     width: 67px;
     height: 67px;
     border-radius: 50%;
     background: #fff;
     margin: 0 auto 26px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .icon-circle img {
     width: 26px;
     height: 26px;
     object-fit: contain;
 }

 .step h4 {
     font-size: 24px;
     margin-bottom: 14px;
 }

 .step p {
     font-size: 16px;
     line-height: 24px;
     margin: 0;
 }

 .book-btn {
     display: inline-flex;
     align-items: center;
     gap: 14px;
     background: #fff;
     color: #1f3a5c;
     padding: 16px 31px;
     border-radius: 40px;
     text-decoration: none;
     font-size: 16px;
     margin-top: 95px;
 }

 .book-btn span {
     font-size: 30px;
     line-height: 0;
 }

 .owl-carousel .owl-stage,
 .owl-carousel .owl-item {
     display: flex
 }

 .owl-carousel .owl-stage-outer {
     height: 100%;
     display: flex
 }

 .thankYou .btn-close {
     position: absolute;
     right: 15px;
     top: 15px;
 }

 .thankYou .btnClose {
     color: #1d3557 !important;
     text-decoration: underline
 }

 .thankYou {
     padding: 30px 24px;
     background-color: #fff;
     border-radius: 15px;
 }
.formPopup .mfp-iframe-holder .mfp-close,.formPopup .mfp-image-holder .mfp-close{position:absolute}
.formPopup2 .mfp-iframe-holder .mfp-close,.formPopup2 .mfp-image-holder .mfp-close{position:absolute}

 .booking-modal {
     border-radius: 6px;
     border: none;
 }

 .booking-modal h2 {
     font-size: 30px;
     color: #1d3557;
     line-height: 40px;
 }

 .form-label {
     font-size: 14px;
     color: #1d3557;
 }

 .form-label span {
     color: #e63946;
 }

 .optional {
     color: #1d3557 !important;
 }

 .custom-input {
     background-color: #eaf1fb;
     border: none;
     border-radius: 4px;
     min-height: 55px;
     padding: 14px 20px;
     color: #1d3557;
 }

 .custom-input::placeholder {
     color: #5f6f86;
     opacity: 1;
 }

 .custom-input.custom-input {
     padding-top: 9.5px;
     padding-bottom: 9.5px;
 }

 .custom-input:focus {
     background-color: #eaf1fb;
     box-shadow: none;
 }

 .phone-code-select {
     max-width: 115px;
     color: #1d3557;
     font-size: 14px;
     padding-left: 0;
     padding-right: 24px;
 }

 .phone-code-select:focus {
     box-shadow: none;
 }

 a.custom-input.custom-input {
     line-height: 36px;
 }

 a.custom-input.custom-input:hover {
     background: #eaf1fb !important;
 }

 .option-box {
     min-height: 55px;
     background: #eaf1fb;
     border-radius: 4px;
     padding: 14px 20px;
     display: flex;
     align-items: center;
     gap: 12px;
     cursor: pointer;
     color: #1d3557;
 }

 .option-box input[type="radio"] {
     width: 20px;
     height: 20px;
     accent-color: #1d3557;
 }

 .addons-box {
     background: #eaf1fb;
     border: 1px dashed #3b82f6;
     border-radius: 8px;
     padding: 13px 14px;
 }



 .textarea {
     resize: none;
     min-height: 125px;
 }

 .submit-btn {
     background: #1d3557;
     color: white;
     border: none;
     border-radius: 30px;
     padding: 13px 32px;
 }

 .submit-btn:hover {
     background: #142640;
 }

 .formPopup .mfp-content {
     max-width: 992px;
     width: 100%;

     padding: 30px 24px;
     min-height: 670px;
 }

 .formPopup2 .mfp-content {
     max-width: 500px;
     width: 100%;
     padding: 24px;
     min-height:150px;
 }


 .mfp-close-btn-in .mfp-close {
     font-size: 0px;
     background-image: url("../images/close-icon.svg");
     background-repeat: no-repeat;
     background-position: center;
 }

 .row.owl-carousel {
     display: flex
 }

 @media (max-width:1180px) {
     .hero {
         background-size: cover;
     }

     .container-fluid {
         padding-left: 1rem;
         padding-right: 1rem;
     }
 }

 @media (max-width: 991.98px) {
     .section-space {
         padding: 50px 0;
     }

     .hero-content {
         padding: 4.5rem 0rem;
     }

     .image-band {
         min-height: auto;
         padding: 4rem 0;
     }

     .floating-panel {
         margin: 0;
     }

     .gallery-grid {
         grid-template-columns: repeat(2, 1fr);
     }

     .steps-line::before {
         display: none;
     }
     .formPopup .mfp-content{min-height:800px;}
 }

 @media (max-width: 576px) {
     .custom-input.cusicn {
         padding-right: 42px;
         font-size: 14px;
         background-position: center right 12px;
         background-size: 16px;
     }

     .hero-content {
         padding: 2.5rem 0;
     }

     .hero p {
         padding-bottom: 0rem
     }

     .hero .navbar {
         padding-top: 0.55rem;
     }

     .hero .flex-column {
         grid-template-columns: repeat(2, 1fr);
     }

     .brand-wordmark {
         font-size: 1.65rem;
     }

     .hero h1 {
         font-size: 2.3rem;
         line-height: 45px;
     }

     .offer-card .content,
     .season-card .content {
         padding: 1.2rem;
     }

     .hero h1 br {
         display: none
     }

     .hero p {
         font-size: 1rem;
         line-height: 24px;
     }

     .floating-panel {
         text-align: center;
         padding: 1.2rem;
     }

     .gallery-grid {
         grid-template-columns: 1fr;
     }

     #contact .contact-block,
     #contact .linked-block,
     #contact p {
         text-align: center
     }

     #contact .linked-block a {
         margin-bottom: 16px;
     }

     .benefit-box {
         text-align: center
     }

     .priceList li {
         text-align: left
     }

     .mapsection .btn-vc-outline {
         display: block;
         width: max-content;
         margin: auto;
     }

     .mapsection .section-title,
     .mapsection .small-copy {
         text-align: center !important
     }

     .location-hero {
         padding-top: 0px
     }

     .location-hero .info-card {
         padding: 0.5rem;
         background-color: #EBF2FB
     }

     .section-soft .info-card {
         padding: 0.8rem;
         width: 100%
     }

     .location-hero .section-title {
         color: #1E2E47
     }

     .position-absolute {
         position: relative !important
     }

     .feature-card,
     .info-card {
         text-align: center;
     }

     .brand-wordmark img {
         max-width: 130px;
         height: auto;
     }

     .feature-icon {
         margin-bottom: 1.1rem;
     }

     .start-50 {
         left: 0px !important;
     }

     .location-hero .position-absolute {
         padding: 0px 0px;
         width: 97% !important
     }

     .translate-middle-x {
         transform: translateX(0px) !important;
     }

     .steps-line {
         display: block
     }

     .step {
         width: 100%;
         padding-bottom: 100px;
     }

     .step:not(:last-child)::after {
         width: 1px;
         height: calc(50% - 75px);
         left: 0px;
         right: 0px;
         margin: auto;
         top: auto;
         bottom: 20px;
     }

     .step:last-child {
         padding-bottom: 0px;
     }

     #activiFree .col-12 {
         flex: 1;
     }

     #activiPaid .col-12 {
         display: flex;
         flex-direction: column;
         flex: 1;
     }

     .activity-pill {
         display: block;
         text-align: center
     }

     .activity-pill img {
         width: auto !important;
         margin: auto auto 10px;
     }

     .container {
         padding-left: 20px;
         padding-right: 20px;
     }

     .row.owl-carousel {
         margin-left: 0px;
         margin-right: 0px;
     }

     .owl-carousel .owl-stage-outer {
         padding-left: 0px;
         padding-right: 0px;
     }

     #navbar .btn-vc-outline {
         display: none
     }

     .nav-container {
         padding: 10px 20px;
         height: auto;
     }

     .heroLogo img {
         max-width: 130px;
     }

     .sticky-cta {
         column-gap: 10px;
         align-items: center;
     }

     .sticky-cta .btn-vc-outline img {
         max-width: 87px;
     }

     .sticky-cta .btn-vc,
     .sticky-cta .btn-vc-outline {
         width: 100%;
         font-size: 14px;
         line-height: 20px;
         display: flex;
         max-width: 50%;
         justify-content: center;
         align-items: center;
         padding: 0.75rem 1.3rem;
         text-align: left;
     }

     .btnEnquire {
         font-size: 13px;
     }

     .feature-card p,
     .faq-wrap .accordion-body,
     .small-copy {
         font-size: 14px;
     }

     .floating-panel p {
         font-size: 14px;
         line-height: 26px;
     }

     .section-title {
         font-size: 30px;
         line-height: 45px;
         margin-bottom: 2rem;
     }

     .info-card h4 {
         font-size: 16px;
         line-height: 26px;
     }

     .feature-card h3,
     .split-copy h3,
     .image-band h2,
     .info-card h3,
     .offer-card h3,
     .step h4,
     .booking-modal h2 {
         font-size: 20px;
         line-height: 30px;
     }

     .step p {
         font-size: 14px;
         line-height: 22px;
     }
    .formPopup .mfp-content{min-height:1100px;}
 }