<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One|Open+Sans:400,700);

.centerdiv {
    display: inline-block;
    vertical-align: top;
}

.login {
    margin: auto;
    max-width: 450px;
    padding: 25px;
}

.current-value {
    padding: 10px 12px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: bold;
    color: #333;
    /*margin-left: 10px;*/ /* Align with other form inputs */
    display: block;
    width: auto;
    box-sizing: border-box;
}

.warning {
    color: white;
    background-color: #b13f19;
    text-align: center;
    display: flow;
    margin-left: 124px;
    margin-right: 15px;
    line-height: 1.25;
    padding: 5px 0;
}

.changebutton, .input-number .change-button i {
    visibility: hidden;
}

.apptype {
    min-width:85px;
}
.appidname {
    min-width: 125px;
}

.nav-tabs {
/*    border-bottom: 2px solid #ccc;
*/    display: flex;
    /* justify-content: center; */
    padding-left: 20px;
    position: relative;
    background-color: white;
    margin-bottom: -1px;
}

.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-top: 2px solid #ccc;
    border-bottom-width: 2px;
    margin-bottom: -0.5px;
}

.feature .circle.lg i {
    font-size: 56px;
    line-height: 113px;
    color: white;
}

.pricingTable {
    margin: 30px 0;
    text-align: left;
    position: relative;
    top: 0px;
}

    .pricingTable .pricing_heading:after {
        content: "";
        width: 36px;
        height: 29.5%;
        background: #C93D0D;
        position: absolute;
        top: 0px;
        right: 1px;
        z-index: 2;
        transform: skewY(45deg) translateY(18px);
        transition: all 0.4s ease 0s;
    }

    .pricingTable .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        color: #000;
        text-transform: uppercase;
        background: #C93D0D;
        padding: 15px 0 0;
        margin: 60px 36px 0 -2px;
        transition: all 0.4s ease 0s;
        max-width: calc(100% - 35px);
        top: 1px;
    }

    .pricingTable .value {
        display: block;
        font-size: 35px;
        font-weight: 700;
        color: #000;
        background: #C93D0D;
        padding: 5px 0 10px;
        margin: 0 33px 0 -2px;
        transition: all 0.4s ease 0s;
    }

    .pricingTable:hover .title,
    .pricingTable:hover .value {
        color: #fff;
    }

    .pricingTable .month {
        display: block;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
    }

    .pricingTable .content {
        border-left: 1px solid #f2f2f2;
        position: relative;
    }

    .pricingTable .content:after {
        content: "";
        width: 35px;
        height: 100%;
        background: #f8f8f8;
        box-shadow: 9px 9px 20px #ddd;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        transform: skewY(-45deg) translateY(-18px);
        transition: all 0.4s ease 0s;
    }

    .pricingTable .content ul {
        padding: 0;
        margin: 0 35px 0 0;
        list-style: none;
        background: #fff;
    }

    .pricingTable .content ul li {
        display: block;
        font-size: 15px;
        color: #333;
        line-height: 23px;
        padding: 20px 25px 20px 35px;
        /* border-bottom: 1px solid #f2f2f2; */
        font-weight: 500;
    }


        .pricingTable .content ul li .iti__country, .pricingTable .content ul li iti__divider {
            padding: 0 6px 0 8px;
            margin-bottom: 0px;
            border: unset;
            border-width: 0px !important;
        }

        .application-block .bullets li .iti__country:before, .application-block .bullets li .iti__divider:before {
            border-width: 0px !important;
            max-height: 1px;
            margin: 0px;
        }


.pricingTable .link {
    background: #fff;
    padding-bottom: 30px;
    margin-right: 35px;
    border-bottom: 1px solid #f2f2f2;
}

    .pricingTable .link a {
        display: inline-block;
        padding: 9px 20px;
        font-weight: 700;
        color: #C93D0D;
        text-transform: uppercase;
        border: 1px solid #B13F19;
        background: #fff;
        transition: all 0.4s ease 0s;
    }

