:root {
    /* Colors */
    --color-primary: #253580;
    --color-tag: #374151;
    --color-tag-bg: #ffffffcc;
    --color-tag-border: #f3f4f699;
    /* Fonts */
    --font-primary: ui-serif, "Noto Serif", Georgia, serif;
    --font-size-title: 48px;
    --line-height-title: 1.2;
    --font-size-special-h5: 18px;
    --font-size-tag: 16px;
    /* Spacing & Border Radius */
    --border-radius-main: 10px;
    --border-radius-special: 14px;
    --padding-special: 15px;
    --padding-tag: 6px 8px;
    --gap-column: 35px;
    --gap-tag: 10px;
    /* Box Shadows */
    --shadow-main: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --shadow-main-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --shadow-tag: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --shadow-tag-hover: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.page-header {
    display: grid;
    gap: 15px;
    margin-bottom: 50px;
    margin-top: 15px;
}

.page-header__column--content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.page-header__title {
    font-family: var(--font-primary);
    color: var(--color-primary);
    font-size: 40px;
    line-height: 1;
    word-wrap: break-word;
    padding: 0;
    font-weight: 400;
    margin: 0;
}

.page-header__description p {
    color: #374151;
}

.page-header__description-color {
    font-weight: 700;
    color: #253580;
}

.page-header__buttons {
    flex-basis: 100%;
    display: grid;
    gap: 15px;
    margin: 0px 15px 0 15px;
}

.page-header__buttons--blue {
    display: flex;
    align-items: center;
    background-color: #253580;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    padding: 15px 24px;
    box-shadow: 0 10px 15px -3px #5c5c7a33, 0 4px 6px -4px #5c5c7a33;
    backdrop-filter: blur(8px);
    text-decoration: none;
    white-space: nowrap;
    border: none;
    transition: all 0.3s ease;
}

.page-header__buttons--blue:hover {
    background-color: #253580e6;
    box-shadow: 0 20px 25px -5px rgba(37, 53, 128, 0.3), 0 8px 10px -6px rgba(37, 53, 128, 0.3);
}

.page-header__buttons--pink {
    display: flex;
    align-items: center;
    border: 1px solid #253580;
    background: transparent;
    color: #253580;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    padding: 15px 24px;
    box-shadow: 0 10px 15px -3px #5c5c7a33, 0 4px 6px -4px #5c5c7a33;
    backdrop-filter: blur(8px);
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.page-header__buttons--pink:hover {
    box-shadow: 0 20px 25px -5px rgba(37, 53, 128, 0.3), 0 8px 10px -6px rgba(37, 53, 128, 0.3);
}

.page-header__column--image {
    position: relative;
}

.page-header__image {
    margin: 35px 0 15px 0;
    padding: 15px 15px 60px 15px;
    border-radius: var(--border-radius-main);
    overflow: hidden;
    box-shadow: #fff0 0 0 0 0, #fff0 0 0 0 0, #fff0 0 0 0 0, #fff0 0 0 0 0, rgb(0 0 0 / .1) 0 10px 15px -3px, rgb(0 0 0 / .1) 0 4px 6px -4px;
    transition: all 0.3s ease;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    cursor: pointer;
}

.page-header__image:hover {
    box-shadow: var(--shadow-main-hover);
    transform: scale3d(1.05, 1.05, 1.05);
}

.page-header__img {
    border-radius: var(--border-radius-main);
    object-fit: cover;
    height: auto;
    aspect-ratio: 1 / 1;
}

.page-header__decor--heart {
    position: absolute;
    z-index: 9;
    opacity: 0.5;
}

.page-header__decor--heart.heart-blue-1 {
    top: auto;
    bottom: 50px;
    left: -30px;
    rotate: 347deg;
    z-index: 0;
    width: 60px;
    height: 60px;
    z-index: 0;
}

.page-header__decor--heart.heart-pink-1 {
    top: 45px;
    bottom: 42px;
    left: 50px;
    rotate: 10deg;
    width: 70px;
    height: 70px;
    z-index: 0;
}

.page-header__decor--heart.heart-green-1 {
    top: 60px;
    right: 15px;
    left: auto;
    rotate: 2deg;
    width: 70px;
    height: 70px;
    z-index: 0;
}

.page-header__images {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    padding: 35px 0px;
}

.header-image__card {
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 10px 5px 25px 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    transition: scale 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    will-change: transform;
}

.header-image__card:nth-child(1) {
    grid-column: 1 / 4;
    width: 150px;
    margin: 0 auto;
    aspect-ratio: 150 / 200;
    margin-bottom: -125px;
    transform: rotate(5deg);
}

.header-image__card:nth-child(2) {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    justify-self: end !important;
    transform: rotate(-7deg);
}

.header-image__card:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    justify-self: center !important;
    transform: rotate(3deg);
}

.header-image__card:nth-child(4) {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
    justify-self: start !important;
    transform: rotate(2deg);
}

.header-image__card:hover {
    z-index: 99 !important;
    scale: 1.05;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}

.header-image__card img {
    width: 100%;
    height: auto;
    aspect-ratio: 140 / 140;
    object-fit: cover;
    border-radius: 10px;
}

.header-image__card--title {
    font-family: var(--font-primary);
    color: #4a5565;
    word-wrap: break-word;
    font-size: 12px;
}

.page-header__labels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 15px;
    backdrop-filter: blur(8px);
    background-color: var(--color-tag-bg);
    border: 1px solid var(--color-tag-border);
    border-radius: var(--border-radius-main);
    padding: 15px;
    box-shadow: rgb(0 0 0 / .08) 0 25px 50px -12px, rgb(0 0 0 / .02) 0 0 0 1px;
    margin-top: 25px;
}

