
@font-face {
    font-family: 'FormaDJRArabic';
    src: url('/fonts/FormaDJRArabicDisplay-Regular-Testing.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --trevlo-font: "FormaDJRArabic", sans-serif;
    --trevlo-font2: "FormaDJRArabic", sans-serif;
    --trevlo-font3: "FormaDJRArabic", sans-serif;
}

.Rwnah-mini-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    padding: 24px;
    height: 100%;
    transition: all .3s ease;
}

    .Rwnah-mini-card:hover {
        transform: translateY(-6px);
        border-color: rgba(255,255,255,.18);
    }

.Rwnah-mini-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
    background: rgba(255,255,255,.08);
    color: var(--trevlo-base, #ff7f47);
}

.Rwnah-mini-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.Rwnah-mini-card p {
    margin-bottom: 0;
    opacity: .9;
}

.Rwnah-price-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

    .Rwnah-price-list li {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        padding: 14px 18px;
        border-radius: 14px;
        background: rgba(255,255,255,.06);
        margin-bottom: 12px;
        color: #fff;
    }

    .Rwnah-price-list strong {
        color: #fff;
        white-space: nowrap;
    }

.Rwnah-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.Rwnah-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    color: #fff;
    font-size: 14px;
}

.Rwnah-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.Rwnah-feature-grid .tour-listing__card-text {
    min-height: 64px;
}

.Rwnah-note {
    background: rgba(255,255,255,.06);
    border-right: 4px solid var(--trevlo-base, #ff7f47);
    padding: 18px 20px;
    border-radius: 16px;
    margin-top: 20px;
}

.Rwnah-cta-line {
    margin-top: 18px;
    color: rgba(255,255,255,.85);
}

.text-white-85 {
    color: rgba(255,255,255,.85);
}
.events-hero-note {
    max-width: 900px;
    margin: 18px auto 0;
    color: rgba(255,255,255,.85);
    text-align: center;
    line-height: 1.9;
}

.events-category {
    margin-bottom: 70px;
}

.events-category__head {
    margin-bottom: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.events-category__title {
    font-size: 34px;
    margin-bottom: 10px;
    color: #fff;
}

.events-category__desc {
    margin-bottom: 0;
    color: rgba(255,255,255,.75);
}

.event-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    transition: .3s ease;
    display: flex;
    flex-direction: column;
}

    .event-card:hover {
        transform: translateY(-6px);
        border-color: rgba(255,255,255,.18);
    }

.event-card__image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

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

.event-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--trevlo-base, #ff7f47);
    color: #fff;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 999px;
    line-height: 1;
}

.event-card__content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.event-card__title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}

.event-card__text {
    color: rgba(255,255,255,.78);
    margin-bottom: 18px;
    line-height: 1.9;
}

.event-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    margin-bottom: 18px;
}

    .event-card__meta span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 8px 12px;
        border-radius: 999px;
        background: rgba(255,255,255,.06);
        color: #fff;
        font-size: 13px;
    }

.event-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

    .event-card__bottom small {
        color: rgba(255,255,255,.7);
    }

.events-cta-box {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    padding: 35px;
    text-align: center;
}

    .events-cta-box h3 {
        color: #fff;
        margin-bottom: 14px;
        font-size: 30px;
    }

    .events-cta-box p {
        max-width: 760px;
        margin: 0 auto 20px;
        color: rgba(255,255,255,.8);
    }

.events-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

    .events-tags span {
        background: rgba(255,255,255,.06);
        color: #fff;
        padding: 10px 16px;
        border-radius: 999px;
        font-size: 14px;
    }
.services-intro {
    max-width: 900px;
    margin: 18px auto 0;
    text-align: center;
    color: rgba(255,255,255,.85);
    line-height: 1.9;
}

.service-section {
    margin-bottom: 75px;
}

.service-section__head {
    margin-bottom: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.service-section__title {
    color: #fff;
    font-size: 34px;
    margin-bottom: 10px;
}

.service-section__desc {
    margin-bottom: 0;
    color: rgba(255,255,255,.75);
}

.service-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    transition: .3s ease;
    display: flex;
    flex-direction: column;
}

    .service-card:hover {
        transform: translateY(-6px);
        border-color: rgba(255,255,255,.18);
    }

.service-card__image {
    height: 230px;
    position: relative;
    overflow: hidden;
}

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

.service-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--trevlo-base, #ff7f47);
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
}

.service-card__content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-card__title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.service-card__text {
    color: rgba(255,255,255,.8);
    line-height: 1.9;
    margin-bottom: 16px;
}

.service-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

    .service-card__meta span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 8px 12px;
        border-radius: 999px;
        background: rgba(255,255,255,.06);
        color: #fff;
        font-size: 13px;
    }

.service-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.service-card__price {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

    .service-card__price small {
        display: block;
        font-size: 13px;
        color: rgba(255,255,255,.7);
        font-weight: 400;
        margin-top: 4px;
    }

.service-highlight-box {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    padding: 35px;
    height: 100%;
}

    .service-highlight-box h3 {
        color: #fff;
        font-size: 28px;
        margin-bottom: 14px;
    }

    .service-highlight-box p {
        color: rgba(255,255,255,.8);
        line-height: 1.9;
    }

.service-check-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

    .service-check-list li {
        position: relative;
        padding-right: 28px;
        margin-bottom: 12px;
        color: rgba(255,255,255,.85);
    }

        .service-check-list li::before {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            right: 0;
            top: 0;
            color: var(--trevlo-base, #ff7f47);
        }

.booking-box {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 26px;
    padding: 40px 30px;
    text-align: center;
}

    .booking-box h3 {
        color: #fff;
        font-size: 32px;
        margin-bottom: 14px;
    }

    .booking-box p {
        max-width: 760px;
        margin: 0 auto 20px;
        color: rgba(255,255,255,.82);
    }

.booking-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

    .booking-tags span {
        padding: 10px 16px;
        border-radius: 999px;
        background: rgba(255,255,255,.06);
        color: #fff;
        font-size: 14px;
    }
.main-slider-one__sub-title,
.benefit-one__content__heading,
.offer-one__top-title,
.destination-one__offer__sub-title,
.about-four__discount-title,
.cta-three__title,
.about-one__counter__title {
    font-family: var(--trevlo-font);
}