.application-block button, .application-block input[type=submit] {
    display: inline-block;
    font-weight: 700;
    color: rgb(201, 61, 13);
    text-transform: uppercase;
    padding: 9px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(177, 63, 25);
    border-image: initial;
    background: rgb(255, 255, 255);
    transition: all 0.4s ease 0s;
}

        #printbutton {
            display: inline-block;
            padding: 9px 20px;
            font-weight: 700;
            color: #000;
            text-transform: uppercase;
            border: 1px solid darkgrey;
            background: #fff;
            transition: all 0.4s ease 0s;
        }

    .pricingTable .back a  {
        display: inline-block;
        padding: 9px 20px;
        font-weight: 700;
        color: #737373;
        text-transform: uppercase;
        border: 1px solid darkgrey;
        background: #fff;
        transition: all 0.4s ease 0s;
    }

    .pricingTable .pay a {
        display: inline-block;
        padding: 9px 20px;
        font-weight: 700;
        color: #C93D0D;
        text-transform: uppercase;
        border: 1px solid #C93D0D;
        background: #fff;
        transition: all 0.4s ease 0s;
    }

    .pricingTable .link a:hover {
        color: #fff;
        background: #B13F19;
        border: 1px solid #B13F19;
    }

    .pricingTable .back a:hover{
        color: #fff;
        background: #737373;
        border: 1px solid rgba(0,0,0,.82);
    }

    .pricingTable .pay a:hover {
        color: #fff;
        background: #737373;
        border: 1px solid rgba(0,0,0,.82);
    }

    .pricingTable:hover .pricing_heading:after,
    .pricingTable:hover .title,
    .pricingTable:hover .value {
        background: #B13F19;
/*        top: -.6px;
*/    }

    #ListLink {
        visibility:hidden;
    }

.btn.btn-framed:hover {
    border-color: #737373;
    background-color: #737373;
    color: #fff
}

.mobilephone .iti--allow-dropdown .iti__flag-container {
    left: 133px !important;
    top: -15px
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    padding-right: 10px;
    width: auto;
    /* min-width: 90px; */
}

#ulfaci input[type="text"], #ulfaci input[type="email"], #ulfaci input[type="telephone"], #ulfaci input[type="password"] {
    top: -7px;
    position: relative;
    float: right;
    font-size:14px;
}

#ulfaci input[type="number"] {
    font-weight: 400;
/*    margin-right: 0px;
*/    top: -25px;
    position: relative;
}

#ulfaci .form-text {
    width: 66% !important;
    margin: 0 15px;
}

#ulfaci .wifispeed {
    margin-left: 110px;
    width: 80px !important;
}

#ulfaci .wifitest {
    margin-left: 120px;
    width: 80px !important;
    display: inline-block;
    top: -58px;
    position: relative;
    right: 35px;
}
#ulfaci input[type="email"] {
    font-weight: 400;
    margin-right: 0px;
}

#ulfaci .radio-inline input[type="radio"] {
    padding-right: 20px;
    width: auto !important;
    /* margin-right: 5px; */
    box-shadow: none;
    margin-top: -6px;
    /* float: left; */
    margin-left: -45px;
    min-width: 50px !important;
}


.header-image {
    background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.00) ), url(../img/brookeunsplash3.jpg?width=1920);
    /*    background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.50) ), url(../img/nomads/austin-distel-h0qVqlvQHuI-unsplash3840.jpg?width=1920);
*/
    /* background-size: 100%; */
    max-height: 450px;
    background-position-x: left;
    padding-top: 40px;
}

.experiences-header-image {
/*    background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.50) ), url(../img/nomads/anupam-mahapatra-Vz0RbclzG_w-unsplash-3840.jpg?width=1920);
*/    background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.50) ), url(../img/howitworks/kayak-experience-canva-2024.jpg);
    background-size: 100%;
    filter: brightness(100%);
    max-height: 450px;
    padding-top: 40px;
    left: 200px;
}

.advertiser-header-image {
/*    background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.50) ), url(../img/designtoastyunsplash4.jpg?width=1920);
*/    background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.50) ), url(../img/howitworks/advertising-photo-canva-2024.jpg);
    background-size: 100%;
    filter: brightness(100%);
    max-height: 450px;
    background-position-x: left;
    padding-top: 40px;
    background-position: top;
}

