/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.section.banner-bottom-btn {
    padding: 0 !important;
}

.banner-bottom-btn a
{
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem 0;   
}

.banner-bottom-btn .section-content
{
    display:flex;
}

.home-btn-signup {
    background: linear-gradient(274deg, #5b1aa6 25.47%, #f99b1c 100.53%);
}

.home-btn-login {
    background: #fa5c23;
}

.copyright-footer {
    color: #ffffff;
}

.content-area h1, .content-area h2, .content-area h3
{
    color:#f99b1c;
}

.section-title b
{
    opacity:1;
}

.custom-accordion-design .accordion-item 
{
    background: #3C096C;
    border-radius: 15px;
    margin: 10px 0px;
}

.custom-accordion-design .accordion-title
{
    border-top:none;
}

.game-item:hover .box-image {
    filter: grayscale(1);
}

.game-item {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.game-item .btn-play {
	display: none;
}
.game-item .play-button {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 10;
	border-radius: 99px;
}
.game-item:hover .play-button {
	opacity: 1;
}

.progress-bar
{
    margin-bottom:5px;
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    margin: 0.5rem 0;
    transition: all 0.3s ease;
}

.rm_bottom_padding
{
    padding-bottom:0px!important;
}

.progress-fill
{
    border-radius: 10px;
    font-weight: bold;
}

.sticky-footer-buttons
{
    position:fixed;
    bottom:0;
    z-index:9;
}

.dark .section-title-normal, .dark .section-title-normal span
{
    border-color:#ffffff; 
}

.section-title-normal span
{
    border-bottom:none;
}

.footer-nav a
{
    color:#ffffff!important;
}

.custom-footer-btn
{
    box-shadow: inset 1px 1px 0 0 hsla(0, 0%, 100%, .1), inset 0 2em 15px 0 hsla(0, 0%, 100%, .2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(190deg, #f99b1c 7.47%, #5b1aa6 92.53%);
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    margin: 0;
    height: 50px;
    border: 1px solid;
}

.middle-btn-footer
{
    background: var(--fs-color-secondary) !important;
}

.absolute-footer ul
{
    opacity:1;
}

.absolute-footer
{
    margin-bottom:50px;
}

.sticky-line-button {
	position: fixed;
	background-image: url(/wp-content/uploads/2025/06/line-icon.png);
	height: 60px;
	width: 60px;
	right: 1%;
	bottom: 12vh;
	background-size: 100%;
	background-position: center;
	z-index: 999;
	transition: background-image 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

span.highlight {
    color: #f99b1c;
    font-weight: bold;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@media only screen and (min-width: 48em) {
    #toast-container>div {
		width: 600px !important;
		overflow: unset !important;
	}
}