

.mobile.explorer .page .bookingform-wrapper:not(.layer):not(:empty) {
    margin-bottom: 0;
}

.mobile .booking-form-input {
    display: block;
}

@media (max-width: 768px) {
    .mobile .bookingform-wrapper .simp-booking-form {
        min-width:250px;
        width: calc(100% - 30px)
    }

    .mobile .layer-content #layerContainer {
        flex-grow: 1
    }

    .mobile .bookingform-wrapper .simp-booking-form form#simp-booking-form.chain #formElementsWrapper #hotelSelectionWrapper #hotelWrapper .input-icon-wrapper,.mobile .bookingform-wrapper .simp-booking-form form#simp-booking-form.chain #formElementsWrapper #hotelSelectionWrapper #locationWrapper .input-icon-wrapper {
        width: 100%
    }
}



.summary-widget {
    margin: 0 20px 60px 20px !important;
}
.min-price-div {
    color: #24354F;
}

.for-homepage .no-gutter + .no-gutter{
    display:none;
}

/*jira-11774*/

body.explorer_v1 header .container .nav-contact .telephone-number-block + .address-email{
    display:block
}
body.explorer_v1 header .container .nav-contact .address-email:last-child{
    display:none
}

body.explorer_v1 header .container .nav-contact{
    margin-top: 10px;
}


body.explorer_v1 header .container .nav-contact{
    font-size:clamp(9px,1vw,12px)
}

@media(max-width:768px){
    body.explorer_v1 header .container .nav-contact {
        left: 10px;
    }
    body.explorer_v1 header .container .nav-contact :is(.telephone-number-block,.address-email) .fa-stack{
        vertical-align: middle;
    }
    body.explorer_v1 header .navbar.navbar-top{
        align-content:center
    }
}

:root {
    --brand-color: #fff;

    /* == DESKTOP ================================================================ */

    /* Colors */
    --gp-faq-desktop-bg: var(--brand-color);
    --gp-faq-desktop-bg-hover: none;
    --gp-faq-desktop-bg-expanded: none;
    --gp-faq-desktop-border-color: #e0e0e0;
    --gp-faq-desktop-border-width: 1px;

    /* Question geometry */
    --gp-faq-desktop-question-min-height: 56px;
    --gp-faq-desktop-question-padding: 20px 52px 20px 20px;
    --gp-faq-desktop-question-padding-open: var(--gp-faq-desktop-question-padding);
    --gp-faq-desktop-chevron-right: 20px;
    --gp-faq-desktop-spce-between-question: 20px;
    --gp-faq-desktop-spce-between-faq: 30px;
    /* Answer panel spacing */
    --gp-faq-desktop-answer-padding: 0 20px 20px 20px;

    /* text - alignment */
    --gp-faq-desktop-header-widget-text-align: center;
    --gp-faq-desktop-header-widget-button-align: center;
    --gp-faq-desktop-faq-widget-text-align: left;
    --gp-faq-desktop-faq-widget-butten-align: flex-start;
    --gp-faq-desktop-identifier-widget-text-align: center;
    --gp-faq-desktop-identifier-widget-button-align: center;
    --gp-faq-desktop-faq-widget-question-justify-content: flex-start;

    /* == MOBILE ================================================================= */

    /* Colors */
    --gp-faq-mobile-bg: var(--brand-color);
    --gp-faq-mobile-bg-expanded: none;
    --gp-faq-mobile-border-color: #e0e0e0;
    --gp-faq-mobile-border-width: 1px;

    /* Question geometry — larger touch target */
    --gp-faq-mobile-question-padding: 16px 52px 16px 16px;
    --gp-faq-mobile-question-padding-open: var(--gp-faq-mobile-question-padding);
    --gp-faq-mobile-chevron-right: 20px;
    --gp-faq-mobile-spce-between-question: 20px;
    --gp-faq-mobile-spce-between-faq: 20px;

    /* Answer panel spacing */
    --gp-faq-mobile-answer-padding: 0 16px 18px 16px;

    /* text-alignment */
    --gp-faq-mobile-header-widget-text-align: center;
    --gp-faq-mobile-header-widget-button-align: center;
    --gp-faq-mobile-faq-widget-text-align: left;
    --gp-faq-mobile-faq-widget-question-text-align: center;
    --gp-faq-mobile-faq-widget-butten-align: flex-start;
    --gp-faq-mobile-identifier-widget-text-align: center;
    --gp-faq-mobile-identifier-widget-button-align: center;
    --gp-faq-mobile-faq-widget-question-justify-content: flex-start;

    /* == SHARED ================================================================= */

    /* Animation */
    --gp-faq-shared-panel-duration: 0.25s;
    --gp-faq-shared-panel-ease: ease-out;
    --gp-faq-shared-chevron-duration: 0.22s;
    --gp-faq-shared-chevron-ease: ease-out;
    --gp-faq-shared-hover-duration: 0.15s;
    --gp-faq-shared-hover-ease: ease;

    /* Chevron icon — color encoded in SVG (%23 = #) */
    --gp-faq-shared-chevron-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    --gp-faq-shared-chevron-size: 20px;

    /* Focus ring */
    --gp-faq-shared-focus-color: #000;
    --gp-faq-shared-focus-width: 3px;
    --gp-faq-shared-focus-offset: -3px;
    --gp-faq-shared-focus-radius: 2px;

    /* Table */
    --gp-faq-shared-table-border: #d0d0d0;
    --gp-faq-shared-table-border-width: 1px;
    --gp-faq-shared-table-cell-padding: 10px 12px;

    /* == FILTER / NAV =========================================================== */

    /* Desktop nav layout */
    --gp-filter-desktop-nav-justify: center;
    --gp-filter-desktop-nav-row-gap: 12px;
    --gp-filter-desktop-nav-col-gap: 12px;

    /* Mobile nav layout */
    --gp-filter-mobile-nav-justify: center;
    --gp-filter-mobile-nav-row-gap: 10px;
    --gp-filter-mobile-nav-col-gap: 10px;

    /* Dropdown */
    --gp-filter-dropdown-padding: 0 28px 0 4px;

    /* Arrow nav buttons */
    --gp-filter-arrow-color: #000;
    --gp-filter-arrow-font-size: 30px;
    --gp-filter-arrow-padding: 0 8px;
    --gp-filter-dropdown-border-color: #000;
}

