* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000;
    font-family: 'Manrope', sans-serif
}

html {
    scroll-behavior: smooth
}

a {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

.uz-page {
    background: #fff
}

.bread-nav {
    position: relative;
    padding: 14px 0 0
}

.breadcrumb {
    margin-bottom: 0
}

.breadcrumb-item a {
    color: #2879f3
}

/* Hero: same pillar typography/components, only arranged as requested in two columns */
.uz-hero {
    padding: 14px 0 26px
}

.uz-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: 48px;
    align-items: center
}

.uz-hero__content {
    min-width: 0
}

.heading_wrapper {
    max-width: 100%
}

.heading_wrapper h1 {
    font-size: 40px;
    font-weight: 800;
    color: #0f6464;
    display: inline;
    line-height: 1.2
}

.heading_wrapper img {
    margin: 0 0 2rem .5rem;
    max-width: 40px;
    transition: transform .4s ease
}

.hero-sub-text {
    max-width: 600px;
    margin: 20px 0 10px;
    font-size: 18px;
    line-height: 1.5
}

.new_top {
    display: flex;
    align-items: stretch;
    max-width: 100%;
    margin-top: 2rem
}

.gray_section {
    width: 100%;
    border-radius: 16px;
    padding: 2rem;
    background-image: url('https://dcsb59fztkcs1.cloudfront.net/arabiersCom/uzbekistan-pages/new-top-symbol.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #d5cb2c
}

.sub_text {
    font-size: 34px;
    font-weight: bold;
    color: #0f6464;
    line-height: 1.25
}

.sub_text strong {
    font-weight: inherit;
    color: inherit
}

.sub_text span {
    color: #27bdbe
}

.rate_wrapper {
    margin-top: 1.5rem
}

.lable {
    font-weight: bold
}

.rate {
    font-size: 24px;
    font-weight: bold
}

.rate sub {
    font-size: 16px;
    bottom: -.05em
}

.rate_row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;
    flex-wrap: wrap
}

.more_deals,
.quote_btn {
    padding: 14px 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: bold
}

.more_deals {
    background: #fff;
    color: #000;
    border: 1px solid #d5cb2c
}

.quote_btn {
    background: #27bdbe;
    color: #fff;
    gap: 1rem;
    width: fit-content
}

.uz-hero__media img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 16px
}

/* Press strip supplied by user */
.press-coverage {
    width: 100%;
    background: #fff;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9
}

.press-coverage__wrapper {
    width: 100%;
    max-width: 1440px;
    min-height: 96px;
    margin: 0 auto;
    padding: 20px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    overflow: hidden
}

.press-coverage__label {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-width: 112px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #828282;
    white-space: nowrap
}

.press-coverage__dot {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #27bdbe
}

.press-coverage__logos {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    white-space: nowrap
}

.press-logo {
    display: block;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    object-fit: contain;
    filter: grayscale(100%)
}

.press-coverage__link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #0f6464;
    white-space: nowrap
}

.press-coverage__link:hover {
    text-decoration: underline
}

main section {
    margin-top: 4rem
}

.uz-section {
    padding: 0;
    background: #fff !important
}

h2,
.uz-section .h2 {
    font-size: 34px;
    font-weight: bold;
    color: #0f6464;
    line-height: 1.2;
    margin: 0
}

.uz-section .lead {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin: 0
}

/* Why Choose Us: original pillar-page 4/8 layout */
.why-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 34px;
    align-items: start
}

.why-grid>div:first-child,
.why-grid>.lead {
    display: block
}

.why-grid>div:first-child p {
    max-width: 330px;
    margin: .55rem 0 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3
}

.why-grid>div:last-child>.lead {
    max-width: none;
    margin: 0;
    font-size: 16px;
    line-height: 1.6
}

.why-3 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px;
    margin-top: 2.5rem
}

.why-3 .ic {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .75rem
}

