/* Σε όλα τα μεγέθη οθόνης - κρύβει το δεύτερο price */
.tour-booking-item__price_analysis .col-12.col-md-4 {
    display: none;
}

.mobile-trip-info {
    display: none;
}

@media all and (max-width: 767px) {

    .page-id-8 .row > *,
    .page-template-omadiko-kratisi-1 .row > *,
        /*.page-template-omadika-home-hardcoded .row > *,*/
    .page-template-all-results .row > *,
    .page-template-all-group-results .row > * {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


    /*navbar*/
    .single-tour-navbar .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .single-tour-navbar .nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-behavior: smooth;
        touch-action: pan-x;
        justify-content: flex-start !important;
    }

    .single-tour-navbar .nav-item {
        flex: 0 0 auto;
    }

    .single-tour-navbar .nav::-webkit-scrollbar {
        display: none;
    }

    .single-tour-navbar .nav::before,
    .single-tour-navbar .nav::after {
        content: '';
        flex: 0 0 10px;
    }

    /*breadbrumb*/
    .single-tour-breadcrumb {
        display: block !important;
    }

    /*header price*/
    .row.align-items-center {
        flex-direction: column !important;
    }

    .col-md-8.col-6,
    .col-md-4.col-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .single-tour-price {
        order: 2;
        text-align: left !important;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .single-tour-section-title {
        order: 1;
    }

    .single-tour-section-title h1.title_mobile {
        font-size: 28px !important;
    }

    .single-tour-price .date-btn a {
        font-size: 15px !important;
        padding: 12px 24px !important;
    }

    .single-tour-price p {
        margin-bottom: 5px !important;
    }

    .single-tour-price h4 {
        margin-top: 0 !important;
        align-items: center;
        display: flex;
        gap: 8px;
        font-weight: bold;
    }

    .mobile-trip-info {
        display: block !important;
    }

    /*tour summary*/
    .tour-summary .row.gx-0 {
        flex-direction: column-reverse !important;
    }

    .tour-summary .content-box h4,
    .tour-summary .content-box p {
        text-align: left !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .tour-summary .features {
        display: block !important;
    }

    .tour-summary .features li {
        display: flex !important;
        justify-content: flex-start !important;
        width: 100% !important;
        margin-left: 0 !important;
        padding-left: 12px !important;
        float: none !important;
        margin-bottom: 10px !important;
    }

    /*
    .tour-summary .map-container {
      height: 360px;
      max-height: 360px;
    }
    */
    /*tour programm*/
    .single-tour-program__item__image {
        display: none !important;
    }

    .container-width-sm {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .single-tour-program__content {
        text-align: left !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .single-tour-program__content h4,
    .single-tour-program__content p {
        text-align: left !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    .single-tour-program__item__title .title-above_mobile2 {
        display: none !important;
    }

    .single-tour-program__item__title.active .title-above_mobile1 {
        display: none !important;
    }

    .single-tour-program__item__title.active .title-above_mobile2 {
        display: block !important;
        color: black;
        font-size: 14px;
        font-weight: 400;
        border: 1px solid #F65421;
        border-radius: 12px;
        padding: 8px 12px;
        width: fit-content;
    }

    .single-tour-program__item__title.active {
        background: none;
        padding: 0;
        border-radius: 0;
    }

    .single-tour-program__item__title.active .title-above_mobile_group {
        background: #eceff6;
        border-radius: 8px;
        cursor: pointer;
        padding: 12px 16px;
        width: auto;
        min-height: 72px;
        display: flex;
        align-items: center;
        text-align: left;
        margin: 10px 0 0 0;
    }

    .single-tour-program__item__title .title-above_mobile_group h4 {
        padding-right: 10px;
        word-wrap: break-word;
        margin-bottom: 0 !important;
    }

    .single-tour-program__item__title,
    .single-tour-program__item__title .title-above_mobile_group {
        box-sizing: border-box;
        width: 100%;
    }

    .form-content .form-tour-include {
        display: flex;
        flex-direction: column;
        gap: 24px;
        background: #fff !important;
    }

    .form-content .form-tour-include h3 {
        padding: 0;
        margin: 0;
        font-size: 21px;
    }

    /*price form*/
    .tour-modifiers-wrappe .tour-modifiers {
        width: 100% !important;
    }

    .tour-modifiers .day-modifiers {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }

    .tour-modifiers .day-modifier {
        flex: 1 1 auto;
        text-align: center;
        box-sizing: border-box;
    }


    .tour-booking-item__top .row.align-items-center {
        display: flex;
        flex-direction: column;
    }

    .tour-booking-item__top .col-12.col-md-4 {
        width: 100%;
        order: 1;
        text-align: left !important;
    }

    .tour-booking-item__top .col-12.col-md-4:nth-child(2) {
        order: 2;
    }

    .tour-booking-item__top .col-12.col-md-4:nth-child(3) {
        order: 3;
    }

    .tour-booking-item__top .col-12.col-md-4:first-child {
        order: 0;
    }

    .tour-booking-item__carriers {
        order: -1 !important;
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: left !important;
        justify-content: flex-start !important;
        display: flex !important;
    }

    .tour-booking-item__origin,
    .tour-booking-item__destination {
        text-align: left !important;
    }

    .tour-booking-item__origin {
        padding-bottom: 10px !important;
    }

    .tour-booking-item__top .col-12 {
        text-align: left !important;
    }

    .tour-booking-item.is-open .tour-booking-item__top .tour-booking-item__carriers,
    .tour-booking-item.is-open .tour-booking-item__top .early-booking-tag {
        display: none !important;
    }


    .tour-summary .quickview-features{
        display: flex !important;
        flex-wrap: wrap;
        gap: 8px 20px;
        padding: 0;
        margin-top: -8px !important;
        list-style: none;
    }
    .tour-summary .quickview-features li{
        width: calc(50% - 10px) !important; /* 2 items per row */
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        font-size: 14px !important;
        background: #fff !important;
        margin-bottom:  0 !important;
    }
    .tour-summary .quickview-features li svg{
        background: #efefef;
        border-radius: 50%;
        padding: 8px;
        flex-shrink: 0;
    }

        /* Κρύβει το πρώτο price (desktop) */
    /*.tour-booking-item-main-info .row.align-items-center .col-12.col-md-4:last-child {*/
    /*  display: none;*/
    /*}*/
    /*  */
    /* Εμφανίζει το δεύτερο price (mobile) */
    .tour-booking-item__price_analysis .col-12.col-md-4 {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* Κάνει το price full width */
    .tour-booking-item__price_analysis .tour-booking-item__price {
        max-width: 100% !important;
        margin: 0 auto 20px auto !important;
        padding: 17px !important;
    }

    /* αναλυση τιμης */
    .tour-booking-item__price_analysis .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 12px;
        padding: 7px 26px !important; /* σημαντικό για να φαίνεται το επόμενο */
    }

    .tour-booking-item__price_analysis .row > div {
        flex: 0 0 calc(80%); /* <--- αφήνει χώρο για το μισό επόμενο */
        scroll-snap-align: start;
    }

    .tour-booking-item__price_analysis .row::-webkit-scrollbar {
        display: none;
    }

    .tour-booking-item__price_analysis .col-12.col-md-3 {
        flex: 0 0 auto;
        width: 180px;
        min-width: 160px;
        scroll-snap-align: start;
    }

    .tour-booking-item__price_analysis .tour-booking-item__button {
        width: fit-content;
    }


    /*proorismoi*/
    .hero-section-sr {
        padding: 0 5px !important;
    }

    .hero-section-sr .inner-hero-section-sr .h560 {
        height: 560px !important;
        min-height: 560px !important;
    }

    .hero-section-sr .inner-hero-section-sr .h400 { /*doesnt work*/
        height: 400px !important;
        min-height: 400px !important;
    }

    .destination-visits .section-title h2,
    .destination-visits .section-title p {
        text-align: left !important;
        margin-left: 0 !important;
        margin-bottom: 10px !important;
    }

    .destination-visits .inner-destination-visits .cs-dv-content-box {
        height: 260px !important;
        max-height: 260px !important;
    }

    .destination-visits .inner-destination-visits .cs-btn a {
        width: 100% !important;
        margin-bottom: 50px;
        padding: 8px 16px !important;
    }


    /*scrollbar periodoi*/
    .destination-visits .inner-destination-visits .cs-dv-content-box .tags {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        display: block;
    }

    .destination-visits .inner-destination-visits .cs-dv-content-box .tags ul {
        display: inline-flex !important;
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
        width: max-content !important;
    }

    .destination-visits .inner-destination-visits .cs-dv-content-box .tags li {
        display: inline-block !important;
        flex: 0 0 auto !important;
    }

    .destination-visits .inner-destination-visits .cs-dv-content-box .tags::-webkit-scrollbar {
        display: none !important;
    }


    /*atomika tajidia kai jenodoxeia*/
    div.destination-visits div.inner-destination-visits div.cs-dv-content-box.last-box {
        height: 202.64px !important;
        max-height: 202.64px !important;
    }

    div.destination-visits div.inner-destination-visits div.cs-dv-content-box.last-box img {
        height: 100% !important;
        max-height: 100% !important;
        object-fit: cover !important;
    }


    /*all-group-results*/
    .search-results-wrapper .travelone_filters.hide {
        display: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    .results-all-wrapper .location-div { /*doesnt work*/
        height: 245px !important;
        max-height: 245px !important;
    }


    /*all-group*/
    .search-results-wrapper .travelone_filters {
        border: none;
        width: 100%;
        max-width: 100% !important;
    }

    .search-results-wrapper .travelone_filters .filter_switch-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .search-results-wrapper .travelone_filters .filter_switch-tabs button {
        width: 100% !important;
    }

    .search-results-wrapper .travelone_filters .filter_block {
        border-bottom: none !important;
        margin-bottom: 40px !important;
    }

    .search-results-wrapper .travelone_filters .filter_card-wrapper .filter_card-header img,
    .search-results-wrapper .travelone_filters .filter_card-wrapper .filter_card-header span {
        align-items: left;
        text-align: left;
        gap: 16px;
    }


    /* Mobile Scroll for destination-visits */
    .destination-visits.mobile-version .cs-main-content-column {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-behavior: smooth;
        gap: 24px;
    }

    .destination-visits.mobile-version .cs-main-content-column::-webkit-scrollbar {
        display: none;
    }

    .destination-visits.mobile-version .dv-card {
        flex: 0 0 auto;
    }

    .destination-visits.mobile-version .dv-card .dv-content-box {
        max-width: 267px;
        max-height: 360px;
    }


    /* omadiko kratisi */
    .form-content .form-top-content-box .img-box {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .form-content .form-top-content-box .img-box .img {

        width: 100% !important;
    }

    .form-content .form-top-content-box .img-box .img-content {

        width: 100% !important;
    }

    .form-content .form-area .mobile-radio .row {
        gap: 24px 0 !important;
    }

    .form-content .form-area .mobile-radio .form-check {
        display: flex;
        align-items: center;
        text-align: center;
        padding: 0;
        margin: 0;
        gap: 12px;
    }

    .form-content .form-area .mobile-radio .col-6 {
        display: flex;
        align-items: center;
    }

}


/* === FEATURED GROUPS (BOOTSTRAP-SAFE) === */
/* Slightly larger, rounded card like the mock */
/* ===== SECTION BACKDROP + HEADING ===== */
.fg-featured-groups {
    background: #f3f6fb;
    padding: 56px 0
}

.fg-feat-heading {
    margin: 0 0 24px
}

.fg-feat-season {
    color: #f65421;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .02em
}

.fg-feat-main {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    color: #202227;
    margin: 0 0 6px
}

.fg-feat-subtitle {
    font-size: 18px;
    color: #6b7280;
    margin: 0
}

/* ===== HERO CARD (image left, text right) ===== */
.fg-feat-hero {
    margin-bottom: 22px
}

.fg-feat-hero .row {
    --bs-gutter-x: 0;
    border-radius: 16px;
    overflow: hidden;
    align-items: stretch;
    width: 89%;
}

/* image side */
.fg-img-container {
    position: relative;
    height: 100%;
    min-height: 340px;
    overflow: hidden;
    border-radius: 16px;
}

.fg-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Quick View button (bottom-right pill) */
.fg-quick-view-btn {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid #e6e9f0;
    background: #fff;
    color: #1f2937;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
    cursor: pointer
}

.fg-quick-view-btn i {
    font-size: 14px
}

/* text side */
.fg-content-box {
    height: 100%;
    padding: 24px 28px;
    border-left: 1px solid rgba(0, 0, 0, .06);
    display: flex;
    flex-direction: column;
    gap: 14px
}

.fg-top-area h4 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .02em;
    color: #f65421;
    text-transform: uppercase
}

.fg-top-area h5 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
    color: #202227
}

/* meta inline list (small gray icons) */
.fg-text-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin: 8px 0 10px
}

.fg-text-icon .fg-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #515869;
    font-size: 15px
}

.fg-text-icon .fg-icon {
    width: 20px;
    height: 20px;
    color: #6b7280;
    flex: 0 0 20px
}

/* description */
.fg-top-area p {
    margin: 6px 0 0;
    font-size: 15px;
    color: #6b7280
}

/* price + CTA row */
.fg-bottom-area {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 14px
}

.fg-bottom-area h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #30323a
}

.fg-bottom-area h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #f65421
}

.fg-bottom-area .fg-btn-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto; /* shrink to fit */
    min-width: 140px; /* optional */
    padding: 10px 20px;
    border: 1px solid #e6e9f0;
    background: #fff;
    color: #111827;
    border-radius: 999px;
    font-weight: 800;
    cursor: pointer;
    transition: box-shadow .2s ease;
    margin-top: 4px;
    margin-left: 0; /* align flush to the left */
}