/* ============================================================================
       DEVELOPER CODE ADJUSTMENTS
    ============================================================================ */

/* needs to fill the button :hover css declaration */
/*
    :is(.outer-page, .outerpage) .content_wrapper .gp-faq-navlink-container .gp-faq-filter-active {}

    .mobile .content_wrapper .gp-faq-navlink-container .gp-faq-filter-active {}
    */
/* spacing — container margins */
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .gp-faq-container {
    margin: 30px 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter :is(.simp-custom-gp-faq-header, .simp-custom-faq-filter-identifier) + .gp-faq-container {
    margin-top: 0;
}

/* Reset padding/margin on all block children inside content wrappers and answer panels */
:is(.outer-page, .outerpage)
    .content_wrapper
    :is(.simp-custom-gp-faq-header, .simp-custom-faq-filter-identifier, .simp-custom-gp-faq-widget)
    :is(.text-content-wrapper, .gp-faq-answer-inner)
    > :is(h1, h2, h3, h4, h5, h6, p, table, ol, ul, .table-responsive) {
    padding: 0;
    margin: 0;
}

:is(.outer-page, .outerpage)
    .content_wrapper
    :is(.simp-custom-gp-faq-header, .simp-custom-faq-filter-identifier, .simp-custom-gp-faq-widget)
    :is(.text-content-wrapper, .gp-faq-answer-inner)
    > :is(h1, h2, h3, h4, h5, h6, p, table, ol, ul, .table-responsive)
    + :is(h1, h2, h3, h4, h5, h6, p, table, ol, ul, .table-responsive) {
    margin-top: 15px;
}

.mobile .content_wrapper .no-gutter .gp-faq-container {
    margin: 20px 0;
}

.mobile .content_wrapper .no-gutter :is(.simp-custom-gp-faq-header, .simp-custom-faq-filter-identifier) + .gp-faq-container {
    margin-top: 0;
}

.mobile
    :is(.simp-custom-gp-faq-header, .simp-custom-faq-filter-identifier, .simp-custom-gp-faq-widget)
    :is(.text-content, .gp-faq-answer-inner)
    > :is(h1, h2, h3, h4, h5, h6, p, table, .table-responsive) {
    padding: 0;
    margin: 0;
}

.mobile .content_wrapper :is(.simp-custom-gp-faq-header, .simp-custom-faq-filter-identifier, .simp-custom-gp-faq-widget) > div :is(h1, h2) {
    border-bottom: 0;
}

.mobile
    .content_wrapper
    :is(.simp-custom-gp-faq-header, .simp-custom-faq-filter-identifier, .simp-custom-gp-faq-widget)
    :is(.text-content, .gp-faq-answer-inner)
    > :is(h1, h2, h3, h4, h5, h6, p, table, ol, ul, .table-responsive)
    + :is(h1, h2, h3, h4, h5, h6, p, table, ol, ul, .table-responsive) {
    margin-top: 15px !important;
}

/* ============================================================================
       COMMON
    ============================================================================ */

.content_wrapper .gp-faq-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content_wrapper .gp-faq-group-hidden {
    display: none !important;
}

/* ============================================================================
       FAQ WIDGET — DESKTOP
    ============================================================================ */

/* Container gap between faq-wrapper items */
:is(.outer-page, .outerpage) .content_wrapper .gp-faq-container {
    row-gap: var(--gp-faq-desktop-spce-between-faq);
}

/* Widget shell — wraps all .faq-wrapper rows */
:is(.outer-page, .outerpage) .content_wrapper .no-gutter div.simp-custom-gp-faq-widget {
    display: flex;
    flex-direction: column;
    padding: 0;
}

/* Strip padding/min-height from CMS-generated column wrappers */
:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget > div,
:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-header > div,
:is(.outer-page, .outerpage) .content_wrapper .simp-custom-faq-filter-identifier > div {
    width: 100%;
    padding: 0;
    min-height: unset;
}

/* Each FAQ pair row */

:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .text-content-wrapper,
:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .faq-wrapper {
    display: flex;
    flex-direction: column;
}

:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .text-content-wrapper {
    row-gap: var(--gp-faq-desktop-spce-between-question);
}

:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .faq-wrapper {
    border: var(--gp-faq-desktop-border-width) solid var(--gp-faq-desktop-border-color);
    background-color: var(--gp-faq-desktop-bg);
}

/* Question trigger */
:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .question-part {
    position: relative;
    display: flex;
    align-items: center;
    min-height: var(--gp-faq-desktop-question-min-height);
    padding: var(--gp-faq-desktop-question-padding);
    cursor: pointer;
    user-select: none;
    text-align: var(--gp-faq-desktop-faq-widget-text-align);
    background-color: var(--gp-faq-desktop-bg);
    transition: background-color var(--gp-faq-shared-hover-duration) var(--gp-faq-shared-hover-ease);
    justify-content: var(--gp-faq-desktop-faq-widget-question-justify-content);
    width: 100%;
}

:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .question-part:hover {
    background-color: var(--gp-faq-desktop-bg-hover);
}

:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .question-part:focus-visible {
    outline: var(--gp-faq-shared-focus-width) solid var(--gp-faq-shared-focus-color);
    outline-offset: var(--gp-faq-shared-focus-offset);
    border-radius: var(--gp-faq-shared-focus-radius);
}

:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .question-part:focus:not(:focus-visible) {
    outline: none;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter div.widget-wrapper.simp-custom-gp-faq-widget h2:not(:first-child) {
    margin-top: 20px;
}

/* Chevron */
:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .question-part::after {
    content: "";
    position: absolute;
    right: var(--gp-faq-desktop-chevron-right);
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: var(--gp-faq-shared-chevron-size);
    height: var(--gp-faq-shared-chevron-size);
    background-image: var(--gp-faq-shared-chevron-icon);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform var(--gp-faq-shared-chevron-duration) var(--gp-faq-shared-chevron-ease);
    flex-shrink: 0;
    pointer-events: none;
}

:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .question-part[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Hide empty paragraphs inside the question */
:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .question-part p:empty {
    display: none;
}

/* Answer panel — grid-based collapse animation */
:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .answer-part {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--gp-faq-shared-panel-duration) var(--gp-faq-shared-panel-ease);
    text-align: var(--gp-faq-desktop-faq-widget-text-align);
}

:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .answer-part.gp-faq-expanded {
    grid-template-rows: 1fr;
}

:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .answer-part > .gp-faq-answer-inner {
    overflow: hidden;
    padding: var(--gp-faq-desktop-answer-padding);
    opacity: 1;
    transition:
        padding var(--gp-faq-shared-panel-duration) var(--gp-faq-shared-panel-ease),
        opacity var(--gp-faq-shared-panel-duration) var(--gp-faq-shared-panel-ease);
}

/* Collapsed state */
:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .answer-part:not(.gp-faq-expanded) > .gp-faq-answer-inner {
    padding-bottom: 0;
    /* 3. Fade the text out so it doesn't look awkwardly squished while closing */
    opacity: 0;
}

/* Tables inside answers */

:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .answer-part table {
    width: 100%;
    border-collapse: collapse;
}

:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .answer-part th,
:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .answer-part td {
    padding: var(--gp-faq-shared-table-cell-padding);
    border: var(--gp-faq-shared-table-border-width) solid var(--gp-faq-shared-table-border);
}

/* Empty wrapper — no chevron, no pointer */
:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .faq-wrapper.gp-faq-empty .question-part {
    cursor: default;
    pointer-events: none;
}

:is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .faq-wrapper.gp-faq-empty .question-part::after {
    display: none;
}

/* Text and button alignment inside FAQ widget */
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-gp-faq-widget :is(.text-content-wrapper, h1, h2) {
    text-align: var(--gp-faq-desktop-faq-widget-text-align);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-gp-faq-widget .txt-wdgt-btn-wrapper {
    display: flex;
    justify-content: var(--gp-faq-desktop-faq-widget-butten-align);
}

/* Header widget alignment */
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-gp-faq-header :is(.text-content-wrapper, h1, h2) {
    text-align: var(--gp-faq-desktop-header-widget-text-align);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-gp-faq-header .txt-wdgt-btn-wrapper {
    display: flex;
    justify-content: var(--gp-faq-desktop-header-widget-butten-align);
    flex-wrap: wrap;
}

/* Identifier widget alignment */
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-filter-identifier :is(.text-content-wrapper, h1, h2) {
    text-align: var(--gp-faq-desktop-identifier-widget-text-align);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-filter-identifier .txt-wdgt-btn-wrapper {
    display: flex;
    justify-content: var(--gp-faq-desktop-identifier-widget-butten-align);
    flex-wrap: wrap;
}

.mobile .content_wrapper .gp-faq-container {
    display: flex;
    flex-direction: column;
    row-gap: var(--gp-faq-mobile-spce-between-faq);
}

/* Widget shell */
.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget {
    margin: 0;
    display: flex;
    flex-direction: column;
}

/* Each FAQ pair row */

.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget :is(.text-content, .faq-wrapper) {
    display: flex;
    flex-direction: column;
}

.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .text-content {
    row-gap: var(--gp-faq-mobile-spce-between-question);
}

.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .faq-wrapper {
    border: var(--gp-faq-mobile-border-width) solid var(--gp-faq-mobile-border-color);
    background-color: var(--gp-faq-mobile-bg);
}

/* Question trigger */
.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .question-part {
    position: relative;
    display: flex;
    align-items: center;
    padding: var(--gp-faq-mobile-question-padding);
    cursor: pointer;
    user-select: none;
    text-align: var(--gp-faq-mobile-faq-widget-text-align);
    background-color: var(--gp-faq-mobile-bg);
    transition: background-color var(--gp-faq-shared-hover-duration) var(--gp-faq-shared-hover-ease);
    justify-content: var(--gp-faq-mobile-faq-widget-question-justify-content);
    width: 100%;
}

.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .question-part:focus-visible {
    outline: var(--gp-faq-shared-focus-width) solid var(--gp-faq-shared-focus-color);
    outline-offset: var(--gp-faq-shared-focus-offset);
    border-radius: var(--gp-faq-shared-focus-radius);
}

.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .question-part:focus:not(:focus-visible) {
    outline: none;
}

/* Chevron */
.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .question-part::after {
    content: "";
    position: absolute;
    right: var(--gp-faq-mobile-chevron-right);
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: var(--gp-faq-shared-chevron-size);
    height: var(--gp-faq-shared-chevron-size);
    background-image: var(--gp-faq-shared-chevron-icon);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform var(--gp-faq-shared-chevron-duration) var(--gp-faq-shared-chevron-ease);
    flex-shrink: 0;
    pointer-events: none;
}

.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .question-part[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Answer panel — grid-based collapse animation */
.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .answer-part {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--gp-faq-shared-panel-duration) var(--gp-faq-shared-panel-ease);
    margin: 0 !important;
    text-align: var(--gp-faq-mobile-faq-widget-text-align);
}

.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .answer-part.gp-faq-expanded {
    grid-template-rows: 1fr;
}

.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .answer-part > .gp-faq-answer-inner {
    overflow: hidden;
    padding: var(--gp-faq-mobile-answer-padding);
    opacity: 1;
    transition:
        padding var(--gp-faq-shared-panel-duration) var(--gp-faq-shared-panel-ease),
        opacity var(--gp-faq-shared-panel-duration) var(--gp-faq-shared-panel-ease);
}

/* Collapsed state */
.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .answer-part:not(.gp-faq-expanded) > .gp-faq-answer-inner {
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}

/* Empty paragraphs */
.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .answer-part p:empty {
    display: none;
}

/* Tables */
.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .answer-part th,
.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .answer-part td {
    padding: var(--gp-faq-shared-table-cell-padding);
    border: var(--gp-faq-shared-table-border-width) solid var(--gp-faq-shared-table-border);
}

/* Empty wrapper */
.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .faq-wrapper.gp-faq-empty .question-part {
    cursor: default;
    pointer-events: none;
}

.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .faq-wrapper.gp-faq-empty .question-part::after {
    display: none;
}

/* Text and button alignment */
.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget :is(.text-content, h1, h2) {
    text-align: var(--gp-faq-mobile-faq-widget-text-align);
}

.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .txt-wdgt-btn-wrapper {
    display: flex;
    justify-content: var(--gp-faq-mobile-faq-widget-butten-align);
}

/* Header widget alignment */
.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-header :is(.text-content, h1, h2) {
    text-align: var(--gp-faq-mobile-header-widget-text-align);
}

.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-header .txt-wdgt-btn-wrapper {
    display: flex;
    justify-content: var(--gp-faq-mobile-header-widget-butten-align);
    flex-wrap: wrap;
}

/* Identifier widget alignment */
.mobile .content_wrapper .no-gutter .simp-custom-faq-filter-identifier :is(.text-content, h1, h2) {
    text-align: var(--gp-faq-mobile-identifier-widget-text-align);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-filter-identifier .txt-wdgt-btn-wrapper {
    display: flex;
    justify-content: var(--gp-faq-mobile-identifier-widget-butten-align);
    flex-wrap: wrap;
}

/* ============================================================================
       FILTER / NAV — DESKTOP
    ============================================================================ */

/* Link nav container */
:is(.outer-page, .outerpage) .content_wrapper .gp-faq-navlink-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--gp-filter-desktop-nav-justify);
    row-gap: var(--gp-filter-desktop-nav-row-gap);
    column-gap: var(--gp-filter-desktop-nav-col-gap);
    margin: 0;
    padding: 0;
}

:is(.outer-page, .outerpage)
    .content_wrapper
    :is(h1, h2, h3, h4, h5, h6, [class*="header-"], p, ol, ul, .table-responsive, table)
    + :is(.gp-faq-navlink-container, .gp-faq-dropdown-container) {
    margin-top: 20px;
}

:is(.outer-page, .outerpage) .content_wrapper .gp-faq-navlink-container > .btn + .btn {
    margin-top: 0;
}

/* Dropdown container */
:is(.outer-page, .outerpage) .content_wrapper .gp-faq-dropdown-container {
    display: flex;
    justify-content: var(--gp-filter-desktop-nav-justify);
}

/* Arrow nav wrapper */
:is(.outer-page, .outerpage) .content_wrapper .gp-faq-arrow-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Arrow buttons */
:is(.outer-page, .outerpage) .content_wrapper .gp-faq-arrow-prev,
:is(.outer-page, .outerpage) .content_wrapper .gp-faq-arrow-next {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--gp-filter-arrow-color);
    font-size: var(--gp-filter-arrow-font-size);
    padding: var(--gp-filter-arrow-padding);
    line-height: 1;
    flex-shrink: 0;
    transition: opacity 0.15s ease;
    opacity: 0.7;
}

:is(.outer-page, .outerpage) .content_wrapper .gp-faq-arrow-prev:hover,
:is(.outer-page, .outerpage) .content_wrapper .gp-faq-arrow-next:hover {
    opacity: 1;
}

:is(.outer-page, .outerpage) .content_wrapper .gp-faq-arrow-prev:focus-visible,
:is(.outer-page, .outerpage) .content_wrapper .gp-faq-arrow-next:focus-visible {
    outline: var(--gp-faq-shared-focus-width) solid var(--gp-faq-shared-focus-color);
    outline-offset: 2px;
    border-radius: 2px;
}

/* Dropdown element */
:is(.outer-page, .outerpage) .content_wrapper .gp-faq-filter-dropdown {
    border: 1px solid var(--gp-filter-dropdown-border-color);
    text-align: left;
    letter-spacing: 1px;
    padding: var(--gp-filter-dropdown-padding);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M10 1L5.5 6L1 1' stroke='black' stroke-opacity='0.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 11px 7px;
    background-position: calc(100% - 5px) center;
    -webkit-appearance: none;
    appearance: none;
    width: max-content;
    cursor: pointer;
}

:is(.outer-page, .outerpage) .content_wrapper .gp-faq-nav-mount {
    width: 100%;
    margin-bottom: 20px;
}

/* ============================================================================
       FILTER / NAV — MOBILE
    ============================================================================ */

/* Link nav container */
.mobile .content_wrapper .gp-faq-navlink-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--gp-filter-mobile-nav-justify);
    row-gap: var(--gp-filter-mobile-nav-row-gap);
    column-gap: var(--gp-filter-mobile-nav-col-gap);
    margin: 0;
    padding: 0;
}

.mobile .content_wrapper :is(h1, h2, h3, h4, h5, h6, [class*="header-"], p, .table-responsive, table, ol, ul) + :is(.gp-faq-navlink-container, .gp-faq-dropdown-container) {
    margin-top: 15px;
}

.mobile .content_wrapper .gp-faq-navlink-container > .btn + .btn {
    margin-top: 0;
}

/* Dropdown */
.mobile .content_wrapper .gp-faq-dropdown-container {
    display: flex;
    justify-content: var(--gp-filter-mobile-nav-justify);
}

.mobile .content_wrapper .gp-faq-arrow-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile .content_wrapper .gp-faq-arrow-prev,
.mobile .content_wrapper .gp-faq-arrow-next {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--gp-filter-arrow-color);
    font-size: var(--gp-filter-arrow-font-size);
    padding: var(--gp-filter-arrow-padding);
    line-height: 1;
    flex-shrink: 0;
}

