/* Board Games Section Styles */
.board-games-section {
    position: relative;
    background-color: #080421;
    overflow: hidden;
    padding: 180px 0 90px;
    margin: 0;
}

.board-games-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.board-games-content {
    flex: 1;
    max-width: 631px;
    position: relative;
}

.board-games-content .prompt {
    width: 210px;
    margin-bottom: 30px;
    margin-right: 8px;
}

.badge-label {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 8px 16px;
    margin-bottom: 24px;
}

.badge-label img {
    margin-right: 8px;
    width: 10px;
    height: 10px;
}

.badge-text {
    color: #FF7905;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}

.board-games-title {
    color: #FFFFFF;
    font-size: 94px;
    font-weight: 700;
    line-height: 0.96;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-family: 'Khand', sans-serif;
}

.board-games-description {
    color: #B6B2CC;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}

.board-games-button .btn-primary {
    display: inline-flex;
    height: 41px;
    padding: 16px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #C882F8;
    background: #7F56D9;
    box-shadow: 0px 0px 15px 0px #C882F8 inset, 0px 2px 20px 4px rgba(200, 130, 248, 0.54);
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.416px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.board-games-button {
    top: 92px;
    position: absolute;
    right: 95px;
}
.board-games-button .btn-primary:hover {
    background-color: #9166e0;
    transform: translateY(-2px);
}

.board-games-image {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 691px;
    position: absolute;
    left: -70px;
    top: -260px;
}
.flg .find__items {
    width: 360px !important;
}
.flg .find__union .find__right .find__item_title {
    border-top: none !important;
}
.flg .find__item_image > img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid #1D1644;
}
.flg .find__item_info_text {
    color: #C882F8;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 27.2px */
}
.flg .find__item_info_icon {
    border-radius: 7px;
    background: #7F56D9;
    box-shadow: 0px 0px 15px 0px #C882F8 inset, 0px 2px 20px 4px rgba(200, 130, 248, 0.54);
    border: 0.75px solid rgba(0, 0, 0, 0.08);
}
.flg .find__item_info {
    display: flex;
    width: 343px;
    height: 68px;
    padding: 10px 18px 10px 10px;
    align-items: center;
    gap: 15px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(23, 19, 47, 0.90);
    backdrop-filter: blur(16px);
    position: absolute;
    left: -26px;
    bottom: 13px;
}
.flg .find__item_image {
    position: relative;
}
.flg .find__union .find__left .find__links {
    flex-direction: row !important;
    gap: 5px;
}
.board .location__items_shadow {
    background: url(../img/board-shadow.webp) !important;
}
.board-games-section h2 span {
    color: #ff7905;
}
.location__board-title {
    margin-top: 30px;
    text-align: center;
}
.board-games-image .featured-image {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
.ilg .installing__box .installing__block .installing__call-to-action {
    margin-top: 50px;
}
.ilg .installing__box {
    width: 1320px;
    height: 540px;
    padding: 60px 75px;
}
.ilg {
    margin-top: 100px;
}
.installing.ilg .installing__box,
.installing.ilg .installing__prompts,
.installing.ilg .installing__title,
.installing.ilg .installing__button,
.installing.ilg .installing__call-to-action,
.installing.ilg .gamer__second,
.installing.ilg .installing__ico_1,
.installing.ilg .installing__ico_2,
.installing.ilg .installing__ico_3,
.installing.ilg .installing__call-to-action_mobile {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}
/* Responsive styles */
@media (
    idth: 1200px) {
    .board-games-title {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    .board-games-container {
        flex-direction: column-reverse;
        text-align: center;
        gap: 60px;
    }
    
    .board-games-content {
        max-width: 100%;
    }
    
    .badge-label {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .board-games-title {
        font-size: 70px;
    }
    
    .board-games-description {
        margin-left: auto;
        margin-right: auto;
    }
    
    .board-games-image {
        justify-content: center;
    }
    
    .board-games-image::before {
        width: 400px;
        height: 400px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .board .location__items .location__item:nth-child(3) {
        margin-top: 0;
    }
    .board .chat__photo_mobile {
        display: none;
    }
    .board .chat__union {
        margin-bottom: 30px;
    }
    .ilg .installing__call-to-action {
        display: none;
    }
    .ilg .installing__box {
        width: calc(100% - 40px);
        height: auto;
        padding: 20px;
        background: url(/wp-content/themes/game-tree/assets/img/installing.svg);
        margin: 20px;
    }
    .ilg .installing__box .installing__photo {
        right: 60px;
        bottom: -70px;
        width: 80%;
    }
    .benefits .benefits__union .benefits__photo img {
        width: 100% !important;
        height: auto !important;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .bnf .benefits__carts .benefits__cart {
        width: 350px;
        margin-right: 0;
    }
    .cht .chat__items .chat__item {
        margin-bottom: 0;
    }
    .cht .chat__items .chat__item .item__title {
        width: 100%;
        font-size: 18px;
        line-height: 140%;
        padding-left: 40px;
    }
    .cht .chat__union .chat__photo_mobile {
        margin-top: 0;
    }
    .calltoaction .action__ico_4 {
        width: 70%;
        height: 344px;
        bottom: -70px;
        z-index: 1;
        background-size: 100% !important;
    }
    .calltoaction .action__ico_5 {
        width: 70%;
        height: 344px;
        bottom: -110px;
        z-index: 1;
        background-size: 100% !important;
    }
	.flg .find__union .find__left {
        margin-bottom: 70px;
    }
	.flg .find__items {
		max-width: 100%;
	}
	.board .location__items {
		margin-top: 20px;
	}
}

@media (max-width: 576px) {
    .board-games-section {
        padding: 60px 0;
    }
    
    .board-games-title {
        font-size: 50px;
    }
    
    .board-games-description {
        font-size: 14px;
    }
    
    .board-games-button .btn-primary {
        padding: 12px 18px;
        font-size: 16px;
    }
    
    .board-games-image::before {
        width: 300px;
        height: 300px;
    }
} 