:root {
    --red: #f6161b;
    --text: #242424;
    --muted: #999;
    --line: #ff3237
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #fff;
    color: var(--text);
    font-family: "IRANSansX", "Vazirmatn", Tahoma, Arial, sans-serif;
    line-height: 1.65
}

.wrap {
    width: min(1220px, calc(100% - 36px));
    margin-inline: auto
}

button,
input {
    font: inherit
}

button {
    cursor: pointer
}

img {
    display: block
}

.hero {
    height: 874px;
    background: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url("assets/hero.jpg") center center/cover no-repeat;
    position: relative;
    color: #fff
}

.microbar {
    height: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    background: rgba(0, 111, 190, .5);
    font-size: 11px
}

.microbar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.micro-left,
.micro-right {
    display: flex;
    gap: 12px;
    align-items: center
}

.mainnav {
    height: 82px;
    display: flex;
    align-items: flex-start;
    padding-top: 13px;
    gap: 30px
}

.logo {
    width: 100px;
    height: 80px;
    object-fit: cover
}

.navlinks {
    display: flex;
    gap: 30px;
    align-items: center;
    flex: 1;
    padding-top: 20px
}

.navlinks a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 9px
}

.navlinks .active {
    border-bottom: 2px solid #fff
}

.nav-actions {
    display: flex;
    flex-direction: row-reverse;
    gap: 16px;
    align-items: center;
    padding-top: 8px
}

.nav-actions button {
    border: 0;
    border-radius: 7px;
    background: var(--red);
    color: white;
    padding: 10px 24px
}

.magnify {
    font-size: 31px;
    line-height: 1
}

.hero-copy {
    text-align: center;
    margin-top: 126px
}

.hero-copy h1 {
    font-size: 52px;
    margin: 0 0 3px;
    font-weight: 900;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .12)
}

.hero-copy p {
    font-size: 20px;
    margin: 0
}

.flight-box {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 113px;
    height: 309px;
    background: white;
    color: #222;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .16);
    padding: 18px 24px;
    z-index: 999 !important;
    overflow: visible !important;
}

.service-tabs {
    display: flex;
    gap: 9px;
    justify-content: flex-start;
    direction: rtl
}

.service-tabs button {
    height: 49px;
    min-width: 78px;
    padding: 0 21px;
    border: 1px solid #555;
    border-radius: 12px;
    background: white;
    color: #555;
    font-size: 16px
}

.service-tabs .active {
    background: var(--red);
    color: #fff;
    border-color: var(--red)
}

.trip-tabs {
    position: absolute;
    left: 31px;
    top: 33px;
    display: flex;
    gap: 39px;
    color: #5b5b5b;
    font-weight: 700
}

.trip-tabs span {
    padding-bottom: 8px
}

.trip-tabs .active {
    color: var(--red);
    border-bottom: 2px solid var(--red)
}

.flight-fields {
    display: grid;
    grid-template-columns: 1.2fr 55px 1.2fr 1.8fr 1.05fr;
    gap: 12px;
    align-items: center;
    margin-top: 22px;
    direction: rtl
}

.field {
    height: 107px;
    background: #f5f5f5;
    border-radius: 17px;
    padding: 15px 17px;
    display: flex;
    flex-direction: column
}

.field small {
    color: #aaa;
    font-size: 13px
}

.field strong {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 9px
}

.field span {
    font-size: 11px;
    font-weight: 700
}

.swap {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #f0f0f0;
    color: #ff2c30;
    font-size: 34px;
    display: grid;
    grid-column: 2;
    place-items: center;
    z-index: 3;
}

.date strong {
    font-size: 22px
}

.passenger strong {
    font-size: 21px
}

.search-btn {
    display: block;
    margin: 28px auto 0;
    background: var(--red);
    color: #fff;
    border: 0;
    border-radius: 10px;
    width: 155px;
    height: 57px;
    font-size: 19px;
    font-weight: 800
}

.experience {
    height: 372px;
    display: grid;
    grid-template-columns: 1fr 2.2fr;
    gap: 62px;
    align-items: start;
    padding-top: 28px
}

.experience-copy {
    padding-top: 55px
}

.experience-copy h2 {
    font-size: 30px;
    line-height: 1.35;
    margin: 0
}