.why-3 .ic img {
    display: block;
    width: 58px;
    height: 58px;
    object-fit: contain
}

.why-3 h4 {
    margin: 0 0 .45rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35
}

.why-3 p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55
}

/* Destination cards: original travel cards */
.cities {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1.5rem
}

.city {
    position: relative;
    min-height: 300px;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    transition: transform 300ms ease
}

.city:hover {
    transform: scale(1.02)
}

.city:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .12)
}

.city .nm {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    padding: .5rem;
    border-radius: 6px;
    background: rgba(39, 189, 190, .3);
    backdrop-filter: blur(4px);
    white-space: nowrap
}

/* Package cards: restore original four-card pillar component */
.pkgs {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.5rem
}

.pkgs>* {
    flex: 1 1 calc(25% - 1rem);
    max-width: calc(25% - 1rem);
    position: relative
}

.pk {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 0;
    border-radius: 0;
    overflow: visible
}

.pk>.img {
    position: relative;
    height: 190px;
    min-height: 190px;
    overflow: hidden;
    border-radius: 6px 6px 0 0
}

.pkimg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center
}

.num {
    background: #f5f5f5;
    border-radius: 6px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: .6rem;
    left: .6rem;
    padding: 0;
    color: #000
}

.pk .bd {
    background: #f5f5f5;
    padding: .8rem;
    border-radius: 0 0 6px 6px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.pk h3 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin: 0 0 .2rem;
    line-height: 1.2;
    min-height: 53px
}

.star {
    font-size: 15px;
    font-weight: bold;
    color: #828282;
    margin: 0
}

.desc {
    font-size: 14px;
    margin: .8rem 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px
}

.meta {
    font-size: 14px;
    margin-top: 1rem;
    padding-top: .7rem;
    border-top: 1px solid #d9d9d9;
    line-height: 1.45;
    min-height: 60px
}

.price {
    font-size: 14px;
    margin-top: .7rem;
    padding-top: .7rem;
    border-top: 1px solid #d9d9d9
}

.price b {
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #000
}

.grp {
    font-size: 14px;
    font-weight: bold;
    color: #f89420;
    display: block
}

.pk .row {
    display: flex;
    justify-content: center;
    margin-top: .7rem;
    padding: .7rem .7rem 0;
    border-top: 1px solid #d9d9d9
}

.pk .btn {
    width: 100%;
    flex: 1 1 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: box-shadow .3s ease, transform .3s ease;
}

.btn-wa {
    display: none !important
}

.btn-teal {
    width: 100%;
    background: #27bebe;
    color: #fff
}

.pk .btn:hover {
    transform: translateY(-2px);
    background: #27bebe;
    color: #fff
}

/* Comparison table: original cyan header and striped-grey rows */
.cmp-scroll {
    overflow-x: auto;
    padding-bottom: 1rem;
    margin-top: 2rem
}

.cmp-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.cmp-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px
}

.cmp-scroll::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 10px
}

.cmp {
    width: 100%;
    min-width: 965px;
    border-collapse: collapse;
    background: transparent
}

.cmp th,
.cmp td {
    border-bottom: 8px solid #fff;
    border-left: none;
    border-right: none;
    padding: 8px 12px;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    line-height: 130%
}

.cmp thead th {
    background: #8ad4df;
    color: #000;
    font-weight: 600
}

.cmp tbody td {
    background: #f5f5f5;
    max-width: 280px
}

.cmp tbody td a {
    font-size: 18px;
    color: #27bdbe;
    font-weight: bold
}

.cmp ul {
    margin: 0;
    padding-left: 1.2rem;
    list-style-type: disc
}

.cmp li {
    margin-bottom: .3rem
}

.cmp .pp {
    font-weight: 600;
    color: #000;
    white-space: normal
}

/* Inclusions: use original custom-table component rather than boxed cards */
.inc-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 34px;
    align-items: start
}

.inc2 {
    display: block
}