.header-1 .header-wrap h1 {
    color: white;
    margin: 0px 0px 0PX 150px;
}

.header-1 .header-wrap h2 {
    color: white;
    margin: 0px 0px 0PX 150px;
}

.header-1 .header-wrap h2 {
    text-align: left;
    margin-top: 0px;
/*    padding-top: 40px;
*/}

.header-1 .header-wrap h3 {
    margin: 0px;
    padding: 20px 0px 0 150px;
}

.counter-bgimage {
    /*    background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.33) ), url(../img/howitworks/hoodieview3840.jpg?width=1920);
*/ background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.33) ), url(../img/howitworks/julentto-photography-CIuakYIjadc-unsplash.jpg?width=1920);
    background-position-y: 47%;
}

.footer-image { /**/
    background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.33) ), url(../img/howitworks/beachlyinglaptops3840.jpg?width=1920);
/*                   background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.33) ), url(../img/howitworks/crossedlegs1080.jpg?width=1920);
*/        background-position: center;background-position-y: 30%;
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 120px 0;
}
.boxdark {
    -moz-box-shadow: 1px 1px 8px rgba(0,0,0,.82);
    -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.82);
    box-shadow: 1px 1px 8px rgba(0,0,0,.82);
    padding: 20px;
    position: relative;
}


#ulfaci textarea {
    width: 100%;
}

/*#ulfaci .comments {
    width: 98% !important;
}*/

.mbpstext {
    left: 205px;
    top: -52px;
    position:relative;
    display: inline-block;
}

#ulfaci {
    margin: 0 15px;
}

#ulfaci .ui .bullets li :before {
    vertical-align: middle;
}

    #ulfaci h6 {
        margin: -7px 0 10px 0;
    }

    #ulfaci select[type=text] {
        -moz-box-shadow: 0 0 0 2px rgba(0,0,0,.1),inset 1px 0 5px rgba(0,0,0,.03);
        -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.1),inset 1px 0 5px rgba(0,0,0,.03);
        box-shadow: 0 0 0 2px rgba(0,0,0,.1),inset 1px 0 5px rgba(0,0,0,.03);
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
        appearance: none;
        -webkit-appearance: none;
        background-color: #fff;
        border: none;
        font-size: 14px;
        font-weight: 400;
        outline: 0 !important;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 70%;
        line-height: 35px;
        height: inherit
    }


.application-block .bullets li:before {
    border-width: 1px !important;
}

/*#cbxGDPR {
    margin: 0 30px;
    width: 80%;
}*/

.GDPR{
    padding-left: 18px;
    font-weight:500;
    margin-right: 32px;
    text-align: left;
}

::-webkit-input-placeholder {
    font-weight: 400 !important;
}

::-moz-placeholder {
    font-weight: 400 !important;
}
/* firefox 19+ */
:-ms-input-placeholder {
    font-weight: 400 !important;
}
/* ie */
input:-moz-placeholder {
    font-weight: 400 !important;
}

.might {
    margin-left: 8%;
    margin-right: 8%;
}

ul.links .indent {
    padding-left: 15px;
}

.counter-res-bottom {
    padding-bottom: 25px;
}

.ls {
    height: 50px;
}

.fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before {
    vertical-align: middle;
}

div#LoaderList img, #LoaderList img, #LoaderListStay img, #LoaderListExp img {
    max-width: 100%;
    z-index: 99;
    width: 100px;
    height: 100px;
    left: 33%;
    bottom: 10%;
}

/*div#LoaderListExp img, div#LoaderListStay img{
    margin-top: -50%;
    margin-left: 33%;
}*/


#loading-image {
    position: absolute;
    /* top: 100px;
    left: 240px;*/
    z-index: 100;
}

.tooltip-inner {
    max-width: 300px;
    /* If max-width does not work, try using width instead */
    width: 250px;
}

::-webkit-input-placeholder {
    color: darkred;
}

*::placeholder {
    color: darkred;
}

*::-webkit-input-placeholder {
    color: darkred;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: darkred;
}

.validationerror, .formerror {
    font-size: 18px;
    font-weight: bold;
    background-color: orange;
    padding: 20px 10px;
}