.experience-copy i {
    display: block;
    width: 183px;
    height: 2px;
    background: var(--line);
    margin: 25px 0
}

.experience-copy p {
    font-size: 14px;
    color: #777
}

.experience-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    direction: ltr
}

.experience-cards article {
    height: 278px;
    border-radius: 11px;
    overflow: hidden;
    position: relative
}

.experience-cards img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.experience-cards article:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 55%, rgba(0, 0, 0, .55))
}

.experience-cards div {
    position: absolute;
    z-index: 2;
    bottom: 18px;
    right: 14px;
    left: 14px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.section {
    padding: 26px 0 45px
}

.section-title {
    font-size: 28px;
    text-align: center;
    margin: 0 0 36px;
    font-weight: 900
}

.section-title:after {
    content: "";
    display: block;
    width: 182px;
    height: 2px;
    background: var(--line);
    margin: 8px auto 0
}

.destinations {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 13px;
    direction: ltr
}

.italy-card {
    height: 446px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    direction: rtl
}

.italy-card img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.italy-card .shade {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .12)
}

.italy-content {
    position: absolute;
    top: 121px;
    right: 150px;
    color: #fff;
    text-align: center
}

.italy-content h3 {
    font-size: 41px;
    margin: 0;
    line-height: 1
}

.italy-content strong {
    display: block;
    font-size: 43px;
    font-weight: 500
}

.italy-content p {
    font-size: 14px;
    margin: 1px 0 9px
}

.italy-content button {
    background: #f33;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 8px 18px
}

.mosaic {
    height: 446px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 128px 128px 128px;
    gap: 8px;
    position: relative;
    direction: ltr
}

.tile {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.tile img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tile:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .08)
}

.tile b {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px
}

.orange:after {
    background: rgba(245, 61, 35, .56)
}

.m1 {
    grid-row: 1
}

.m2 {
    grid-column: 2
}

.m3 {
    grid-column: 3
}

.m4 {
    grid-row: 2 / span 2;
    grid-column: 1
}

.m5 {
    grid-column: 2;
    grid-row: 2
}

.m6 {
    grid-column: 3;
    grid-row: 2
}

.m7 {
    grid-column: 2;
    grid-row: 3
}

.m8 {
    grid-column: 3;
    grid-row: 3
}

.all-dests {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 128px;
    height: 62px;
    background: #ff2d32;
    color: #fff;
    border: 0;
    border-radius: 10px;
    font-weight: 700
}

.hotel-section {
    padding-top: 24px
}

.filter-tabs {
    width: max-content;
    max-width: 100%;
    margin: 0 auto 45px;
    background: #fff;
    padding: 19px 30px;
    border-radius: 13px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .14);
    display: flex;
    gap: 8px
}

.filter-tabs button {
    background: white;
    border: 1px solid #777;
    border-radius: 8px;
    padding: 8px 18px;
    color: #666
}

.filter-tabs .active {
    background: var(--red);
    border-color: var(--red);
    color: #fff
}

.hotel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 9px
}

.hotel-card {
    height: 255px;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    background: #fff
}

.hotel-img {
    height: 163px;
    position: relative;
    overflow: hidden
}

.hotel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hotel-img:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 52px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .68))
}

.hotel-img span {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 8px;
    color: #fff;
    font-size: 11px
}

.hotel-img em,
.tour-img em {
    position: absolute;
    z-index: 3;
    left: 10px;
    bottom: -1px;
    background: #fff;
    color: #f33;
    border-radius: 18px 18px 0 0;
    padding: 5px 7px;
    font-style: normal;
    font-size: 11px
}

.hotel-body {
    padding: 10px 12px
}

.hotel-body h3 {
    margin: 0;
    text-align: right;
    font-size: 14px;
    color: #666;
    font-weight: 500
}

.hotel-body p,
.tour-card p {
    margin: 22px 0 0;
    display: flex;
    justify-content: space-between;
    font-size: 11px
}

.hotel-body p span,
.tour-card p span {
    color: #bbb
}

.hotel-body p b,
.tour-card p b {
    font-weight: 500;
    color: #666
}

.promo-grid {
    display: grid;
    grid-template-columns: 203px 203px 1fr;
    gap: 12px;
    direction: ltr
}