.fg-quick-view-btn span {
    color: #f65421;
}

.fg-bottom-area .fg-btn-pill:hover {
    border-color: #cfd5de;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06)
}

.fg-price-area {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

/* rounded corners per side on large screens */
@media (min-width: 992px) {
    .fg-feat-hero .col-lg-6:first-child .fg-img-container img {
        border-radius: 16px 0 0 16px
    }

    .fg-feat-hero .col-lg-6:last-child .fg-content-box {
        border-radius: 0 16px 16px 0
    }
}

/* mobile stacking */
@media (max-width: 991.98px) {
    .fg-feat-hero .row {
        border-radius: 16px
    }

    .fg-img-container {
        min-height: 260px
    }

    .fg-img-container img {
        border-radius: 16px 16px 0 0
    }

    .fg-content-box {
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, .06);
        border-radius: 0 0 16px 16px;
        padding: 18px 16px
    }
}

/* Grid */
.fg-cards-grid {
    display: grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap: 26px;
}

@media (max-width: 1200px) {
    .fg-cards-grid {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 640px) {
    .fg-cards-grid {
        grid-template-columns:1fr
    }
}

/* Card shell */
.fg-card {
    display: block;
    background: #fff;
    border: 1px solid rgb(246 84 33 / 50%);;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(20, 30, 55, .05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.fg-card:hover {
    transform: translateY(-3px);
    border-color: #DEE4EE;
    box-shadow: 0 12px 28px rgba(20, 30, 55, .10);
}

/* Image */
.fg-card-media {
    position: relative
}

.fg-card-media img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    border-radius: 22px 22px 0 0;
}

/* “Ribbon” badge (top-left) */
.fg-badge {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #F65421;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
    padding: 21px 12px 24px;
    border-radius: 12px 0px 12px 0;
    box-shadow: 0 6px 14px rgba(246, 84, 33, .22);
    text-transform: uppercase;
    letter-spacing: .02em;
}

/* Price chip (on image, right-bottom, stacked) */
.fg-price-chip {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff;
    border-radius: 14px 0px 0px 0px;
    padding: 10px 14px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.fg-price-chip em {
    font-style: normal;
    color: #6B7280;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .02em;
}

.fg-price-chip strong {
    color: #F65421;
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
}

/* Body */
.fg-card-body {
    padding: 20px 20px 18px
}

.fg-chip {
    display: inline-block;
    background: #F6F2F0;
    color: #8E6D64;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
    margin: 6px 0 12px;
}

.fg-region {
    color: #F65421;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-bottom: 6px;
}

.fg-card-body h4 {
    margin: 0 0 12px;
    color: #202227;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.25;
}

/* Blue airline link */
.fg-link-air {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #2563EB;
    font-weight: 800;
    text-decoration: none;
    margin: 8px 0 6px;
}

.fg-link-air img {
    width: 18px;
    height: 18px;
    display: inline-block
}

/* Meta rows (clock, calendar…) */
.fg-meta-rows {
    list-style: none;
    padding: 0;
    margin: 10px 0 8px
}

.fg-meta-rows li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2B2F36;
    font-size: 15px;
    margin: 10px 0;
    opacity: .95;
}

.fg-meta-rows img {
    width: 18px;
    height: 18px;
    opacity: .9
}

.fg-section-label {
    color: #F65421;
    font-weight: 900;
    letter-spacing: .02em;
    margin-top: 2px;
}

/* Bottom inline stats */
.fg-inline-stats {
    display: flex;
    align-items: center;
    gap: 22px;
    color: #515869;
    font-size: 15px;
    margin: 10px 0 16px;
}

.fg-inline-stats .fg-stat {
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.fg-inline-stats img {
    width: 18px;
    height: 18px;
    opacity: .85
}

/* Primary pill button + “includes” line */
.fg-btn-pill {
    width: 100%;
    border: 1px solid #E7EBF2;
    background: #fff;
    color: #111827;
    padding: 12px 16px;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: .02em;
    cursor: pointer;
    transition: box-shadow .2s ease, border-color .2s ease;
}

.fg-btn-pill:hover {
    border-color: #D9E0EB;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08)
}

.fg-more-includes {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    color: #3B3F45;
    text-decoration: none;
    font-weight: 800;
}

.fg-plus {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border: 1px solid #E7EBF2;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

/* Small polish for very small screens */
@media (max-width: 480px) {
    .fg-card-media img {
        height: 190px
    }

    .fg-price-chip strong {
        font-size: 20px
    }
}


/* ===== Overlay + shell ===== */
.fgqv {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none
}

.fgqv[aria-hidden="false"] {
    display: block
}

.fgqv__overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, .75);
    backdrop-filter: saturate(120%) blur(2px)
}

.fgqv__dialog {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin: 28px auto;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 48px);
    overflow: auto;
}

.fgqv__wrap {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 2px solid #F65421;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 32px;
    padding: 24px 24px 12px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
    padding-bottom: 110px;
}

.fgqv__close {
    position: absolute;
    top: 8px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 0;
    cursor: pointer;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .25)
}