.current {
    font-weight:700;
}

.header-contact-form select, .header-contact-form input {
    padding-left: 40px;
}

.header-contact-bg, .header-form-heading-bg {
    background-color: rgba(86, 86, 86, 1);
}

.reset_text {
    font-size: 14px;
}

.form-div {
    margin: 20px 0;
}

.form-div i {
    padding-left: 10px;
}

/* Modern Form Layout Styles */
label {
    width: unset; 
}

/* Modern form layout */
.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
    margin-left: 20px;
    margin-right: 60px;
}

.form-label {
    flex: 0 0 200px; /* Fixed width for labels */
    font-weight: 500;
}

.form-input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-control {
    flex: 1;
    /*margin-left: 10px;*/ /* Additional left margin for inputs */
}

/* Add left margin to h3 headings to align with form rows */
.subscribe_form h3 {
    margin-left: 20px; /* Match the form-row left margin */
}

/* Required indicator */
.required {
    color: #e74c3c;
    margin-left: 3px;
}

/* Validation errors */
.validation-error {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 10px; /* Align validation errors with input fields */
}

.input-error {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2) !important;
}

/* Form text styling */
.form-text {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    margin-left: 10px; /* Add left margin to align with input fields */
}

.form-text a {
    color: #007bff;
    text-decoration: none;
}

.form-text a:hover {
    text-decoration: underline;
}

/* Additional styling for small elements and warnings */
small.form-text {
    margin-left: 10px; /* Align with input fields */
}

#TourismNumberWarning {
    margin-left: 10px; /* Align warning text with input fields */
}

/* Radio button groups - align horizontally */
.radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap; /* Prevent wrapping to new lines */
    align-items: center;
}

.radio-item {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap; /* Prevent text wrapping */
    flex-shrink: 0; /* Prevent items from shrinking */
}

.radio-item input[type="radio"] {
    margin: 0;
    flex-shrink: 0;
}

.radio-item span {
    flex-shrink: 0;
}

/* WiFi speed specific styling */
.wifi-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wifi-input {
    width: 80px;
}

/* Ensure radio buttons stay aligned even with validation errors */
.input-error .radio-group {
    border: none !important;
    box-shadow: none !important;
}

.input-error .radio-item input[type="radio"] {
    border: 2px solid #e74c3c !important;
    outline: 2px solid #e74c3c !important;
}

.input-error .radio-item span {
    color: #e74c3c !important;
}

/* Add to your existing style section for stay-3 validation */
.input-error .radio-inline label {
    color: red !important;
}

.input-error .radio-inline input[type="radio"] {
    border: 2px solid red !important;
    outline: 2px solid red !important;
}

.required-indicator {
    color: red;
    font-weight: bold;
}

/* Improve input field appearance */
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 0 8px rgba(102, 175, 233, .6);
}

/* Optimize loading indicator positioning */
#LoaderList {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 5px;
}

/* Hide old ITI elements */
.iti .iti--allow-dropdown, .iti, .iti--allow-dropdown {
    display: none;
}

.header-1 .header-wrap h2 {
    color: white;
    margin: 0px 150px 50PX 150PX;
}

.header-wrap {
    margin: 50px 25px;
}

.item.small .image .info h2 {
    margin-bottom: 40px;
}

#mobilephone input[type="text"], #mobilephonestay input[type="text"], #mobilephoneexp input[type="text"] {
    top: -25px;
}

/*.iti__selected-flag {
    margin: 10px 0 0 120px;
}*/

.iti.iti--allow-dropdown {
    display: block;
/*    margin-top: -18px;
*/}

 .pronoun {
     visibility: visible; 
 }

.learnmore {
    position: relative;
    bottom: 10px;
    padding-left: 10px;
 }


.track-progress {
    margin: 0;
    padding: 10px 10px 0 10px;
    background: white;
    height: 80px;
    border-radius: 10px;
    -moz-box-shadow: 0 4px 6px -5px black;
    -webkit-box-shadow: 0 4px 6px -5px black;
    box-shadow: 0 4px 6px -5px black;
}