.page-header__label {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.page-header__labels.page-header__labels--many .page-header__label:last-child {
    grid-column: 1 / 3;
    padding: 0 15px;
    justify-content: center;
}

.page-header__labels.page-header__labels--3 .page-header__label:nth-child(3) {
    grid-column: 1 / 3;
    justify-content: center;
}

.page-header__label-image {
    width: 30px;
    height: 30px;
}

.page-header__label-title {
    font-size: var(--font-size-tag);
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-tag);
}











.header-country__special-text {
    border: 1px solid #25358033;
    border-radius: var(--border-radius-special);
    padding: var(--padding-special);
    background-image: linear-gradient(to right,
            rgba(37, 53, 128, 0.1) 0%,
            rgba(0, 0, 0, 0) 50%,
            rgba(253, 118, 138, 0.1) 100%);
    background-image: linear-gradient(to right,
            oklab(0.363448 -0.00046885 -0.1278 / 0.1) 0%,
            rgba(0, 0, 0, 0) 50%,
            oklab(0.7299 0.160906 0.0368927 / 0.1) 100%);
}

.header-country__special-text:hover {
    background-image: linear-gradient(to right, rgba(37, 53, 128, 0.15) 0%, rgba(0, 0, 0, 0) 50%, rgba(253, 118, 138, 0.15) 100%);
    background-image: linear-gradient(to right, oklab(0.363448 -0.00046885 -0.1278 / 0.15) 0%, rgba(0, 0, 0, 0) 50%, oklab(0.7299 0.160906 0.0368927 / 0.15) 100%);
}

.header-country__special-text h5 {
    display: flex;
    align-items: center;
    gap: var(--gap-tag);
    color: var(--color-primary);
    font-size: var(--font-size-special-h5);
    margin-bottom: 10px;
    line-height: 1;
}

.header-country__special-text h5:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/vittoriavita/images/warning-icon.svg);
}

.header-country__special-text p {
    padding-left: 30px;
}

.header-country__card:nth-child(odd) {
    justify-self: end;
}

.header-country__card:nth-child(even) {
    justify-self: start;
}

.header-country__card.is-hidden-mobile {
    display: none !important;
}

@media screen and (min-width: 500px) {
    .page-header__images {
        gap: 10px;
        padding: 35px 15px;
    }

    .header-image__card {
        width: 140px;
        padding: 10px 10px 25px 10px;
    }

    .header-image__card:nth-child(1) {
        grid-column: 1 / 4;
        width: 200px;
        margin: 0 auto;
        aspect-ratio: 200 / 200;
        margin-bottom: -100px;
    }

    .page-header__labels {
        gap: 20px;
    }

    .page-header__labels.page-header__labels--3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .page-header__labels.page-header__labels--3 .page-header__label:nth-child(3) {
        grid-column: 3 / 4;
        justify-content: center;
    }

    .page-header__labels.page-header__labels--many .page-header__label:last-child {
        width: 75%;
        margin: 0 auto;
    }

}