.inc2>div {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
    border-bottom: 1px solid #d9d9d9;
    padding: 1.5rem 0;
    background: transparent;
    border-radius: 0
}

.inc2>div:first-child {
    padding-top: 0
}

.inc2>div:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.inc2 h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0
}

.inc2 h4:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background-image: url('https://dcsb59fztkcs1.cloudfront.net/arabiersCom/uzbekistan-pages/table-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: .2rem
}

.inc2 ul {
    margin: 0;
    padding-left: 1.2rem;
    list-style-type: disc
}

.inc2 li {
    margin-bottom: .3rem;
    padding: 0;
    line-height: 1.5
}

.inc2 li:before {
    display: none !important
}

/* Experience cards: same existing four-card UI */
.exp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 2rem
}

.exp .c {
    border: 0;
    border-radius: 0;
    overflow: visible
}

.exp .im {
    height: 190px;
    overflow: hidden;
    border-radius: 6px
}

.expimg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 300ms ease
}

.exp .c:hover .expimg {
    transform: scale(1.08)
}

.exp .t {
    padding: .8rem 0
}

.exp h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 .5rem;
    color: #000
}

.exp p {
    font-size: 14px;
    margin: 0;
    line-height: 1.5
}

/* Best-time content uses simple pillar cards without changing core typography */
.seasons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 2rem
}

.season {
    padding: 1.25rem;
    background: #f5f5f5;
    border-radius: 6px
}

.season.peak {
    border-top: 4px solid #27bdbe
}

.season .mo {
    font-size: 14px;
    font-weight: bold;
    color: #828282
}

.season h4 {
    font-size: 18px;
    font-weight: bold;
    color: #0f6464;
    margin: .4rem 0
}

.season p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0
}

/* FAQ: match the pillar-page accordion UI */
.uz-section .container:has(> .faq)>h2,
.uz-section .container:has(> .faq)>.h2 {
    text-align: center
}

.faq {
    width: 100%;
    max-width: 1037px;
    margin: 2rem auto 0
}

.faq details {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    margin-bottom: 1rem;
    background: #fff;
    overflow: hidden
}

.faq summary {
    cursor: pointer;
    list-style: none;
    padding: 20px 58px 20px 20px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    background: #fff
}

.faq summary::-webkit-details-marker {
    display: none
}

.faq summary:after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    translate: 0 -50%;
    font-size: 28px;
    line-height: 1;
    font-weight: 500
}

.faq details[open] summary:after {
    content: '−'
}

.faq details[open] summary {
    background: #f5f5f5
}

.faq .a {
    padding: 0 20px 28px;
    font-size: 16px;
    line-height: 1.55;
    background: #f5f5f5
}

@media(min-width:1101px) {

    .press-coverage__wrapper,
    .press-coverage__logos {
        flex-wrap: nowrap
    }

    .press-coverage__label,
    .press-logo,
    .press-coverage__link {
        flex-shrink: 0
    }
}

@media(max-width:1100px) {
    .press-coverage {
        overflow: hidden
    }

    .press-coverage__wrapper {
        min-height: 88px;
        padding: 18px 24px;
        justify-content: flex-start;
        gap: 30px;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch
    }

    .press-coverage__wrapper::-webkit-scrollbar {
        display: none
    }

    .press-coverage__logos {
        flex: 0 0 auto;
        justify-content: flex-start;
        gap: 34px
    }

    .press-coverage__label,
    .press-coverage__link,
    .press-logo {
        flex-shrink: 0
    }

    .uz-hero__grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px
    }

    .uz-hero__media img {
        height: 430px
    }

    .pkgs>* {
        flex-basis: calc(50% - 1rem);
        max-width: calc(50% - 1rem)
    }
}