.track-progress li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    font: 14px/14px Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #bbb;
    border-bottom: 4px #bbb solid;
    line-height: 3em;
    width: 19%;
}

.track-progress li:after {
    content: "\00a0\00a0";
    /*non-breaking space */
}

.track-progress li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}



.track-progress li span {
    padding-left: 0.75em;
}



.track-progress li.done {
    color: #bbb;
    font-weight: bold;
    /*        border-bottom: 4px #ff6699 solid;
*/ border-bottom: 4px #C93D0D solid;
}

    .track-progress li.done:before {
        content: "";
        /*  background: #ff6699;
*/ background: #C93D0D;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

.track-progress li.todo:before {
    content: "";
    background: white;
    border: 0.25em solid #bbb;
    height: 1.2em;
    width: 1.2em;
    border-radius: 0.8em;
}

.track-progress em {
    display: none;
    font-weight: 700;
    padding-left: 0.75em;
}

.track-progress-header {
    margin: 0 auto;
    max-width: 500px;
    width: 75%;
    margin-top: 25px;
    font: 18px/28px "Open Sans", sans-serif;
    color: grey;
}

    .track-progress-header em {
        display: block;
        font-size: 23px;
        font-weight: 700;
        font-style: normal;
        color: darkgrey;
    }

@media (max-width: 800px) {
    .track-progress li {
        font-size: 0.7em;
    }
}

@media (max-width: 640px) {
    .track-progress li span {
        display: none;
    }

    .track-progress em {
        display: inline;
    }

    .pricingTable .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        color: #000;
        text-transform: uppercase;
        background: #C93D0D;
        padding: 15px 0 0;
        margin: 60px 36px 0 -2px;
        transition: all 0.4sease 0s;
        max-width: calc(100% - 35px);
        top: 1px;
    }

}