@media screen and (min-width: 768px) {
    .page-header__buttons {
        grid-template-columns: 1fr 1fr;
    }

    .page-header__decor--heart.heart-blue-1 {
        left: 40px;
    }

    .page-header__decor--heart.heart-green-1 {
        right: 55px;
    }

    .page-header__images {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 35px 15px;
    }

    .header-image__card {
        width: 180px;
    }

    .header-image__card:nth-child(1) {
        grid-column: 2/3;
        width: 250px;
        margin: 0 0 -150px 0;
        justify-self: start;
    }

    .header-image__card:nth-child(2) {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .header-image__card:nth-child(3) {
        grid-column: auto;
        grid-row: auto;
        justify-self: end !important;
    }

    .header-image__card:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
    }

    .page-header__labels.page-header__labels--many .page-header__label:last-child {
        width: 80%;
        margin: 0 auto;
    }

    .page-header__label-image {
        width: 40px;
        height: 40px;
    }

}

@media screen and (min-width: 992px) {
    .page-header {
        grid-template-columns: 1.2fr 1fr 20px;
        grid-template-rows: minmax(min-content, 80px) auto;
        align-items: start;
        gap: 0 35px;
    }

    .page-header__column--image {
        grid-row: 1 / 3;
        grid-column: 2 / 3;
        align-self: baseline;
        margin-top: -80px;
    }

    .page-header__image {
        width: 75%;
        margin: 15px auto;
    }

    .page-header__decor--heart.heart-blue-1 {
        left: 15px;
        bottom: 80px;
        top: auto;
        rotate: 345deg;
    }

    .page-header__decor--heart.heart-pink-1 {
        top: 45px;
        bottom: 40px;
        left: 50px;
        rotate: 10deg;
        width: 70px;
        height: 70px;
        z-index: 0;
    }

    .page-header__decor--heart.heart-green-1 {
        right: -50px;
        top: 200px;
        rotate: 35deg;
        width: 70px;
        height: 70px;
    }

    .page-header__images {
        grid-template-columns: 1fr 1.5fr;
    }

    .header-image__card {
        width: 140px;
    }

    .header-image__card:nth-child(1) {
        grid-column: 2/3;
        width: 250px;
        margin: 0 0 -50px 0;
        justify-self: start;
        transform: rotate(6deg);
    }

    .header-image__card:nth-child(2) {
        margin-top: auto;
        height: fit-content;
        margin-bottom: -35px;
        transform: rotate(-12deg);
    }

    .header-image__card:nth-child(3) {
        margin-right: -90px;
        transform: rotate(-2deg);
    }

    .header-image__card:nth-child(4) {
        transform: rotate(3deg);
        justify-self: end !important;
    }

    .header-image__card:nth-child(1) img {
        height: 250px;
    }

    .page-header__labels {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column: 1 / 4;
    }

    .page-header__label {
        grid-column: auto;
        padding: 0 10px;
    }

    .page-header__labels.page-header__labels--many .page-header__label:last-child {
        width: 100%;
        grid-column: 1 / 6;
        justify-content: center;
    }








    .header-country__card.is-hidden-mobile {
        display: flex !important;
    }

    .header-country.header-country--no-image {
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    .header-country__special-text {
        margin: 25px auto 25px auto;
        width: 80%;
    }

}

@media screen and (min-width: 1200px) {
    .page-header {
        gap: 0 50px;
    }

    .page-header__label {
        grid-column: auto;
        padding: 0 10px;
    }
}




.qcard {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 18px 50px rgba(37, 53, 128, .12);
}

.qcard h3 {
    font-size: 20px;
    margin-bottom: 5px
}

.qcard-sub {
    font-size: 16px;
    color: #374151;
    margin-bottom: 15px
}

.spec {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
    border: 1px solid #e5e7eb
}

.spec-green {
    background: #10b9811a;
    border-color: #10b9811a
}

.spec-amber {
    background: #f59e0b1a;
    border-color: #f59e0b1a
}

.spec-red {
    background: #fd768a1a;
    border-color: #fd768a1a
}

.spec-ico {
    flex: none;
    font-size: 20px;
    line-height: 1.3
}

.spec-txt b {
    display: block;
    color: #253580;
    font-weight: 600;
    font-size: 16px;
}

.spec-txt span {
    font-size: 14px;
    color: #374151;
    line-height: 1.45
}

.qcard .qfoot {
    margin-top: 16px;
    text-align: center
}

.qcard .qfoot a {
    font-weight: 600;
    color: #fd768a;
    font-size: 16px;
    text-decoration: none;
}

/* destination linking cards */
.dest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 22px;
    margin-top: 36px
}