/* ===== Left media ===== */
.fgqv__left {
    padding-left: 8px
}

.fgqv__hero {
    margin: 0;
    border-radius: 16px;
    overflow: hidden
}

.fgqv__hero img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover
}

.fgqv__thumbs {
    display: flex;
    gap: 12px;
    margin-top: 14px
}

.fgqv__thumb {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    background: #fff;
    padding: 0;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .1);
    cursor: pointer
}

.fgqv__thumb img {
    display: block;
    width: 86px;
    height: 64px;
    object-fit: cover
}

.fgqv__thumb.is-active {
    border-color: #F65421
}

/* ===== Right column ===== */
.fgqv__right {
    padding-right: 10px
}

.fgqv__title {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 900;
    color: #111827;
    margin: 4px 0 14px
}

.fgqv__icons {
    display: grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 12px 22px;
    list-style: none;
    margin: 0 0 16px;
    padding: 0
}

.fgqv__icons li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #111827
}

.fgqv__ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #FFF3EF
}

.fgqv__desc {
    color: #444;
    line-height: 1.6;
    margin: 8px 0 18px
}

.fgqv__link {
    color: #2563eb;
    text-decoration: underline
}

.fgqv__section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 12px;
    font-weight: 900;
    color: #111827
}

/* Itinerary list */
.fgqv__itinerary {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.fgqv__it {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #F4F6FB;
    border-radius: 12px;
    padding: 10px 12px;
    text-decoration: none;
    color: #111827;
    border: 1px solid #E7EBF2
}

.fgqv__it:hover {
    background: #EEF2FA
}

.fgqv__it-img {
    width: 120px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px
}

.fgqv__it-meta {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.fgqv__day {
    color: #F65421;
    font-weight: 800
}

.fgqv__it-title {
    font-weight: 700
}

/* sticky CTA row */
.fgqv__footer {
    display: flex;
    justify-content: flex-end;
    padding: 14px 22px;
    position: relative;
    top: -10px
}

.fgqv__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 12px 20px;
    border-radius: 999px;
    background: #F65421;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(246, 84, 33, .35)
}

/* body lock */
body.fgqv-open {
    overflow: hidden
}

/* Responsive */
@media (max-width: 960px) {
    .fgqv__wrap {
        grid-template-columns:1fr;
        padding: 18px 18px 8px
    }

    .fgqv__hero img {
        height: 260px
    }

    .fgqv__icons {
        grid-template-columns:1fr
    }

    .fgqv__footer {
        justify-content: center
    }
}


/* === INSPIRATION SECTION === */
.inspiration {
    background: #f3f6fb;
    padding: 60px 0
}

.inspiration .lead {
    margin-bottom: 26px
}

.inspiration .lead h2 {
    font-size: 32px;
    font-weight: 800;
    color: #202227;
    margin: 0 0 15px
}

.inspiration .lead p {
    font-size: 18px;
    color: #555;
    margin: 0
}

.insp-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 26px
}