.promo-card {
    height: 310px;
    border-radius: 11px;
    overflow: hidden;
    position: relative;
    color: #fff;
    direction: rtl
}

.promo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.promo-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .22))
}

.promo-card.red-cover:after {
    background: rgba(247, 55, 35, .66)
}

.promo-card div {
    position: absolute;
    z-index: 2;
    right: 20px;
    left: 20px;
    bottom: 17px
}

.promo-card h3 {
    font-size: 17px;
    margin: 0 0 8px
}

.promo-card p {
    font-size: 11px;
    margin: 0 0 12px;
    line-height: 1.7
}

.promo-card button {
    background: #fff;
    color: #f33;
    border: 0;
    border-radius: 5px;
    padding: 8px 15px
}

.promo-card:not(.red-cover) button {
    background: #f33;
    color: #fff
}

.promo-card.wide div {
    right: 25px;
    left: 25px
}

.tours-title {
    margin-top: 54px
}

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

.tour-card {
    height: 257px;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    background: #fff
}

.tour-img {
    height: 163px;
    position: relative
}

.tour-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tour-card h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 12px
}

.tour-card p {
    padding: 0 12px;
    margin-top: 25px
}

.dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 28px
}

.dots i {
    width: 9px;
    height: 9px;
    background: #ddd;
    border-radius: 50%
}

.dots .active {
    background: #f22
}

.suggested {
    padding-top: 8px
}

.dots.top {
    margin: 0 0 43px
}

.suggest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px 10px
}

.suggest-grid article {
    height: 67px;
    border: 1px solid #ddd;
    border-radius: 11px;
    display: flex;
    align-items: center;
    overflow: hidden
}

.suggest-grid img {
    width: 67px;
    height: 67px;
    object-fit: cover
}

.suggest-grid span {
    flex: 1;
    text-align: center;
    font-size: 15px;
    color: #555
}

.news {
    padding-top: 33px
}

.news-grid {
    display: grid;
    grid-template-columns: 1.15fr .95fr;
    gap: 19px;
    direction: rtl
}

.news-main {
    position: relative;
    border-radius: 12px;
    padding: 8px 12px;
    background: transparent;
    transition: transform .32s ease, box-shadow .32s ease, background .32s ease;
    border: 1px solid transparent;
}
.news-main img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .4s ease, filter .4s ease;
}

.news-main h3 {
    font-size: 18px;
    margin: 14px 0 7px;
    transition: color .25s ease, transform .32s ease;
}

.news-main p {
    font-size: 11px;
    color: #777;
    text-align: justify;
    line-height: 2;
    transition: color .25s ease, transform .32s ease;
}

.news a {
    color: #f33;
    font-size: 12px
}

.news-list {
    display: grid;
    gap: 9px
}

.news-list article {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 10px;
    direction: ltr;
    border-radius: 12px;
    padding: 8px;
    background: transparent;
    transition: transform .32s ease, box-shadow .32s ease, background .32s ease;
    border: 1px solid transparent;
}

.news-list img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 10px
}

.news-list div {
    direction: rtl;
    text-align: right
}

.news-list h3 {
    font-size: 13px;
    margin: 0 0 4px
}

.news-list p {
    font-size: 10px;
    color: #888;
    margin: 0 0 8px
}

.airlines {
    padding-top: 28px;
    padding-bottom: 64px
}

.airlines img {
    width: 864px;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain
}

.newsletter {
    background: #fff0f0;
    padding: 37px 0
}

.newsletter-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.newsletter-copy {
    display: flex;
    align-items: center;
    gap: 21px
}

.mailbox {
    width: 67px;
    height: 57px;
    background: #f4161b;
    border-radius: 18px;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 36px
}

.newsletter-copy h3 {
    margin: 0;
    font-size: 24px
}

.newsletter-copy p {
    margin: 4px 0 0;
    color: #666
}

.newsletter form {
    display: flex;
    direction: ltr;
    width: 421px;
    height: 49px
}

.newsletter input {
    flex: 1;
    border: 0;
    background: #fff;
    padding: 0 18px;
    text-align: right
}

.newsletter button {
    width: 113px;
    border: 0;
    background: var(--red);
    color: #fff
}

.footer {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 110px;
    padding: 38px 0 38px
}

