:root {
    --old-standard-font: "Old Standard TT", serif;
    --roboto-font: "Roboto", sans-serif;
    --navbar-height: 90px;
    --white-color: #FFFFFF;
    --off-white-shade: #F5F0EB;
    --theme-primary: #ebe3d7;
    --black-color: #212322;
    --gray-color: #6D6F6E;
    --border-color: #A7A9A8;
    --light-gray-color: #F2F2F2;
    --label-color: #474948;
    --text-danger: #dc3545;
    --blue-color: #52D5F5;
    --dark-gray: #828282;
    --transparent-color: transparent;
    --checked-color: #DCCEB9;
}

<!-- START Arabic CSS RTL -->

[lang=ar] .form-group>label {
  order: 2;
  direction: rtl;
}

[lang=ar] .form-group>p {
  order: 1;
  text-align: right;
}

[lang=ar] .form-group {
  justify-content: flex-start;
  direction:rtl;
}

[lang=ar] .checkbox-custom+.checkbox-custom-label:before,
[lang=ar] .radio-custom+.radio-custom-label:before {
  margin-right: unset;
  margin-left: 10px;
}

[lang=ar] .form-row .input-group,
[lang=ar] .input-group,
[lang=ar] .touch-section,
[lang=ar] .social-links,
[lang=ar] .grid-col-3,
[lang=ar] .unscubscribe-preferences .form-group,
[lang=ar] .guest-other-consent,
[lang=ar] .other-section,
[lang=ar] .policy-section .paragraph,
[lang=ar] .unscubscribe-preferences .heading-title,
[lang=ar] .unscubscribe-preferences .paragraph {
  direction: rtl;
}

[lang=ar] .floating-label {
  right: 5px;
}

[lang=ar] .links li,
[lang=ar] #preferences-section .heading-title,
[lang=ar] .text-right {
  text-align: right;
}

<!-- END Arabic CSS RTL -->

.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid blue;
  width: 12px;
  height: 12px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
display:none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.highlight-phase {
    color: var(--text-danger);
    font-size: 1rem;
}

input::-webkit-calendar-picker-indicator {
    display: none;
    opacity: 0;
}
#saveMessage1{
    font-family: var(--old-standard-font);
    font-weight: 400;
    margin: 1rem 0;
    font-size: 1.125rem;
    text-align: center;
display:none;
}
#saveMessage2{
    font-family: var(--old-standard-font);
    font-weight: 400;
    margin: 1rem 0;
    font-size: 1.125rem;
    text-align: center;
display:none;
}
input,
select {
    background: var(--transparent-color) !important;
    border: unset;
    border-radius: unset;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
}

select {
    font-family: var(--roboto-font);
    font-size: 0.8rem;
    font-weight: 400;
    cursor: pointer;
    height: calc(0.5em + 1.75rem);
}

.sBtn-text {
    color: var(--label-color);
}

.policy-section>.form-group {
    margin: 1rem 0;
}

.select2-selection__arrow {
    background-image: url('https://image.explore.jumeirah.com/lib/fe32117373640478711171/m/1/232d731b-7b3c-42b1-8f73-9c0ba3e21139.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 14px;
}

.select2-container--default .select2-selection--single {
    background: var(--transparent-color) !important;
    height: calc(0.5em + 1.5rem) !important;
    border: unset !important;
    border-bottom: 1px solid var(--border-color) !important;
    border-radius: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
    position: absolute;
    top: 1px !important;
    right: 10px !important;
    width: 20px !important;
}

.select2-search__field {
    margin-bottom: 0.5rem !important;
    padding: 0.5rem !important;
}

.select2-results__options {
    text-transform: uppercase !important;
}

.select2-dropdown {
    box-shadow: 0px 4px 4px 0px #0000001A !important;
    border: unset !important;
    border-radius: unset !important;
    padding: 1rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--theme-primary) !important;
    color: var(--gray-color) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.input-date {
    position: relative;
    background-color: var(--white-color);
    z-index: 0;
}

option:hover,
.active {
    background-color: var(--black-color);
    color: var(--white-color);
    cursor: pointer;
}

/* Standard CSS properties for all elements */
* {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

.navbar-section {
    padding: 2rem;
    border-bottom: 2px solid #A7A9A8;
    box-shadow: 0px 5px 18px 0px #00000029;

}

.navbar-section .navbar-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-transform: uppercase;
    color: var(--gray-color);
    font-family: var(--old-standard-font);
    font-weight: 500;
    font-size: 0.8rem;
}

.text-underline {
    text-decoration: underline;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--black-color) !important;
    text-transform: uppercase !important;
    font-size: 0.8rem;
}

