.home-trust-bar {
    margin-top: -28px;
    position: relative;
    z-index: 4;
}

.home-trust-bar__inner {
    background: linear-gradient(135deg, #ffffff 0%, #f7faff 100%);
    border: 1px solid rgba(19, 53, 123, .08);
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(19, 53, 123, .10);
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
    padding: 24px 28px;
}

.home-trust-bar__headline {
    color: #13357B;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    font-size: 1.05rem;
    font-weight: 700;
    gap: 8px;
}

.home-trust-bar__stars {
    color: #f4b400;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.home-trust-bar__metrics {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
}

.home-trust-bar__metrics div {
    border-left: 1px solid rgba(19, 53, 123, .10);
    padding-left: 18px;
}

.home-trust-bar__metrics strong {
    color: #13357B;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
}

.home-trust-bar__metrics span {
    color: #5f6f8a;
    display: block;
    font-size: .95rem;
    margin-top: 6px;
}

.home-reviews {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.home-why-mellow {
    background:
        radial-gradient(circle at top right, rgba(19, 53, 123, .08), transparent 32%),
        linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
}

.home-benefit-card {
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(19, 53, 123, .08);
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(19, 53, 123, .08);
    padding: 28px 26px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-benefit-card:hover {
    border-color: rgba(19, 53, 123, .18);
    box-shadow: 0 22px 48px rgba(19, 53, 123, .13);
    transform: translateY(-4px);
}

.home-benefit-card__icon {
    align-items: center;
    background: linear-gradient(135deg, #13357B 0%, #2a58b5 100%);
    border-radius: 16px;
    color: #fff;
    display: inline-flex;
    height: 60px;
    justify-content: center;
    margin-bottom: 22px;
    width: 60px;
}

.home-benefit-card__icon i {
    font-size: 1.35rem;
}

.home-benefit-card h3 {
    color: #13357B;
    font-size: 1.35rem;
    line-height: 1.35;
    margin-bottom: 14px;
}

.home-benefit-card p {
    color: #5e6d85;
    line-height: 1.8;
    margin: 0;
}

.home-review-card {
    background: #fff;
    border: 1px solid rgba(19, 53, 123, .08);
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(19, 53, 123, .08);
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 28px;
}

.home-review-card__rating {
    color: #f4b400;
    font-size: 1rem;
    letter-spacing: 2px;
}

.home-review-card__quote {
    color: #1f2f47;
    font-size: 1.08rem;
    line-height: 1.75;
    margin: 0;
}

.home-review-card__guest {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-top: auto;
}

.home-review-card__guest img {
    border-radius: 50%;
    height: 54px;
    object-fit: cover;
    width: 54px;
}

.home-review-card__guest strong {
    color: #13357B;
    display: block;
    font-size: 1rem;
}

.home-review-card__guest span {
    color: #6f7e95;
    display: block;
    font-size: .95rem;
    margin-top: 2px;
}

.packages-item { transition: 0.5s; box-shadow: 0 0 45px rgba(0, 0, 0, .08); }
.packages-item:hover { box-shadow: 0 0 45px rgba(0, 0, 0, .2); }
.packages-item:hover img { transform: scale(1.1); }
.packages-container::-webkit-scrollbar { display: none; }
.explore-tab-btn {
    background: #fff;
    color: #111;
    transition: all .25s ease;
}
.explore-tab-btn.active {
    background: #13357B;
    color: #fff;
}
.international-card { min-height: 280px; box-shadow: 0 8px 24px rgba(0, 0, 0, .14); }
.international-img { height: 280px; object-fit: cover; }
.international-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .72), rgba(0, 0, 0, .18));
}
.international-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 2;
}
.discount-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 14px 20px;
    font-weight: 700;
    border-bottom-right-radius: 18px;
}
.small-meta { gap: 24px; font-size: 1.05rem; font-weight: 500; }
.gallery-tab-btn {
    background: #fff;
    color: #111;
    min-width: 150px;
    justify-content: center;
    transition: all .2s ease;
}
.gallery-tab-btn.active {
    background: #13357B;
    color: #fff;
}
.gallery .tab-content {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 6px;
    padding-right: 6px;
}
.gallery-item-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.gallery-grid-5 {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr 1.5fr 1fr;
    gap: 8px;
}
.gallery-img-grid {
    height: 430px;
    object-fit: cover;
}
.gallery-img-lg {
    height: 420px;
    object-fit: cover;
}
.gallery-img-sm {
    height: 300px;
    object-fit: cover;
}
.gallery-hover {
    position: absolute;
    inset: 0;
    background: rgba(19, 53, 123, .76);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: opacity .25s ease;
}
.gallery-item-wrap:hover .gallery-hover {
    opacity: 1;
}
.gallery-plus {
    font-size: 54px;
    margin-bottom: 8px;
}
.gallery-hover h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}
.gallery-hover a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.gallery-hover a:hover {
    color: #dfe9ff;
}
@media (max-width: 991px) {
    .home-trust-bar {
        margin-top: 24px;
    }
    .home-trust-bar__inner {
        align-items: flex-start;
        flex-direction: column;
    }
    .home-trust-bar__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-trust-bar__metrics div:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
    }
    .gallery-grid-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .gallery-img-grid {
        height: 300px;
    }
    .gallery-img-lg,
    .gallery-img-sm {
        height: 300px;
    }
}
@media (max-width: 575px) {
    .home-trust-bar__inner {
        border-radius: 18px;
        padding: 20px;
    }
    .home-trust-bar__headline {
        font-size: 1rem;
    }
    .home-trust-bar__metrics {
        gap: 14px;
        grid-template-columns: 1fr;
    }
    .home-trust-bar__metrics div {
        border-left: 0;
        padding-left: 0;
    }
    .home-review-card {
        border-radius: 16px;
        padding: 22px;
    }
    .home-benefit-card {
        border-radius: 18px;
        padding: 24px 22px;
    }
    .gallery-grid-5 {
        grid-template-columns: 1fr;
    }
}