@media(max-width:767px) {
    .uz-hero__grid {
        grid-template-columns: 1fr
    }

    .uz-hero__media {
        order: -1
    }

    .uz-hero__media img {
        height: 300px
    }

    .heading_wrapper h1 {
        font-size: 34px
    }

    .hero-sub-text {
        font-size: 16px
    }

    .sub_text {
        font-size: 28px
    }

    .rate_row {
        gap: .75rem
    }

    .press-coverage {
        overflow: visible
    }

    .press-coverage__wrapper {
        min-height: auto;
        padding: 28px 26px 46px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        overflow: visible
    }

    .press-coverage__label {
        min-width: auto;
        margin-bottom: 27px;
        padding: 9px 14px
    }

    .press-coverage__dot {
        width: 16px;
        height: 16px
    }

    .press-coverage__logos {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: center;
        justify-items: center;
        column-gap: 18px;
        row-gap: 29px;
        white-space: normal
    }

    .press-logo {
        flex: none;
        max-width: 100%
    }

    .press-logo--rak {
        height: 48px
    }

    .press-logo--gulf-news {
        height: 26px
    }

    .press-logo--khaleej-times {
        height: 25px
    }

    .press-logo--time-out {
        height: 46px
    }

    .press-logo--wikipedia,
    .press-logo--nomad {
        height: 45px
    }

    .press-coverage__link {
        margin-top: 43px;
        font-size: 16px
    }

    .why-grid,
    .inc-grid {
        grid-template-columns: 1fr
    }


    .why-grid>div:first-child p {
        max-width: none;
        font-size: 22px
    }

    .why-3 {
        margin-top: 2rem
    }

    .why-3,
    .cities,
    .exp,
    .seasons {
        grid-template-columns: repeat(2, 1fr)
    }

    .pkgs>* {
        flex-basis: 100%;
        max-width: 100%
    }

    .inc2>div {
        grid-template-columns: 1fr
    }

    .city {
        min-height: 240px
    }

    main section {
        margin-top: 3rem
    }

    h2,
    .uz-section .h2 {
        font-size: 28px
    }

    .faq {
        margin-top: 1.5rem
    }

    .faq details {
        margin-bottom: .75rem
    }

    .faq summary {
        padding: 16px 48px 16px 16px;
        font-size: 16px
    }

    .faq summary:after {
        right: 16px;
        font-size: 24px
    }

    .faq .a {
        padding: 0 16px 20px;
        font-size: 15px
    }
}