.select2-container {
    width: -webkit-fill-available !important;
}

.navbar-item li.active {
    border-bottom: 1px solid var(--black-color);
    background: unset;
    color: var(--black-color);
}

input:focus-visible,
select:focus-visible {
    outline: none;
    border-bottom: 1px solid var(--border-color);
}

select {
    font-family: var(--old-standard-font);
    font-size: 0.8rem;
}

select option {
    padding: 10px;
}

html {
    box-sizing: border-box;
    font-size: 16px;
    height: 100%;
}

body {
    background-color: var(--white-color);
    font-family: var(--roboto-font);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black-color);
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
}

.header-title h1 {
    font-size: 1.5rem;
    font-family: var(--old-standard-font);
    font-weight: 600;
    color: var(--black-color);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.web-header {
    padding: 0.5rem 2rem;
    box-shadow: 0 2px 4px 0 rgba(var(--black-color), .2);
    width: 100%;
    background: var(--theme-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}


.right-menu {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

#language-selector {
    max-width: 120px;
    min-width: 100px;
    margin-left: auto;
}

#language-selector .select-btn {
    padding: 0.5rem 0 0.5rem 1rem;
    text-transform: capitalize;
}

#language-selector .options .option {
    padding: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.brand-logo {
    height: 50px;
    display: flex;
    align-items: center;
    flex: 1;
justify-content:center;
    max-width: 15%;
}

/* form navbar */
.navbar-section {
    background: var(--white-color);
position:relative;
}

.brand-logo>img {
        height: auto;
    width: 80%;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

.relative {
    position: relative;
}

label {
    display: inline-block;
    font-family: var(--roboto-font);
    font-weight: 500;
    font-size: 0.7rem;
    color: var(--gray-color);
}

sup {
    top: -.5em;
}

.select2-results__options {
    font-size: 0.8rem;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.text-danger {
    color: var(--text-danger) !important;
}

.content-wrapper {
    height: auto;
    background: var(--white-color);
}


form {
    max-width: 80%;
    padding: 2rem 5rem 5rem;
    height: 100%;
    margin-inline: auto;
    background: var(--off-white-shade);
}

.page-header {
    padding-top: 20px;
}

.page-header h1 {
    font-family: var(--old-standard-font);
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    margin-top: 0px;
    margin-bottom: 0.5rem;
}

.skiptranslate iframe {
    display: none !important;
}

.goog-te-gadget-icon {
    display: none;
}

iframe a,
.text {
    text-decoration: none !important;
    color: var(--black-color) !important;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: var(--black-color) !important;
}

.skiptranslate {
    color: var(--black-color) !important;
    background: var(--theme-primary) !important;

}

.indicator {
    display: none !important;
}

#google_translate_element select option:hover {
    background-color: #f0f0f0 !important;
}

.goog-te-gadget-simple>span>span:nth-last-child(1) {
    color: red !important;
}

.goog-te-combo,
.VIpgJd-ZVi9od-ORHb *,
.VIpgJd-ZVi9od-SmfZ *,
.VIpgJd-ZVi9od-xl07Ob *,
.VIpgJd-ZVi9od-vH1Gmf *,
.VIpgJd-ZVi9od-l9xktf * {
    color: var(--black-color) !important;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--border-color) !important;
    font-size: 10pt;
    font-weight: 400;
    font-family: var(--old-standard-font);
    display: inline-block;
    padding: 0.25rem 0 0.25rem 0 !important;
    cursor: pointer;
    zoom: 1;
}

.goog-te-gadget-simple span {
    color: var(--black-color) !important;

}

.fa-solid {
    color: var(--black-color)
}

.select-menu.active {
    background: transparent;
    color: var(--black-color);
}

.form-row {
    display: grid;
    gap: 1rem;
    margin: 1rem 0;
    align-items: flex-end;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

/* .col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.col-2 {
    grid-template-columns: repeat(2, 1fr);
} */
.preferences-title {
    font-size: 1.25rem;
    font-weight: 500 !important;

}

.guest-other-consent {
    margin: 2rem 0 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width:768px) and (max-width:1200px) {
    .form-row {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    }

}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
        height: 100% !important;
    }


}