@media (max-width: 1200px) {
    .insp-grid {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 991.98px) {
    .insp-grid {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 575.98px) {
    .insp-grid {
        grid-template-columns:1fr
    }
}

.insp-card {
    background: #fff;
    border: 1px solid #e6e9f0;
    border-radius: 20px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease
}

.insp-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(20, 30, 55, .08)
}

.insp-card a {
    display: block;
    color: inherit;
    text-decoration: none
}

.insp-media {
    position: relative
}

.insp-media img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 20px 20px 0 0
}

.insp-price {
    position: absolute;
    right: 0px;
    bottom: -18px;
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    background: #fff;
    border-radius: 12px 0px 0px 0px;
    padding: 20px 15px;
}

.insp-price em {
    font-style: normal;
    font-size: 14px;
    color: #444;
    opacity: .85;
}

.insp-price strong {
    color: #f65421;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.insp-body {
    padding: 18px
}

.insp-country {
    color: #f65421;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 6px
}

.insp-city {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    color: #202227;
    margin: 0 0 12px
}

.insp-nights {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2b2f36;
    font-size: 15px;
    opacity: .9
}

.insp-nights img {
    width: 18px;
    height: 18px;
    display: inline-block;
    opacity: .85
}

.insp-actions {
    display: flex;
    gap: 10px;
    margin-top: 14px
}