.dest {
    display: block;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 26px;
    transition: transform .25s, box-shadow .25s;
    color: var(--text)
}

.dest:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(37, 53, 128, .1)
}

.dest-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px
}

.dest-head .dflag {
    font-size: 1.7rem
}

.dest-head h3 {
    font-size: 1.22rem
}

.dbadge {
    display: inline-block;
    font-family: var(--serif);
    font-size: .72rem;
    font-weight: 600;
    padding: 4px 11px;
    border-radius: 20px;
    margin-bottom: 12px;
    color: #fff
}

.db-green {
    background: var(--green)
}

.db-pink {
    background: var(--secondary)
}

.dest p {
    font-size: .92rem;
    color: var(--text-muted);
    margin-bottom: 14px;
    line-height: 1.55
}

.dlink {
    font-weight: 600;
    font-size: .9rem;
    color: var(--secondary)
}

.dest-foot {
    text-align: center;
    margin-top: 30px;
    color: var(--text-muted);
    font-size: .95rem
}

.dest-foot a {
    font-weight: 600;
    color: var(--secondary)
}


:root {
    --primary: #253580;
    --primary-light: rgba(37, 53, 128, 0.08);
    --primary-lighter: rgba(37, 53, 128, 0.04);
    --secondary: #fd768a;
    --secondary-light: rgba(253, 118, 138, 0.1);
    --secondary-lighter: rgba(253, 118, 138, 0.05);
    --cream: #fefefe;
    --white: #ffffff;
    --text: #1a1a2e;
    --text-secondary: #374151;
    --text-muted: #6b7280;
    --border: #e5e7eb;
    --border-light: #f3f4f6;
    --gold: #f59e0b;
    --gold-light: rgba(245, 158, 11, 0.08);
    --serif: 'Comfortaa', -apple-system, BlinkMacSystemFont, sans-serif;
    --sans: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
}

.price-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(37, 53, 128, 0.1);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(37, 53, 128, 0.1);
    text-align: center;
}

.price-card .pc-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fd768a;
}

.price-card .pc-from {
    font-size: 12px;
    color: #6b7280;
}

.price-card .pc-amount {
    font-size: 40px;
    font-weight: 700;
    color: #253580;
    line-height: 1.2;
    margin: 5px 0;
}

.price-card .pc-range {
    font-size: 14px;
    margin-bottom: 20px;
}

.price-card .pc-divider {
    height: 1px;
    background: #f3f4f6;
    margin: 0 0 20px 0;
}

.price-card .pc-rows {
    list-style: none;
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.price-card .pc-rows li {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 14px;
    margin: 0;
}

.price-card .pc-rows li span:last-child {
    font-weight: 600;
    white-space: nowrap;
}

.btn-custom {
    display: flex;
    align-items: center;
    background-color: #253580;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    padding: 15px 24px;
    box-shadow: 0 10px 15px -3px #5c5c7a33, 0 4px 6px -4px #5c5c7a33;
    backdrop-filter: blur(8px);
    text-decoration: none;
    white-space: nowrap;
    border: none;
    transition: all 0.3s ease;
    width: fit-content;
    margin: 0 auto;
}
.btn-custom:hover {
    transform: translateY(-1px);
    background-color: #253580e6;
    box-shadow: 0 20px 25px -5px rgba(37, 53, 128, 0.3), 0 8px 10px -6px rgba(37, 53, 128, 0.3);
}
.price-card .pc-note {
    font-size: 12px;
    color: #6b7280;
    margin-top: 15px;
}