@media (max-width:768px) {
    .right-menu {
        flex-direction: column;
    }

    .header-title h1 {
        font-size: 1.25rem;
    }

    /* #language-selector {
        position: absolute;
        top: 1rem;
        right: 1rem;
    } */

    .other-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .other-section>#others-textBox>textarea {
        width: 100% !important;
    }

    .grid-col-2 {
        grid-template-columns: 1fr !important;
    }

    .grid {
        gap: 0.5rem !important;
    }

    .container {
        height: 100% !important;
    }

    .navbar-section .navbar-item {
        gap: 0.5rem !important;
    }

    .checkbox-custom-label,
    .radio-custom-label,
    .paragraph,
    .row-label,
    .select-menu .select-btn,
    .select2-selection__rendered,
    .select2-results__options,
    .floating-label,
    .option,
    .label-name {
        font-size: 0.8rem !important;
    }

    .checkbox-custom+.checkbox-custom-label:before,
    .radio-custom+.radio-custom-label:before {
        width: 0.7rem !important;
        height: 0.7rem !important;
    }

    .radio-custom:checked+.radio-custom-label:before {
        font-size: 0.6rem !important;
    }

    .phone-row {
        grid-template-columns: 1fr 2fr !important;
        align-items: flex-end;
    }

    form {
        max-width: unset;
        margin-inline: auto;
        padding: 1rem;
    }


    .web-header {
        padding: 1rem;
        gap: 0.5rem;
        flex-direction: column;
    }

    .brand-logo {
        max-width: 50%;
justify-content:center;
    }

    .navbar-section {
        padding: 1rem 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .container {
        max-width: 960px;
        height: 100% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0.5rem 0;
}

.text-center {
    text-align: center;
}

.unsubscribe-checkbox .unsubscribe-check {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 0.5rem 0;
}

/* select dropdown */

/* .unsubscribe-section {
    margin: 3rem 0;
} */

.button-wrapper {
    text-align: center;
    margin: 0.75rem;
}

.highlight-text {
    color: var(--gray-color);
    font-size: 0.9rem;
    font-weight: 500;
}

.unsubscribe-content {
    margin: 0 0 2rem;
}

.other-section {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.other-section>#others-textBox>textarea {
    resize: none;
    border: 1px solid var(--border-color);
    outline: none;
    padding: 0.5rem;
    border-radius: 4px;
    width: 75%;
    min-height: 3rem;
}

.unscubscribe-preferences {
    /* margin: 2rem 0; */
    border: 1px solid var(--border-color);
    padding: 0 0.5rem 1rem;
}

.text-capitalize {
    text-transform: uppercase !important;
}

.unscubscribe-preferences>.form-group>label {
    font-size: 0.7rem;
    /* text-transform: capitalize; */
}

.other-section label {
    font-size: 0.7rem;
    /* text-transform: capitalize; */
}

.button-wrapper>button {
    text-align: center;
    background: var(--label-color);
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 2rem;
    outline: none;
    text-transform: capitalize;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.select-menu .select-btn {
    display: flex;
    background: transparent;
    border-bottom: 1px solid var(--border-color);
    padding: .375rem .5rem .375rem 0;
    font-size: 0.8rem;
    font-weight: 400;
    height: calc(0.5em + 1.75rem);
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.select-menu .options {
    position: absolute;
    width: 100%;
    overflow-y: auto;
    max-height: 295px;
    padding: 10px;
    margin-top: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    z-index: -1;
}

.select-menu .options .option {
    font-family: var(--roboto-font);
    font-size: 0.8rem;
    font-weight: 400;
    display: flex;
    cursor: pointer;
    padding: 8px 10px;
    text-transform: uppercase;
    align-items: center;
    background: var(--white-color);
}

.select-menu .options .option:hover {
    background: var(--theme-primary);
    color: var(--white-color);
}

.select-menu .options .option i {
    font-size: 0.8rem;
    margin-right: 12px;
}

.select-menu .options .option .option-text {
    font-size: 0.8rem;
    color: #333;
}

.select-btn i {
    font-size: 25px;
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-menu.active .options {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}

/* input groups */


.input-group {
    position: relative;
    width: 100%;

}

.col-2>.select-menu {
    min-width: 120px;
}

.form-control {
    font-size: 0.8rem;
    font-weight: 400;
    padding: .375rem .75rem;
    height: calc(0.75em + 1.75rem);
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--gray-color);
}

.form-control:focus {
    outline: none;
}

/* LABEL ======================================= */

.floating-label {
    color: var(--gray-color);
    font-size: 0.8rem;
    font-weight: 400;
    font-family: var(--roboto-font);
    position: absolute;
    pointer-events: none;
    left: 5px;
    margin-bottom: unset;
    top: 50%;
    /* Center the label vertically */
    transform: translateY(-50%);
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}

.calender {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    width: 24px;
}

/* Active state */
.form-control:focus~.floating-label,
.form-control:valid~.floating-label,
.form-control:disabled~.floating-label {
    top: 0;
    font-weight: 500;
    font-size: 0.7rem;
    color: var(--gray-color);
}
/* Error Text*/
.error-txt {
    right: 0;
    position: absolute;
    color: var(--text-danger);
    font-size: 0.8rem;
    bottom: -18px;
    display: none;
    text-transform: uppercase;
}

.error input {
    border-bottom: 1px solid var(--text-danger);
}

.error .error-txt {
    display: block;
}

/*hide and show classes css*/
.hide {
    display: none;
}

.show {
    display: block;
}

/* calender */
#ui-datepicker-div {
    display: none;
    background-color: var(--white-color);
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 1rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: var(--theme-primary);
    color: var(--gray-color);
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: var(--theme-primary);
    color: var(--gray-color);
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a>span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}

.row-label {
    font-family: var(--roboto-font);
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--gray-color);
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

/* phone section container  */
.phone-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.phone-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    position: relative;
}

@media (max-width:600px){

  .phone-row{
    display:block;
}
}

.select2-container--open .select2-dropdown {
    min-width: 300px;

}

.information,
.react-out,
.preferred-language,
.interested-locations,
.stay-type,
.passions-section {
    margin: 2rem 0;
}

#preferences-section {
    margin: 1rem 0 3rem;
}