.mobile .content_wrapper .gp-faq-filter-dropdown {
    border: 1px solid var(--gp-filter-dropdown-border-color);
    text-align: left;
    letter-spacing: 1px;
    padding: var(--gp-filter-dropdown-padding);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M10 1L5.5 6L1 1' stroke='black' stroke-opacity='0.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 11px 7px;
    background-position: calc(100% - 5px) center;
    -webkit-appearance: none;
    appearance: none;
    width: max-content;
    cursor: pointer;
}

.mobile .content_wrapper .gp-faq-nav-mount {
    width: 100%;
    margin-bottom: 12px;
}

.mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget h3 {
    padding-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
    :is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .answer-part,
    :is(.outer-page, .outerpage) .content_wrapper .simp-custom-gp-faq-widget .question-part::after {
        transition: none;
    }

    .mobile .content_wrapper .simp-custom-gp-faq-widget .answer-part,
    .mobile .content_wrapper .simp-custom-gp-faq-widget .question-part::after {
        transition: none;
    }
}








/* For 2-text-box */
.simp-custom-hideRightBoxTwoText .right-box{
    display:none;
}
.simp-custom-hideLeftBoxTwoText .left-box{
    display:none;
}
.mobile .simp-custom-hideRightBoxTwoText .col-xs-12:nth-of-type(2){
    display:none;
}
.mobile .simp-custom-hideLeftBoxTwoText .col-xs-12:nth-of-type(1){
    display:none;
}
/* For 3-text-box */
.mobile .simp-custom-hideRightBox .col-xs-12:nth-of-type(3){
    display:none;
}
.mobile .simp-custom-hideLeftBox .col-xs-12:nth-of-type(1){
    display:none;
}
.simp-custom-hideRightBox .right-box{
    display:none !important;
}
.simp-custom-hideLeftBox .left-box{
    display:none !important;
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}