@media(max-width:520px) {


    .why-grid>div:first-child p {
        max-width: none;
        font-size: 22px
    }

    .why-3 {
        margin-top: 2rem
    }

    .why-3,
    .cities,
    .exp,
    .seasons {
        grid-template-columns: 1fr
    }

    .gray_section {
        padding: 1.4rem
    }

    .quote_btn,
    .more_deals {
        width: 100%;
        justify-content: center
    }

    .pk>.img {
        height: 210px
    }

    .press-coverage__wrapper {
        padding-left: 16px;
        padding-right: 16px
    }

    .sub_text {
        font-size: 28px;
        line-height: 1.25;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .sub_text strong {
        display: block;
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .gray_section {
        overflow: hidden;
    }
}

.price-label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.3;
}

.price-label img {
    display: block;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    object-fit: contain;
}

.price-label span {
    font-size: 13px;
    line-height: 1.3;
}

.price b {
    display: block;
    margin-top: 2px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

/* =========================================================
   MOBILE UI ALIGNMENT
   Matches the supplied Sri Lanka pillar-page mobile layout
   ========================================================= */
@media screen and (max-width: 992px) {
    .uz-hero {
        padding: 10px 0 0;
    }

    .uz-hero__grid {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }

    .uz-hero__content {
        order: 1;
        width: 100%;
    }

    .uz-hero__media {
        order: 2;
        width: 100%;
        margin-top: 0;
    }

    .heading_wrapper {
        position: relative;
        max-width: 100%;
        margin: 0;
    }

    .heading_wrapper h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .heading_wrapper img {
        max-width: 28px;
        margin: 0 0 .5rem .25rem;
    }

    .hero-sub-text {
        max-width: 100%;
        margin: 8px 0 18px;
        font-size: 16px;
        line-height: 1.45;
    }

    .new_top {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        flex-direction: column;
    }

    .gray_section {
        width: 100%;
        padding: 1rem;
        border-radius: 0;
        background-size: contain;
        background-position: center;
        overflow: hidden;
    }

    .sub_text {
        max-width: 100%;
        font-size: 22px;
        line-height: 1.22;
        text-align: center;
        white-space: normal;
        word-break: normal;
        overflow-wrap: normal;
    }

    .sub_text strong {
        display: inline;
        max-width: 100%;
        white-space: normal;
        word-break: normal;
        overflow-wrap: normal;
    }

    .sub_text span {
        display: inline-block;
    }

    .rate_wrapper {
        margin-top: .8rem;
        text-align: center;
    }

    .lable,
    .rate sub {
        font-size: 14px;
    }

    .rate {
        font-size: 20px;
    }

    .rate_row {
        margin-top: 1rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .quote_btn {
        width: 72%;
        justify-content: center;
        padding: 12px 16px;
    }

    .more_deals {
        width: 44%;
        justify-content: center;
        padding: 12px 16px;
    }

    .uz-hero__media img {
        width: 100%;
        height: auto;
        max-height: none;
        border-radius: 0;
        object-fit: cover;
    }

    main section,
    main section:first-child {
        margin-top: 2.5rem;
    }

    h2,
    .uz-section .h2 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .why-grid>div:first-child p {
        max-width: none;
        margin-top: .35rem;
        font-size: 20px;
        line-height: 1.4;
    }

    .why-grid>div:last-child>.lead {
        font-size: 15px;
        line-height: 1.5;
    }

    .why-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 20px;
        margin-top: 1.5rem;
    }

    .why-3 .ic {
        width: 54px;
        height: 54px;
        margin-bottom: .3rem;
    }

    .why-3 .ic img {
        width: 54px;
        height: 54px;
    }

    .why-3 h4 {
        font-size: 14px;
        margin-bottom: .3rem;
    }

    .why-3 p {
        font-size: 14px;
        line-height: 1.45;
    }

    .cities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin-top: 1.25rem;
    }

    .city {
        min-height: 150px;
    }

    .city .nm {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .pkgs {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 8px;
    }

    .pkgs::-webkit-scrollbar {
        display: none;
    }

    .pkgs>* {
        flex: 0 0 80%;
        max-width: 80%;
        scroll-snap-align: start;
    }

    .pk>.img {
        height: 190px;
        min-height: 190px;
    }

    .pk h3 {
        min-height: auto;
        font-size: 20px;
    }

    .star {
        font-size: 16px;
    }

    .cmp-scroll {
        margin-top: 1rem;
    }

    .inc-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .inc2>div {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 1rem 0;
    }

    .exp {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 1.25rem;
    }

    .exp .im {
        height: auto;
        aspect-ratio: 312 / 190;
    }

    .exp .t {
        padding: .7rem 0 0;
    }

    .seasons {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 1.25rem;
    }

    .faq {
        max-width: 100%;
        margin-top: 1.5rem;
    }

    .faq summary {
        padding: 16px 48px 16px 16px;
        font-size: 16px;
        line-height: 1.25;
    }

    .faq .a {
        padding: 0 16px 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .press-coverage {
        border: 0;
    }

    .press-coverage__wrapper {
        padding: 28px 24px 38px;
    }

    .press-coverage__logos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 520px) {
    .quote_btn {
        width: 78%;
    }

    .more_deals {
        width: 46%;
    }

    .sub_text {
        font-size: 22px;
    }

    .why-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-3>div:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
    }

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

    .pkgs>* {
        flex-basis: 80%;
        max-width: 80%;
    }
}