.phone-row>.col-2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.phone {
    padding: 10px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

.phone label {
    font-weight: bold;
}

.phone .select-menu {
    margin-bottom: 10px;
}

.phone .input-group {
    position: relative;

}

.phone .input-group input {
    width: 100%;
}

.phone .floating-label {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.3s ease all;
}

.phone .input-group input:focus+.floating-label,
.phone .input-group input:not(:placeholder-shown)+.floating-label {
    top: -10px;
    font-size: 12px;
    color: var(--black-color);
}
#emailtag label{
top: 0;
        font-weight: 500;
        font-size: 0.7rem;
        color: var(--gray-color);
}
#residencetag label{
top: 0;
        font-weight: 500;
        font-size: 0.7rem;
        color: var(--gray-color);
}
#firstNametag label{
top: 0;
        font-weight: 500;
        font-size: 0.7rem;
        color: var(--gray-color);
}

#lastNametag label{
top: 0;
        font-weight: 500;
        font-size: 0.7rem;
        color: var(--gray-color);
}
#mobileNotag label{
top: 0;
        font-weight: 500;
        font-size: 0.7rem;
        color: var(--gray-color);
}

.phone .error-txt {
    color: var(--text-danger);
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

/* checkbox  */
.form-group>p {
    margin-top: unset;
}

.policy-section {
    /* margin: 3rem 0; */
}

.paragraph {
    font-family: var(--roboto-font);
    font-size: 0.8rem;
    line-height: 26.41px;
    color: var(--black-color);
}

.missing-title {
    font-size: 1rem !important;
    margin: 1rem 0 0 !important;
}

.form-group {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    /* margin-bottom: 15px; */
}

p>a {
    text-decoration: underline;
}

.checkbox-custom {
    opacity: 0;
    position: absolute;
    width: unset;
}

.checkbox-custom,
.checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0;
    cursor: pointer;
}

.checkbox-custom-label {
    position: relative;
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--black-color);
}

.form-group>.paragraph {
    margin-bottom: 0;
}

.checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: var(--transparent-color);
    border: 2px solid var(--black-color);
    display: inline-block;
    vertical-align: middle;
    width: 0.7rem;
    height: 0.7rem;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border-radius: 4px;
}

.selection-preferences {
    margin: 2rem 0;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: var(--checked-color);
    font-size: 0.7rem;
    line-height: 0.7rem;
    color: var(--black-color);
    border-color: var(--black-color);
}

.text-lowercase {
    text-transform: capitalize;
}

/* know-better */
.grid {
    display: grid;
    gap: 1.25rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
}