.insp-btn {
    flex: 1;
    border: 1px solid #e6e9f0;
    border-radius: 999px;
    padding: 10px 12px;
    text-align: center;
    font-weight: 700;
    color: #111827;
    background: #fff
}

.insp-btn:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06)
}

.insp-cta {
    margin-top: 26px
}

.insp-cta .btn-outline {
    border: 1px solid #e6e9f0;
    border-radius: 24px;
    padding: 10px 18px;
    font-weight: 700;
    color: #111827;
    background: #fff
}


/* visual parity with screenshot */
.insp-card {
    border-radius: 18px
}

.insp-media img {
    height: 208px;
    border-radius: 18px 18px 0 0
}

.insp-price {
    border-radius: 12px 0px 0px 0px;
    padding: 20px 15px
}

.insp-price em {
    font-size: 12px;
    opacity: .75
}

.insp-price strong {
    font-size: 16px
}

/* nights row as clean bullet (not clock) */
.insp-nights--dot {
    gap: 10px
}

.insp-nights--dot .dot {
    width: 14px;
    height: 14px;
    border: 2px solid #c9ced8;
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 14px;
    transform: translateY(1px);
}

/* single main CTA + centered tiny link under it */
.insp-actions {
    margin-top: 12px
}

.insp-btn {
    padding: 10px 14px
}

