/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.9
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/

/* Read More Button */
.devvn_readmore_taxonomy_flatsome {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    background: #fff;
}

.devvn_readmore_taxonomy_flatsome:before {
    content: "";
    display: block;
    height: 55px;
    margin-top: -45px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.devvn_readmore_taxonomy_flatsome a {
    display: block;
    width: max-content;
    margin: 0 auto;
    padding: 0 1em;
    background: #fff;
    color: #000;
}

/* Arrow Icons */
.devvn_readmore_taxonomy_flatsome a:after,
.devvn_readmore_taxonomy_flatsome_less a:after {
    content: "";
    display: inline-block;
    width: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.devvn_readmore_taxonomy_flatsome a:after {
    border-top: 6px solid #318A00;
    margin-top: -2px;
}

.devvn_readmore_taxonomy_flatsome_less a:after {
    border-top: none;
    border-bottom: 6px solid #318A00;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2d2d2d;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    display: none;
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mobile-menu li {
    text-align: center;
    flex: 1;
}

.mobile-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.mobile-menu a:hover {
    font-weight: bold;
}

.mobile-menu a img {
    width: 40px;
    height: 40px;
}

.mobile-menu a span {
    font-size: 13px;
}

/* Show mobile menu on small screens */
@media screen and (max-width: 768px) {
    .mobile-menu {
        display: block;
    }
}

/* Image Hover Effect */
img:hover {
    filter: brightness(1.3);
}

/* Widget Styling */
.widget-area {
    background: #222;
    padding: 2%;
    border-radius: 10px;
}

.widget-area a {
    color: #fff !important;
}

/* Box Styling */
.has-shadow>.col>.col-inner {
    border-radius: 20px;
}

/* Animated Text */
.tx1 p {
    font-size: 23px;
    color: #fff;
    border: 4px solid #fff;
    padding: 0 16px;
    margin: 0 auto;
    width: max-content;
    margin-top: 20px;
    background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000);
    background-size: 400%;
    animation: steam 5s linear infinite !important;
}

@keyframes steam {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Background Images */
.m1 { background: url(/wp-content/uploads/2025/02/bg-casino-oxbet.png) no-repeat; }
.m2 { background: url(/wp-content/uploads/2025/02/bg-da-ga-oxbet.png) no-repeat; }
.m3 { background: url(/wp-content/uploads/2025/02/bg-tro-choi-oxbet.png) no-repeat; }
.m4 { background: url(/wp-content/uploads/2025/02/bg-ban-ca-oxbet.png) no-repeat; }
.m5 { background: url(/wp-content/uploads/2025/02/bg-game-bai-oxbet.png) no-repeat; }
.m6 { background: url(/wp-content/uploads/2025/02/bg-the-thao-oxbet.png) no-repeat; }
.m7 { background: url(/wp-content/uploads/2025/02/bg-xo-so-oxbet.png) no-repeat; }

/* Scrollable Row */
.row-ct {
    height: 800px;
    overflow-y: auto;
    border: 5px solid #fff;
    border-radius: 10px;
}

/* Image Styling */
.row-ap img {
    border: 2px solid #ff0;
    border-radius: 10px;
}

/* Justified Text */
blockquote, dl, figure, form, ol, p, pre, ul, .taxonomy-description {
    text-align: justify;
}

/* Hidden Elements */
.widget-title, .comments-area, .is-divider, .devvn_readmore_taxonomy_flatsome_less:before {
    display: none;
}

/* Entry Styling */
.entry-header-text, .entry-author {
    padding: 0;
}

/* Alert and Success Messages */
.alert {
    background-color: #fde9bf;
    color: #000;
    width: 120px;
}

.success {
    background-color: #d46824;
    color: #fff;
    width: 120px;
}