.additional-section .grid,
.rooms-additional-section .grid,
.wellness-additional-section .grid {
    gap: 5rem;
    row-gap: 1.25rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.grid-col-3 {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.heading-title {
    font-family: var(--old-standard-font);
    font-weight: 400;
    margin: 1rem 0;
    font-size: 1.125rem;
}

.information,
.reach-out,
.preffered-language {
    margin-bottom: 1rem;
}

.small-text {
    color: var(--dark-gray);
    font-size: 0.8rem;
    margin-top: unset;
    margin-bottom: 1.25rem;
}

.know-better h3 {
    font-size: 1.25rem;
    line-height: 21.65px;
    margin-bottom: 2rem;
}

.know-better h4 {
    font-size: 1.125rem;
    line-height: 21.65px;
    margin-bottom: 1rem;
}

.preffered-language h4 {
    margin-bottom: .5rem;
}

/* radio button */
.radio-custom {
    opacity: 0;
    position: absolute;
    width: unset;
}



.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin: 5px;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
    font-size: 0.8rem;
    color: var(--black-color);
    font-weight: 400;
    line-height: normal;
}

.radio-custom+.radio-custom-label:before {
    content: '';
    background: var(--transparent-color);
    border: 2px solid var(--black-color);
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    width: 0.7rem;
    height: 0.7rem;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: var(--checked-color);
    font-size: 0.7rem;
    line-height: 0.7rem;
    color: var(--black-color);
}



/* footer */
footer {
    margin-top: 10rem;
    padding: 3rem;
    background-color: var(--off-white-shade);
    color: var(--black-color);
}

.footer-content>.links {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 5rem;
}


.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.footer-content .links ul li {
    list-style-type: none;
    padding: 0.5rem 0
}

.footer-content .links ul li a {
    text-decoration: none;
    color: var(--black-color);
    font-weight: 500;
    font-size: 0.9rem;
}

.stay-in-touch h3 {
    font-family: var(--old-standard-font);
    font-size: 1.25rem;
    font-weight: 400;
}

.stay-in-touch {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
}

.stay-in-touch button {
    background-color: var(--black-color);
    color: var(--white-color);
    border: none;
    text-transform: uppercase;
    padding: 12px 40px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    font-family: var(--roboto-font);
}

.copyright {
    font-size: 0.9rem;
    line-height: 16.41px;
    color: var(--gray-color);
    margin-top: 2rem;
}

.social-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}


/* Make it responsive */

@media (min-width:320px) and (max-width:420px) {
    .form-row {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    form {
        max-width: 95%;
    }
}

@media (max-width: 800px) {
    .phone-row>.col-2 {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .col-2>.select-menu {
        width: 100%;
    }

    .page-header h1 {
        font-size: 1.25rem;
    }

    footer {
        margin-top: 5rem;
        flex-direction: column;
        padding: 2rem 1rem;
    }

    .footer-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .footer-content>.links {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* toggle switch */
.switch-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2.5rem;
    height: 1rem;
    padding: 3px;
    border-radius: 18px;
    cursor: pointer;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-family: var(--roboto-font);
    font-size: 8px;
    text-transform: uppercase;
    background: var(--light-gray-color);
    border-radius: inherit;
    box-shadow: var(--light-gray-color) 0 0 2px 1px inset;
    transition: 0.15s ease-out;
    transition-property: opacity, background;
    border: 1px solid var(--theme-primary);
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    transition: inherit;
}

.label-name {
    font-size: 0.8rem;
    color: var(--black-color);
    font-weight: 400;
}

.switch-label:before {
    content: attr(data-off);
    right: 6px;
    color: var(--black-color);
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 4px;
    color: var(--black-color);
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: var(--theme-primary);
    box-shadow: var(--theme-primary) 0 0 2px 1px inset;
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 0.9rem;
    height: 0.9rem;
    background: var(--white-color);
    border-radius: 10px;
    background: var(--white-color);
    transition: left 0.15s ease-out;
}

.switch-input:checked~.switch-handle {
    left: calc(100% - 1rem);
}

.save-btn {
    width: 100%;
    max-width: 15rem;
    padding: 10px;
    background-color: var(--gray-color);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    position: relative;
    height: 40px;
}
.translate-btn{
    position: absolute;
    right: 60px;
    text-transform: uppercase;
    color: var(--gray-color);
    font-family: var(--old-standard-font);
    font-weight: 500;
    font-size: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