/*custom border remove for the table*/
.widget-wrapper .table-borderless td,
.widget-wrapper .table-borderless th {
  border: none !important;
}

.mobile #footer {
    padding-bottom: 70px;
}

.fab_book_button {
    width: calc(100% - 20px);
    right: unset;
    left: 10px;
    opacity: 1 !important;
    display: block !important;
    bottom: 10px;
}

.fab_book_button .fa.fa-calendar {
    background: #fff;
    border: 1px solid #24354f;
    color: #000;
    border-radius: unset;
    width: 100%;
    transition: all 0.5s linear;
    height: 100%;
    font-family: Cairo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding: 10px 12px;
}

.fab_book_button .fa.fa-calendar::before {
    content: "BOOK NOW";
}

.fab_book_button.is-scrolled .fa.fa-calendar {
    background: #24354f;
    color: #fff;
    border-color: #fff;
}

.mobile #back-top {
    right: 15px;
    bottom: 85px;
    left: unset;
    transform: unset;
}

.mobile #back-top a {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.mobile #back-top a .fa-angle-up {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 20px;
    line-height: 50px;
}

.mobile #back-top a .fa-angle-up::before {
    content: "\f062";
    vertical-align: middle;
}


.mobile .mobile-menu .tel,
.mobile .mobile-menu .geo {
    display: none;
}