.insp-moreline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

.insp-moreline .plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #e6e9f0;
    border-radius: 50%;
    font-weight: 800;
    line-height: 1;
}

/* section heading spacing tighter to match mock */
.inspiration .lead {
    margin-bottom: 22px
}

.inspiration .lead h2 {
    margin: 0 0 18px
}

.inspiration .lead p {
    line-height: 1.4
}

/* hover micro-lift like screenshot */
.insp-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(20, 30, 55, .08)
}


.login-form-wrapper, .register-form-wrapper {
    max-width: 537px;
}


/* Maximos fixes */

@media only screen and (max-width: 992px) {

    .seat-selection__box {
        margin-top: 40px;
    }


}

@media only screen and (max-width: 767px) {

    .justify-content-end {
        justify-content: center !important;
    }

}

@media only screen and (max-width: 767px) {

    .footer_heading_15_300 {
        font-size: 15px;
        font-weight: 300;
    }

    .footer_heading_15_400 {
        font-size: 15px;
        font-weight: 400;
    }

    .footer_heading_16_300 {
        font-size: 16px;
        font-weight: 300;
    }

    .footer_heading_16_400 {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .footer_heading_18_500 {
        font-size: 18px;
        font-weight: 500;
    }

    .footer_heading_18_600 {
        font-size: 18px;
        font-weight: 600;
    }

    .footer_heading_20_500 {
        font-size: 20px;
        font-weight: 500;
    }

    footer .inner-footer {
        padding: 40px 16px 0 16px;
    }

    footer .inner-footer .row .footer-widget h3 {
        margin-bottom: 18px !important;
    }

    footer .inner-footer .row .footer-widget {
        margin-bottom: 18px;
    }

    footer .footer-widget-with-btn-bottom {
        padding: 0 !important;
    }

    footer .border-left-1 {
        border-left: none !important;
    }

    footer .px-4 {
        padding: 0 !important;
    }

    .footer_bottom_border {
        border-bottom: 1px solid #c8c8c8
    }

    .mob-padding-h3 {
        padding-top: 18px;
    }

    .mobile-block-follow {
        padding-bottom: 18px;
    }

    .mobile-block-follow .mobile-block-follow-inner {
        padding: 0 18px;
    }

    .color_black {
        color: #000 !important;
    }

    footer .footer-pills {
        margin-top: 0 !important;
        margin-top: 10px;
    }

    .footer-pill {
        display: inline-block;
        padding: 6px 14px;
        border-radius: 9999px;
        background: #f1f5f9;
        color: #000;
        font-size: 14px;
        text-decoration: none;
        white-space: nowrap;
    }

    /*.swiper-slide {*/
    /*    width: auto !important;*/
    /*}*/

    .footer-bottom-area h5 {
        text-align: left !important;
    }

    .footer-bottom-area .ways-of-payment {
        justify-content: left;
        margin-bottom: 15px;
    }

    .justify-content-end {
        justify-content: initial !important;
    }

    .footer-bottom-area .text-right {
        text-align: left !important;
    }

    .footer-bottom-area .ways-of-payment {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }

    .footer-bottom-area .ways-of-payment img:not(:first-child) {
        margin-left: 0;
    }

    .footer-last .row img {
        margin: 15px 0 !important;
    }

    .footer-last .row p {
        text-align: left !important;
    }

    .footer-last .textwidget .font-light {
        font-size: 15px;
        font-weight: 300 !important;
    }

    #footer-copyright-section p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .footer-last .row a {
        text-align: left;
    }

    .footer-last {
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer-widget-bottom {
        margin-bottom: 32px !important;
    }

}


@media only screen and (min-width: 767px) {

    .swiper-slide {
        width: auto !important;
        display: inline-flex;
        align-items: center;
    }


    .footer-pills .swiper-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        row-gap: 9px;
        column-gap: 9px;
        width: 100% !important;

    }

    /* .footer-pills .swiper-slide {
      width: auto !important;
      flex: 0 0 auto;
    } */
    /* .footer-pills.swiper {
      overflow: visible !important;
    } */

}