.footer-logo {
    width: 86px;
    height: 48px;
    object-fit: cover
}

.footer-about h3,
.footer-cats h3 {
    font-size: 17px;
    margin: 4px 0 7px;
    border-bottom: 2px solid #f55;
    padding-bottom: 8px
}

.footer-about p {
    font-size: 10px;
    color: #777;
    line-height: 1.8;
    text-align: justify
}

.contact {
    display: grid;
    justify-items: end;
    gap: 3px;
    margin-top: 15px
}

.contact span {
    font-size: 13px
}

.contact b {
    color: #e21c22;
    font-size: 18px
}

.cat-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.cat-buttons span {
    background: #fafafa;
    border-radius: 4px;
    padding: 6px 18px;
    font-size: 10px
}

.trust {
    text-align: center;
    font-size: 26px;
    color: #2a5374;
    margin: 32px 0
}

.footer-cats p {
    text-align: center;
    color: #777;
    font-size: 11px
}

.socials {
    text-align: center
}

@media(max-width:900px) {
    .wrap {
        width: min(92%, 760px)
    }

    .hero {
        height: 980px
    }

    .micro-right {
        display: none
    }

    .mainnav {
        justify-content: space-between
    }

    .navlinks {
        display: none
    }

    .hero-copy {
        margin-top: 150px
    }

    .flight-box {
        height: auto;
        bottom: 55px;
        padding-bottom: 24px
    }

    .trip-tabs {
        position: static;
        margin-top: 16px
    }

    .flight-fields {
        grid-template-columns: 1fr 1fr
    }

    .swap {
        display: none
    }

    .field.date,
    .field.passenger {
        grid-column: auto
    }

    .experience {
        height: auto;
        grid-template-columns: 1fr;
        padding-top: 50px
    }

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

    .mosaic {
        order: 2
    }

    .italy-card {
        order: 1
    }

    .hotel-grid,
    .tour-grid {
        grid-template-columns: repeat(2, 1fr)
    }

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

    .promo-card.wide {
        grid-column: 1/-1
    }

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

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

    .newsletter-inner,
    .footer {
        grid-template-columns: 1fr;
        display: grid
    }

    .newsletter form {
        width: 100%
    }
}

@media(max-width:560px) {
    .hero {
        height: 1110px
    }

    .hero-copy h1 {
        font-size: 36px
    }

    .flight-fields {
        grid-template-columns: 1fr
    }

    .service-tabs {
        overflow: auto
    }

    .experience-cards {
        grid-template-columns: 1fr
    }

    .experience-cards article {
        height: 240px
    }

    .destinations {
        display: block
    }

    .mosaic {
        margin-top: 14px
    }

    .hotel-grid,
    .tour-grid,
    .suggest-grid {
        grid-template-columns: 1fr
    }

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

    .promo-card {
        height: 260px
    }

    .filter-tabs {
        overflow: auto;
        justify-content: flex-start;
        width: 100%
    }

    .newsletter-copy {
        align-items: flex-start
    }

    .footer {
        gap: 40px
    }

    .flight-box {
        bottom: 35px
    }
}

/* --- Interactive cards + production-ready search form --- */
.flight-box {
    height: auto;
    min-height: 336px;
    padding-bottom: 20px
}

.trip-tabs {
    display: flex;
    gap: 24px;
    align-items: center
}

.trip-tabs button {
    border: 0;
    background: transparent;
    color: #999;
    font: inherit;
    padding: 2px 0 8px;
    cursor: pointer;
    border-bottom: 2px solid transparent
}

.trip-tabs button.active {
    color: var(--red);
    border-bottom-color: var(--red);
    font-weight: 800
}

.flight-fields {
    grid-template-columns: 1.2fr 55px 1.2fr 1.15fr .9fr
}

.flight-box.has-return .flight-fields {
    grid-template-columns: 1.12fr 55px 1.12fr 1fr 1fr 0.82fr;
    gap: 12px
}

.field {
    cursor: text;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    border: 1px solid transparent
}

.field:focus-within {
    background: #fff;
    border-color: rgba(246, 22, 27, .45);
    box-shadow: 0 0 0 4px rgba(246, 22, 27, .08)
}

.field input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #252525;
    padding: 0;
    margin: 7px 0 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.35;
    min-width: 0
}

