/*
 * Background images referenced with URLs relative to this file so they resolve
 * correctly when the app is deployed under a sub-path (e.g. /vietnam/vip).
 * The absolute /landing/... declarations were removed from
 * resources/css/landing/app.css and resources/css/landing/flatsome.css.
 * Longhand properties only — keeps this file load-order independent from the
 * Vite bundle (no shorthand resets).
 */

.home-feature::after {
    background-image: url(../images/flower.png);
}

.vip-price .row > .col-bg > .col-inner {
    background-image: url(../images/bg-prices.svg);
}

.button.btn-read span::after {
    background-image: url(../images/up.svg);
    background-repeat: no-repeat;
    background-position: left top;
}

.slider-style-shadow .flickity-slider > :before {
    background-image: url(../img/shadow@2x.png);
}

.fancy-underline:after {
    background-image: url(../img/underline.png);
    background-position: 50% top;
    background-repeat: no-repeat;
}