@media only screen and (max-width: 990px) {
    .tab13 {
        padding-left: 0px;
    }

 .bgimage-property {
        background-position-x: unset;
    }


    .pronoun {
        visibility: hidden;
        display: none;
    }

    .application-block .bullets li:before {
        display: none;
    }

    .pricingTable .content ul li {
        font-weight: 700;
        padding: 15px 5px 15px 5px;
        margin: 20px 0;
        max-width: 90%;
    }

   /* #cbxGDPR {
        margin: 0 30px;
        width: auto;
    }*/

    .GDPR {
        padding-left: 5px;
        font-weight: 500;
        text-align: left;
        margin-right: 32px;
    }

    .header-wrap {
        margin: 0px 25px 50PX 25PX;
    }

    .header-1 .header-wrap h2 {
        color: white;
        margin: unset;
    }

    .header-1 .header-wrap .connectwith {
        margin-top: 100px;
    }

    .feature figure {
        margin-right: 50px;
    }

    .hiddensmall {
        display: none;
    }

    #ulfaci input[type="text"], #ulfaci input[type="email"], #ulfaci input[type="telephone"], #ulfaci input[type="password"] {
        top: -7px;
        position: relative;
        width: 88% !important;
        top: 10px;
        margin-left: auto;
        overflow: hidden;
        display: inline-block;
    }

    #ulfaci input[type="text"], #ulfaci #mobilephonestay #mobilephone input[type="text"], #ulfaci #mobilephoneexp input[type="text"] {
        top: -7px;
        width: 50% !important;
        margin-left: auto;
        /* width: 100% !important; */
        /* max-width: 60%; */
        display: inline-block;
    }

    #ulfaci input[type="number"] {
        left: 0px;
        max-width: 60px;
        /* top:-20px; */
        position:relative;
        /* right: 0; */
    }

    #ulfaci .radio-inline, #ulfaci .radio-inline input[type="radio"] {
        max-width: 100%;
        /* margin-right: 60px; */
        box-shadow: none;
        margin-top: 6px;
        /* float: left; */
        margin-left: 60px !important;
        width: 170px !important;
        top: 10px;
        right: 20;
        line-height: 3;
        vertical-align: middle;
        display: table;
        /* padding-left: 20px; */
    }

    #ulfaci .form-text {
        width: 100% !important;
        margin-left: 0px;
        /* overflow: visible; */
        height: auto;
    }

    #ulfaci .wifispeed {
        margin-left: 120px;
        width: 80px !important;
        position: relative;
        top: 22px;
    }

    #ulfaci .wifitest {
        /* margin-right: 0px; */
        width: 80px !important;
    }


    #ulfaci #countrycode {
        width: 50% !important;
    }

    .iti__selected-flag {
        margin: 0px 0 0 5px;
    }

    .iti--allow-dropdown .iti__flag-container {
        left: 0px !important;
        /* right: unset; */
        top: 20px;
    }

    .iti.iti--allow-dropdown {
        /* left: auto !important; */
        /* top: 26px; */
        display: inline-block !important;
        margin-top: 0px;
        /* right: unset; */
    }

    .warning {
        margin-top: 15px;
        float: left;
        width: 88%;
        margin: 15px 0px 10px 0px;
        /* font-weight: 300; */
        /* overflow: hidden; */
        padding: 0;
        /* float: right; */
        margin-right: 20px;
    }

    #mobilephone .warning {
        margin-top: -15px;
        top: 0;
    }

    .item.small .image .gallery img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .item.small .image .info h2 {
        margin-bottom: 60px;
    }


    .pricingTable {
        margin-bottom: 35px;
    }

    .feature .circle.lg i {
        font-size: 24px;
        line-height: 48px;
        margin-left: -4px;
        margin-top: -1px;
    }

    .header-image {
        background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.50) ), url(../img/brookeunsplash3.jpg?width=900);
        background-position-x: 52%;
        background-size: cover;
        padding: 100px 0 30px;
        min-height: 690px;
    }

    .experiences-header-image {
        background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.50) ), url(../img/howitworks/kayak-experience-canva-2024.jpg?width=900);
        background-position-x: 52%;
        background-size: cover;
        padding: 100px 0 30px;
        min-height: 700px;
    }

    .advertiser-header-image {
        background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.50) ), url(../img/howitworks/advertising-photo-canva-2024.jpg?width=900);
        background-position-x: 52%;
        background-size: cover;
        padding: 100px 0 30px;
        min-height: 700px;
    }
        .header-image h2, .experiences-header-image h2 {
            padding-top: 0px;
        }

    .subheaderapp {
        margin: 25px 0 5px 0 ;
    }

    .header-1 .header-wrap h1 {
        /* width: unset; */
        color: white;
        margin: 0 0 20px 25px;
        /* width: 157px; */
        text-align: left;
        line-height: 1.1;
    }

    .header-1 .header-wrap h2 {
        text-align: left;
        /* padding-top: 40px; */
        /* margin-top: -40px; */
        margin-left: 25px;
        padding-bottom: 50px;
    }

    .header-1 .header-wrap h3 {
        padding: 135px 20px 20px 0;
        margin: 0px 20px 0 25px;
        font-size: 20px;
        text-align: left;
    }

    .footer-image {
        background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.33) ), url(../img/howitworks/crossedlegs1080.jpg?width=1080);
        background-position: center;
        /*  background-position-y: 0%;*/
        background-repeat: no-repeat;
        background-size: 100%;
        height: 450px;
        padding: 40px 0;
    }

    #ulfaci {
        margin: 0 10px;
    }


    .might {
        margin-left: 10%;
        margin-right: 8%;
    }

    .item.small .image {
        height: 230px;
        object-fit: cover;
        overflow: hidden;
    }

        .item.small .image .info {
            max-height: 200px;
            height: 200px;
        }

    #FirstName .pricingTable .content ul li {
        padding-top: 0px;
    }

    /* Mobile responsive adjustments for modern forms */
    .form-row {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .form-label {
        flex: none;
    }
    
    .radio-group {
        gap: 15px;
        flex-wrap: wrap; /* Allow wrapping on mobile if needed */
        justify-content: flex-start;
    }
    
    .wifi-group {
        flex-wrap: wrap;
        gap: 8px;
    }
}

/* override styles when printing */
/* print styles */
@media print {

    #header,
    #footer,
    #nav {
        display: none !important;
    }

    #printableArea body {
        margin: 0;
        color: #000;
        background-color: #737373;
    }
}</pre></body></html>