.field input::placeholder {
    color: #777;
    font-weight: 700;
    font-size: 16px
}

/* .field input[type="date"] {
    font-size: 16px;
    direction: ltr;
    text-align: right
} */
.field.date input {
    width: 100%;
    font-size: 18px;
    direction: rtl;
    text-align: right;
    cursor: pointer;
}

.field.date input::placeholder {
    color: #777;
    font-weight: 700;
    font-size: 16px;
}

.field.date input:disabled {
    cursor: not-allowed;
    opacity: .55;
}



.field input[type="number"] {
    font-size: 20px;
    direction: rtl
}

.field span {
    color: #7d7d7d;
    font-weight: 500;
    margin-top: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.swap {
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease
}

.swap:hover,
.swap:focus-visible {
    transform: rotate(180deg);
    box-shadow: 0 9px 24px rgba(0, 0, 0, .13);
    outline: none
}

.search-btn {
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease
}

.search-btn:hover,
.search-btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(246, 22, 27, .25);
    background: #dc1015;
    outline: none
}

.form-message {
    min-height: 23px;
    margin: 9px auto -7px;
    text-align: center;
    font-size: 12px;
    color: #666
}

.form-message.is-error {
    color: #c0151a
}

.form-message.is-success {
    color: #19733a
}

.form-message.is-info {
    color: #6c5b17
}

.return-field[hidden] {
    display: none !important
}

.experience-cards article,
.tile,
.italy-card,
.hotel-card,
.promo-card,
.tour-card,
.suggest-grid article,
.news-main,
.news-list article {
    position: relative;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    outline: none;
    will-change: transform
}

.experience-cards article img,
.tile img,
.italy-card img,
.hotel-card img,
.promo-card img,
.tour-card img,
.suggest-grid article img,
.news-main img,
.news-list article img {
    transition: transform .42s ease, filter .42s ease
}

.experience-cards article:hover,
.experience-cards article:focus-visible,
.tile:hover,
.tile:focus-visible,
.italy-card:hover,
.italy-card:focus-visible,
.hotel-card:hover,
.hotel-card:focus-visible,
.promo-card:hover,
.promo-card:focus-visible,
.tour-card:hover,
.tour-card:focus-visible,
.suggest-grid article:hover,
.suggest-grid article:focus-visible,
.news-main:hover,
.news-main:focus-visible,
.news-list article:hover,
.news-list article:focus-visible {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(25, 31, 40, .14);
    border-color: #e5e5e5;
    z-index: 4
}

.experience-cards article:hover img,
.experience-cards article:focus-visible img,
.tile:hover img,
.tile:focus-visible img,
.italy-card:hover img,
.italy-card:focus-visible img,
.hotel-card:hover img,
.hotel-card:focus-visible img,
.promo-card:hover img,
.promo-card:focus-visible img,
.tour-card:hover img,
.tour-card:focus-visible img,
.suggest-grid article:hover img,
.suggest-grid article:focus-visible img,
.news-main:hover img,
.news-main:focus-visible img {
    transform: scale(1.02);
    filter: saturate(1.02);
}
.news-list article:hover img,
.news-list article:focus-visible img {
    transform: scale(1.055);
    filter: saturate(1.06)
}

.experience-cards article::before,
.tile::before,
.italy-card::before,
.hotel-card::before,
.promo-card::before,
.tour-card::before,
.suggest-grid article::before,
.news-main::before,
.news-list article::before {
    /* content: "مشاهده"; */
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 8;
    background: rgba(255, 255, 255, .94);
    /* color: var(--red); */
    font-size: 10px;
    font-weight: 800;
    border-radius: 999px;
    padding: 5px 10px;
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity .2s ease, transform .2s ease;
    pointer-events: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08)
}

.experience-cards article:hover::before,
.experience-cards article:focus-visible::before,
.tile:hover::before,
.tile:focus-visible::before,
.italy-card:hover::before,
.italy-card:focus-visible::before,
.hotel-card:hover::before,
.hotel-card:focus-visible::before,
.promo-card:hover::before,
.promo-card:focus-visible::before,
.tour-card:hover::before,
.tour-card:focus-visible::before,
.suggest-grid article:hover::before,
.suggest-grid article:focus-visible::before,
.news-main:hover::before,
.news-main:focus-visible::before,
.news-list article:hover::before,
.news-list article:focus-visible::before {
    opacity: 1;
    transform: translateY(0)
}