.mobile.for-innerpage .row-fluid.mobileHeaderTop {
    display: none;
}

.mobile .nav-min-price-div,
.mobile .select-hotel-wrapper,
.mobile #dropdown-menu-multiprop .TwoFoldMenuName,
.mobile .navBtnBorder.bookBtnbgcolor i.fa.fa-calendar.fa-2x {
    display: none;
}

.mobile .book-button .TwoFoldMenuName {
    display: inline-block;
    padding: 5px 10px;
    background-color: #FFF;
    color: #2c4161;
}

.mobile .name-of-hotel,
.mobile .panel-group#accordion {
    display: none;
}

.mobile .nav-wrap .logo.navbar-logo {
    position: relative !important;
    padding: 0;
}

.mobile .logo.navbar-logo .logo-inner {
    text-align: center;
    display: block;
}

.mobile .nav-wrap .logo {
    background-color: white;
    display: flex;
    align-items: center;
}

body.mobile .logo.navbar-logo {
    margin-top: 0
}

.mobile .nav-wrap .mobile-navbar-button>.logo {
    display: none
}

.mobile .nav-wrap .drop-menu-header-block>.fa {
    padding-top: 5px;
}

.mobile .nav-wrap .book-button .bookBtnbgcolor {
    text-align: right;
    padding-right: 37px;
}