/* Maximos fixes END */
@media (max-width: 767px) {
    .form-tour-include h3 {
        background: #fff;
        border: 1px solid #e5e5e5;
        padding: 14px 18px;
        border-radius: 12px;
        margin: 0 0 10px;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        position: relative;
    }

    .form-tour-include h3::after {
        content: "";
        width: 20px;
        height: 20px;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        transition: transform .3s ease;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.07227L10 12.0723L15 7.07227' stroke='%231E1E1E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .form-tour-include h3.active::after {
        transform: rotate(180deg);
    }

    /* ΌΛΑ κλειστά στην αρχή */
    .form-tour-include .check-list {
        display: none;
        margin: 0 0 15px;
    }

    .tour-info-item {
        padding: 20px 12px 16px 12px !important;

        & h3 {
            border: none !important;
        }
    }
}



.mobile-results-btn {
    display: none;
}

@media (max-width: 768px) {
    .travelone_filters.opened_filters ~ .mobile-results-btn,
    .mobile-results-btn.is-visible {
        display: block;
    }

    .mobile-results-btn {
        position: fixed;
        bottom: 20px;
        left: 16px;
        right: 16px;
        z-index: 99999;
        background: #F65421;
        color: #fff;
        border: none;
        border-radius: 30px;
        padding: 16px 24px;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        box-shadow: 0 8px 24px rgba(246, 84, 33, 0.35);
        cursor: pointer;
        display: none;
    }

    .travelone_filters.opened_filters ~ .mobile-results-btn {
        display: block;
    }
}