.filter-tabs button,
.all-dests,
.italy-content button,
.promo-card button,
.newsletter button,
.nav-actions button {
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease
}

.filter-tabs button:hover,
.all-dests:hover,
.italy-content button:hover,
.promo-card button:hover,
.newsletter button:hover,
.nav-actions button:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 17px rgba(0, 0, 0, .13)
}

@media(max-width:900px) {

    .flight-fields,
    .flight-box.has-return .flight-fields {
        grid-template-columns: 1fr 1fr
    }

    .flight-box.has-return .return-field {
        display: flex
    }

    .flight-box {
        bottom: 36px
    }

    .form-message {
        margin-bottom: 0
    }
}

@media(max-width:560px) {

    .flight-fields,
    .flight-box.has-return .flight-fields {
        grid-template-columns: 1fr
    }

    .flight-box {
        bottom: 18px
    }

    .trip-tabs {
        gap: 13px;
        overflow: auto
    }

    .trip-tabs button {
        white-space: nowrap
    }

    .field {
        height: 96px
    }
}

@media(prefers-reduced-motion:reduce) {

    .experience-cards article,
    .tile,
    .italy-card,
    .hotel-card,
    .promo-card,
    .tour-card,
    .suggest-grid article,
    .news-main,
    .news-list article,
    .experience-cards article img,
    .tile img,
    .italy-card img,
    .hotel-card img,
    .promo-card img,
    .tour-card img,
    .suggest-grid article img,
    .news-main img,
    .news-list article img,
    .swap,
    .search-btn {
        transition: none !important
    }
}


.footer-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-title .footer-logo {
    width: 100px;
    height: auto;
}

.footer-title h3 {
    margin: 0;
}

/* =========================================================
   City custom dropdown
========================================================= */

.city-field {
    position: relative;
}

.city-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    z-index: 99999 !important;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
    max-height: 240px;
    overflow-y: auto;
    display: none;
    direction: rtl;
    padding: 5px;
}

.city-dropdown.open {
    display: block;
    
}

.city-option {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: right;
    padding: 10px 12px;
    border-radius: 8px;
    font-family: inherit;
    font-size: 13px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.city-option:hover,
.city-option:focus {
    background: #fff0f0;
    color: var(--red);
    outline: none;
}

.city-option small {
    color: #aaa;
    font-size: 10px;
}

.city-option:hover small {
    color: var(--red);
}


/* اسکرول بار لیست شهرها */

.city-dropdown::-webkit-scrollbar {
    width: 5px;
}

.city-dropdown::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}




/* =========================================================
   Passenger picker
========================================================= */

.passenger-field {
    position: relative;
}

.passenger-trigger {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0;
    margin: 7px 0 0;
    text-align: right;
    color: #252525;
    font-family: inherit;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
}

.passenger-trigger:focus {
    outline: none;
}

.passenger-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    width: 310px;
    max-width: calc(100vw - 40px);
    z-index: 99999 !important;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .18);
    padding: 10px;
    direction: rtl;
}

.passenger-dropdown[hidden] {
    display: none;
}

.passenger-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 7px;
    border-bottom: 1px solid #eee;
}

.passenger-row:last-of-type {
    border-bottom: 0;
}

.passenger-row>div:first-child {
    display: flex;
    flex-direction: column;
}

.passenger-row strong {
    font-size: 14px;
    color: #333;
}

.passenger-row small {
    margin-top: 2px;
    font-size: 10px;
    color: #999;
}

.counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter b {
    min-width: 22px;
    text-align: center;
    font-size: 15px;
}

.counter-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: var(--red);
    font-size: 20px;
    line-height: 1;
    display: grid;
    place-items: center;
    padding: 0;
}

.counter-btn:hover {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}

.passenger-done {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    border: 0;
    border-radius: 8px;
    background: var(--red);
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
}

.passenger-done:hover {
    background: #dc1015;
}

.datepicker-container,
.datepicker-plot-area,
.jy-dp,
.jalali-datepicker-container {
    z-index: 999 !important;
    position: absolute !important;
}