.mobile .nav-wrap #dropdown-menu-multiprop {
    padding-left: 37px;
    display: flex;
}

/* fixed navbar, OPS-17410 - Starts */

.mobile .nav-wrap .dropdown-menu.dropdown-menu-topNav {
    max-height: calc(100vh - 74px);
    overflow-y: auto;
}

.mobile:not(.for-locationpage) .nav-wrap {
    position: fixed;
    z-index: 2;
    top: 0;
}

.mobile.for-gallerypage .nav-wrap {
    z-index: 1000;
}

.mobile.for-gallerypage .nav-wrap + div > .content_wrapper,
.mobile:not(.for-locationpage, .for-gallerypage).for-innerpage .nav-wrap ~ div .content_wrapper#leftColWid  {
    padding-top: 94px;
}

.mobile .nav-wrap #simp_book_btn_wrapper #simp_book_btn #min-price-div {
    width: max-content;
    right: 30px;
}

.mobile.for-homepage .nav-wrap + .fullImage {
    margin-top: 74px
}

/* OPS-17410 - Ends */











/*
.cus-header-top-strip{
    padding: 2px 0;
    background-color:#24354f;
}
.cus-header-top-strip .top-strip-header-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    text-align: center;
}
:is(.outer-page, .outerpage) .cus-header-top-strip .top-strip-header-wrapper {
    padding: 0 30px;
}
.mobile .cus-header-top-strip .top-strip-header-wrapper {
    padding: 0 15px;
}

.cus-header-top-strip .top-strip-header-wrapper .hotel-offical-name {
    color: #fff;
    font-weight: 700;
}

.mobile .logo.navbar-logo {
    margin-top: 76px;
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.location-page :is(.outer-page, .outerpage) .header-pills .header-nav-pills {
    padding-top: 60px;
}
@media (max-width: 1010px) {
    body.explorer_v1 .inner-page .header-pills {
        padding-top: 210px;
    }
    .location-page :is(.outer-page, .outerpage) .header-pills .header-nav-pills {
        padding-top: 90px;
    }
}
*/

