a {
text-decoration:none;
}
.header-1 {
background-color: var(--header-1-bg);
}

.header-1 .login-button {
background-color: var(--header-1-btn-login-bg);
color: var(--header-1-btn-login-text);
font-weight: 500;
}

.header-1 .signup-button {
background-color: var(--header-1-btn-signup-bg);
color: var(--header-1-btn-signup-text);
font-weight: 500;
}

.header-2 {
background-color: var(--header-2-bg);
}

.header-2 .burger {
background-color: var(--header-2-btn-login-bg);
color: var(--header-2-btn-login-text);
}

.header-2 .logo {
width: 68px;
}

.header-2 .login-button {
background-color: var(--header-2-btn-login-bg);
color: var(--header-2-btn-login-text);
font-weight: 500;
}

.header-2 .signup-button {
background-color: var(--header-2-btn-signup-bg);
color: var(--header-2-btn-signup-text);
font-weight: 500;
}

.header-3 {
background-color: var(--header-3-bg);
color: var(--header-3-text);
border-bottom: 1px solid #333;
}
.menu-3 {
background-color: var(--menu-3-bg);
color: var(--menu-3-text);
border-top: 1px solid #333;
}
.header-3 .gizbo-logo {
font-size: 1.8rem;
font-weight: bold;
}
.menu-3 .btn-registration {
background: var(--menu-3-btn-signup-bg);
border: none;
color: var(--menu-3-btn-signup-text);
font-weight: bold;
padding: 0.8rem 2rem;
border-radius: 0.5rem;
font-size: 1.1rem;
}
.menu-3 .btn-registration:hover {
opacity: 0.9;
color: var(--menu-3-btn-signup-text);
}
.mh-3.main-content {
flex-grow: 1; /* Занимает все доступное пространство между хедером и футером */
background-color: white; /* Белая область контента */
}
.header-3 .login-btn {
background-color: var(--header-3-btn-login-bg);
color: var(--header-3-btn-login-text);
border: none;
padding: 0.6rem 1.5rem;
font-weight: bold;
border-radius: 0.4rem;
}
.header-3 .login-btn:hover {
background-color: var(--header-3-btn-login-bg);
color: var(--header-3-btn-login-text);
}
.header-3 .header-menu-item {
color: var(--header-3-text);
text-decoration: none;
font-size: 0.9rem;
display: flex;
flex-direction: column;
align-items: center;
padding: 0.5rem 0;
}
.menu-3 .footer-menu-item {
color: var(--header-3-text);
text-decoration: none;
font-size: 0.9rem;
display: flex;
flex-direction: column;
align-items: center;
padding: 0.5rem 0;
}
.menu-3 .footer-menu-item i {
font-size: 1.4rem;
margin-bottom: 0.2rem;
}
.menu-3 .footer-menu-item:hover {
color: white;
}

/* Header */
.header-4 {
background-color: var(--header-4-bg);
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header-4 .logo-item { display: inline-flex; justify-content: center; align-items: center; width: 35px; height: 35px; background-color: #55c8f8; color: #240a40; font-weight: bold; font-size: 1.2rem; border-radius: 8px; margin-right: 5px; }
.header-4 .logo-item.yellow { background-color: #ffde00; }
.header-4 .custom-login-btn { background: var(--header-4-btn-login-bg); color: var(--header-4-btn-login-text) !important; font-weight: 500; text-decoration: none;}
.header-4 .custom-gradient-btn { background: var(--header-4-btn-signup-bg); color:#fff; font-weight:500; border:none; padding:0.5rem 1.2rem; border-radius:8px; }

/* Main content */
.mh-4 .main-content-placeholder { background:#fff; border-radius:10px; box-shadow:0 4px 8px rgba(0,0,0,0.1); height:100%; }

/* Footer menu-4 компактный */
.menu-4 {
background-color: var(--menu-4-bg);
border-top: 1px solid rgba(255,255,255,0.1);
padding: 0.2rem 0; /* уменьшенные отступы */
box-shadow: 0 -2px 5px rgba(0,0,0,0.3);
display: flex;
justify-content: center;
}
.menu-4 .nav-item { flex: 1; }
.menu-4 .nav-link {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
gap: 1px; /* минимальное расстояние между иконкой и текстом */
text-decoration: none;
color: #e0e0e0;
font-size: 0.65rem;
}
.menu-4 .nav-link:hover { color:#fe617c; }
.menu-4 .nav-link i { font-size:1.5rem; color: var(--menu-4-icon)}

/* Депозит */
.menu-4 .deposit-button-wrapper { position: absolute; top: -20px; }
.menu-4 .deposit-button {
width: 45px;
height: 45px;
background: var(--menu-4-btn-deposit);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
transition: transform 0.2s;
}
.menu-4 .deposit-button:hover { transform: scale(1.1); }
.menu-4 .deposit-button i { color: var(--menu-4-icon-deposit); position: relative; top:1px; }
.menu-4 .nav-item span { font-weight:500; font-size:0.6rem; }

.header-5 {
background-color: var(--header-5-bg);
color: var(--header-5-text);
padding: 1rem 1.5rem;
}
.menu-5 {
background-color: var(--menu-5-bg);
color: var(--menu-5-text);
padding: 0.75rem 1rem;
}
.header-5 .kraken-logo {
display: flex;
align-items: center;
font-size: 1.5rem;
font-weight: bold;
color: var(--header-5-text);
text-decoration: none;
width: 120px;
}
.header-5 .btn-login {
background-color: var(--header-5-btn-login-bg);
color: var(--header-5-btn-login-text);
border: 1px solid #6c757d; /* Lighter border for contrast */
padding: 0.75rem 1.5rem;
border-radius: 8px;
}
.header-5 .btn-signup {
background-color: var(--header-5-btn-signup-bg);
color: var(--header-5-btn-signup-text);
border: none;
padding: 0.75rem 1.5rem;
border-radius: 8px;
font-weight: bold;
}
.header-5 .menu-circle-btn {
width: 50px;
height: 50px;
border-radius: 50%;
background-color: var(--header-5-btn-burger-bg);
display: flex;
justify-content: center;
align-items: center;
border: none;
color: var(--header-5-btn-burger-text);
font-size: 1.5rem;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.header-5 .nav-link-custom {
color: var(--header-5-text);
text-decoration: none;
font-size: 1rem;
margin-left: 1rem;
}
.header-5 .nav-link-custom .fa-solid {
margin-right: 0.4rem;
}
.mh-5.main-content {
flex-grow: 1;
background-color: white;
/* Placeholder for content area */
margin-top: 0; /* Remove default body margin */
margin-bottom: 0; /* Remove default body margin */
}
.menu-5 .btn-login {
background-color: var(--menu-5-btn-login-bg);
color: var(--menu-5-btn-login-text);
border: 1px solid #6c757d; /* Lighter border for contrast */
padding: 0.75rem 1.5rem;
border-radius: 8px;
}
.menu-5 .btn-signup {
background-color: var(--menu-5-btn-signup-bg);
color: var(--menu-5-btn-signup-text);
border: none;
padding: 0.75rem 1.5rem;
border-radius: 8px;
font-weight: bold;
}
.menu-5 .menu-circle-btn {
width: 50px;
height: 50px;
border-radius: 50%;
background-color: var(--menu-5-btn-burger-bg);
display: flex;
justify-content: center;
align-items: center;
border: none;
color: var(--menu-5-btn-burger-text);
font-size: 1.5rem;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.header-6 {
background-color: var(--header-6-bg);
height: 64px;
}

.logo-text {
color: var(--header-text);
}

.header-6 .menu-btn {
background: var(--header-6-btn-login-bg);
color: var(--header-6-btn-login-text);
border: none;
border-radius: 0;
height: 64px;
width: 64px;
}

.header-6 .register-btn {
background: var(--header-6-btn-signup-bg);
color: var(--header-6-btn-signup-text);
border-radius: 0;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
}

.header-6 .login-btn {
color: var(--header-6-btn-login-text);
background-color: var(--header-6-btn-login-bg);
border: 1px solid #555;
border-radius: 0;
height: 64px;
width: 64px;
}

.header-6 .sun-icon {
display: inline-block;
width: 22px;
height: 22px;
border: 3px solid #f89b2f;
border-radius: 50%;
position: relative;
}

.header-6 .sun-icon::before,
.header-6 .sun-icon::after {
content: "";
position: absolute;
inset: -6px;
border: 2px dotted #f89b2f;
border-radius: 50%;
}

.header-7 {
background-color: var(--header-7-bg);
}

.header-7 .login-button,
.header-7 .menu-button {
background: var(--header-7-btn-login-bg);
color: var(--header-7-btn-login-text);
font-weight: 500;
}

.header-7 .signup-button {
background: var(--header-7-btn-signup-bg);
color: var(--header-7-btn-signup-text);
font-weight: 500;
}

.h1-1 {
aspect-ratio: 16 / 6;
border-radius: 10px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;

display: flex;
flex-direction: column;
justify-content: center;
padding: 1.5rem 5vw;
}

.h1-1 .promo-title {
font-size: 5vw;
font-weight: 700;
margin-bottom: 0.5rem;
color: var(--h1-1-main-text);
}

.h1-1 .promo-text {
font-size: 4vw;
color: var(--h1-1-text);
font-weight: 500;
line-height: 1.3;
}

.h1-2 {
aspect-ratio: 16 / 6;
border-radius: 10px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;

display: flex;
flex-direction: column;
justify-content: center;
}

.h1-2 .h1-2-container {
margin-left: 37vw;
}

.h1-2 .promo-title {
font-size: 4.5vw;
font-weight: 700;
margin-bottom: 0.5rem;
color: var(--h1-2-main-text);
}

.h1-2 .promo-text {
font-size: 3vw;
color: var(--h1-2-text);
font-weight: 500;
line-height: 1.3;
}

.h1-3 {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

.h1-3 .deposit-box {
display: flex;
flex-wrap: wrap;
background: #fff;
border-radius: 24px;
overflow: hidden;
max-width: 950px;
box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Левая часть */
.h1-3 .deposit-left {
flex: 1 1 350px;
padding: 40px;
border-right: 2px solid rgba(0,0,0,0.1);
}

.h1-3 .deposit-left h5 {
font-weight: 700;
color: #000;
}

.h1-3 .input-group-text {
background-color: #fff;
border-right: 0;
}

.h1-3 .form-control {
text-align: center;
font-weight: 600;
border-left: 0;
border-right: 0;
}

.h1-3 .form-select {
border-left: 0;
}

.h1-3 .btn-yellow {
background: linear-gradient(180deg, #FFD54F, #FFB300);
border: none;
color: #000;
font-weight: 700;
border-radius: 8px;
transition: all 0.2s;
}

.h1-3 .btn-yellow:hover {
background: linear-gradient(180deg, #FFE082, #FFC107);
}

.h1-3 .crypto-icons img {
height: 16px;
margin-right: 10px;
}

/* Правая часть */
.h1-3 .deposit-right {
flex: 1 1 350px;
background: var(--h1-3-bg);
color: var(--h1-3-color);
text-align: center;
padding: 40px;
display: flex;
flex-direction: column;
justify-content: center;
}

.h1-3 .deposit-right h1 {
font-weight: 800;
font-size: 3rem;
}

.h1-3 .deposit-right p {
margin: 0;
}

.h1-3 .certificates {
gap: 11px;
}

.certificates-image {
height: 50px;
}

.h1-social-button-img {
height: 24px;
}
.h1-4 {
background-color: var(--h1-4-bg);
color: #f8f9fa;
}
.h1-4 .main-section {
background-color: #343a4070; /* Slightly lighter dark for main sections */
border-radius: 15px;
overflow: hidden;
}
.h1-4 .promo-card {
background-color: #495057; /* Card background */
border-radius: 10px;
min-height: 120px;
display: flex;
align-items: center;
padding: 15px;
margin-bottom: 15px;
}
.h1-4 .promo-card-icon {
width: 50px;
height: 50px;
margin-right: 15px;
border-radius: 8px;
}
.h1-4 .jackpot-card {
background: linear-gradient(135deg, #FFD700, #DAA520); /* Gold gradient */
color: #212529;
border-radius: 10px;
padding: 15px;
margin-bottom: 15px;
position: relative;
overflow: hidden;
}
.h1-4 .jackpot-coins {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('/random-blocks/images/h1-background.jpg'); /* Placeholder for coins */
background-size: 30px 30px;
opacity: 0.3;
}
.h1-4 .hero-carousel-content {
position: relative;
height: 400px; /* Adjust height as needed */
background-color: #343a4070;
border-radius: 15px;
padding: 30px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.h1-4 .hero-graphic-placeholder {
position: absolute;
top: 50%;
right: 30px;
transform: translateY(-50%);
width: calc(3.475rem + 18.7vw);
border-radius: 50%; /* Make it round like in the image */
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
text-align: center;
color: #dee2e6;
}
.h1-4 .carousel-indicators-custom {
position: absolute;
bottom: 20px;
left: 30px;
display: flex;
}
.h1-4 .carousel-indicator-dot {
width: 8px;
height: 8px;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
margin-right: 5px;
}
.h1-4 .carousel-indicator-dot.active {
background-color: #ffc107; /* Active dot color */
}
.h1-4 .payment-logo-placeholder {
width: 80px;
height: 40px;
border-radius: 5px;
margin: 0 10px;
display: block
}

.h1-4 .hero-carousel-content .h2 {
color: var(--h1-4-main-text) !important;
}

.h1-4 .hero-carousel-content .h3 {
color: var(--h1-4-text) !important;
}

.h1-4 .hero-carousel-content p {
color: var(--h1-4-text) !important;
}

/* Custom button colors based on image */
.h1-5 .btn-danger {
--bs-btn-bg: #FA5071;
--bs-btn-border-color: #FA5071;
--bs-btn-hover-bg: #e6395e;
--bs-btn-hover-border-color: #e6395e;
--bs-btn-active-bg: #d22246;
--bs-btn-active-border-color: #d22246;
color: #FFFFFF; /* Ensure text is white on danger button */
}
.h1-5 .btn-primary { /* For the ghost button */
--bs-btn-bg: #6C5CE7;
--bs-btn-border-color: #6C5CE7;
--bs-btn-hover-bg: #5a4ad1;
--bs-btn-hover-border-color: #5a4ad1;
--bs-btn-active-bg: #4939bb;
--bs-btn-active-border-color: #4939bb;
color: #FFFFFF; /* Ensure text is white on primary button */
}
.h1-5 .btn-dark {
--bs-btn-bg: #212529; /* Explicit dark background for Steam button */
--bs-btn-border-color: #212529;
--bs-btn-hover-bg: #343a40;
--bs-btn-hover-border-color: #343a40;
color: #FFFFFF; /* Ensure text is white on dark button */
}
.h1-5 .right {
background: var(--h1-5-bg);
}

/* Custom color utility classes */
.h1-5 .text-gold {
color: var(--h1-5-main-text) !important;
}
.h1-5 .text-bronze {
color: #8B4513 !important;
}
.h1-5 { /* Outer background */
background-color: var(--h1-5-bg) !important;
}
.h1-5 .bg-dark-purple-2 { /* Inner container background */
background-color: #312948 !important;
}
.h1-5 .bg-medium-purple { /* Placeholder circle background */
background-color: #4A4068 !important;
}
.h1-5 .text-light-grey { /* General light grey text */
color: var(--h1-5-text) !important;
}
/* Ensure HR separators are visible on dark backgrounds */
.h1-5 hr {
border-color: #4A4068 !important;
opacity: 1 !important;
}

.slot-1 {
background-color: var(--slot-1-bg);
color: var(--slot-1-text);
}

.slot-1 .timer-display {
color: #ffcc00;
font-weight: bold;
letter-spacing: 2px;
}

.slot-1 .rtp-item {
border-radius: 10px;
position: relative;
height: 23vw !important;
background-size: cover!important;
background-position: center !important;
background-repeat: no-repeat !important;
}

.slot-1 .new-badge {
position: absolute;
top: -5px;
right: -5px;
background-color: #ff3333;
font-size: 0.7rem;
}

.slot-1 .filter-btn {
background-color: var(--slot-1-login-bg);
font-weight: bold;
color: var(--slot-1-login-text);
width: 47%
}

.slot-2 {
background-color:var(--slot-2-bg);
color: var(--slot-2-text);
padding: 20px;
}
.slot-2 .nav-icon-text i {
margin-right: 5px;
font-size: 1.1em;
}

.slot-2 .section-title {
font-size: 1.8em; /* H2-like size */
font-weight: bold;
margin-bottom: 20px;
display: flex;
align-items: center;
}
.slot-2 .section-title .icon-emoji {
font-size: 1.3em;
margin-right: 10px;
line-height: 1; /* Align emoji vertically */
}

.slot-2 .card-custom {
background-color: #2a2a4a; /* Dark card background */
border: none;
border-radius: 10px;
overflow: hidden;
position: relative;
}
.slot-2 .card-img-placeholder {
background-color: #4a4a6a;
height: 180px; /* Height for the main card image */
display: flex;
align-items: center;
justify-content: center;
font-size: 0.9em;
color: #cccccc;
text-align: center;
padding: 10px;
}
.slot-2 .card-img-placeholder-small {
height: 120px; /* Height for the smaller card images */
}
.slot-2 .badge-new {
position: absolute;
top: 10px;
left: 10px;
background-color: #28a745; /* Bootstrap's success green for 'New' */
color: white;
padding: 5px 10px;
border-radius: 5px;
font-size: 0.75em;
font-weight: bold;
z-index: 10;
}
.slot-2 .card-body-main {
padding: 15px;
}
.slot-2 .card-body-small {
padding: 10px; /* Reduced padding for small cards */
}
.slot-2 .game-title {
font-size: 1.05em; /* Slightly larger for main card */
font-weight: bold;
margin-bottom: 3px;
}
.slot-2 .game-title-small {
font-size: 0.9em;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.slot-2 .game-provider {
font-size: 0.8em;
color: #aaaaaa;
}

.slot-2 .live-games-section h4 {
font-size: 1.4em;
margin-bottom: 20px;
}

.slot-3 {
background-color: var(--slot-3-bg);
color: var(--slot-3-text);
padding: 40px 0;
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 15px;
}

.slot-3 .game-large {
grid-column: span 2;
grid-row: span 2;
height: 315px !important;
}

.slot-3 .game-card {
background-color: #1b1b1f;
border-radius: 10px;
overflow: hidden;
cursor: pointer;
transition: transform 0.3s, box-shadow 0.3s;
display: flex;
flex-direction: column;
/*height: 100%;*/
height: 150px;
}

.slot-3 .game-card:hover {
transform: translateY(-5px);
box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

.slot-3 .game-thumb {
flex: 1;
background: #3b3b3b;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
font-size: 1rem;
background-size: cover!important;
background-repeat: no-repeat!important;
background-position: center !important;
}

.slot-4 {
background-color: var(--slot-4-bg);
color: var(--slot-4-text);
padding: 40px 0;
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 15px;
}

.slot-4 .game-large {
grid-column: span 2;
grid-row: span 2;
height: 315px !important;
}

.slot-4 .game-card {
background-color: #1b1b1f;
border-radius: 10px;
overflow: hidden;
cursor: pointer;
transition: transform 0.3s, box-shadow 0.3s;
display: flex;
flex-direction: column;
/*height: 100%;*/
height: 150px;
}

.slot-4 .game-card:hover {
transform: translateY(-5px);
box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

.slot-4 .game-thumb {
flex: 1;
background: #3b3b3b;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
font-size: 1rem;
background-size: cover!important;
background-repeat: no-repeat!important;
background-position: center !important;
}

.slot-5 {
background-color: var(--slot-5-bg);
color: var(--slot-5-text);
padding: 1rem 1rem;
box-sizing: border-box;
}

.slot-5 .card {
background-color: transparent;
border: none;
color: var(--slot-5-text);
height: 100%;
}

.slot-5 .card-subtitle {
color: var(--slot-5-text-2);
}

.slot-5 .img-placeholder {
width: 100%;
padding-top: 75%;
border-radius: 0.375rem;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.9em;
color: #ced4da;
text-align: center;
overflow: hidden;
background-size: cover!important;
background-position: center !important;
}

.slot-6 {
background: var(--slot-6-bg);
color: var(--slot-6-text);
overflow-x: hidden;

position: relative;
padding: 80px 0 60px;
text-align: center;
overflow: hidden;
}

.slot-6 .jackpot-title {
font-size: 3rem;
font-weight: 800;
color: #d6b073;
text-shadow: 0 3px 8px rgba(0,0,0,0.6);
}

.slot-6 .jackpot-display {
display: inline-block;
background: #1b1b1b;
border: 6px solid #d6b073;
border-radius: 15px;
padding: 20px 50px;
margin: 20px 0 60px;
font-size: 2rem;
font-weight: 600;
color: #fff;
box-shadow: 0 0 20px rgba(214,176,115,0.5);
position: relative;
}

.slot-6 .jackpot-display::before {
content: "";
position: absolute;
inset: -10px;
border: 4px dotted #d6b073;
border-radius: 20px;
}

.slot-6 .jackpot-slider {
display: flex;
gap: 1rem;
overflow-x: auto;
padding-bottom: 1rem;
scroll-snap-type: x mandatory;
position: relative;
}

.slot-6 .jackpot-slider::-webkit-scrollbar {
/*height: 8px;*/
display: none;
}
.slot-6 .jackpot-slider::-webkit-scrollbar-thumb {
-ms-overflow-style: none;
scrollbar-width: none;
}

.slot-6 .slider-fade-right {
position: absolute;
right: 0;
top: 0;
width: 150px;
height: 100%;
background: linear-gradient(to left, rgba(0,0,0,0.85), rgba(0,0,0,0));
pointer-events: none;
}

.slot-6 .game-card {
flex: 0 0 auto;
width: 240px;
height: 160px;
border-radius: 10px;
background: #444;
display: flex;
align-items: end;
justify-content: center;
font-weight: 500;
color: #fff;
scroll-snap-align: start;
background-size: cover!important;
background-position: center !important;
}

.slot-6 .slider-controls {
display: flex;
justify-content: center;
gap: 0.5rem;
margin-top: 10px;
}

.slot-6 .slider-btn {
border: none;
background: rgba(214,176,115,0.2);
color: #d6b073;
padding: 5px 10px;
border-radius: 5px;
transition: 0.3s;
}
.slot-6 .slider-btn:hover {
background: rgba(214,176,115,0.4);
}

.slot-6 .show-all {
background: rgba(255,255,255,0.1);
color: #fff;
border: 1px solid rgba(255,255,255,0.3);
border-radius: 5px;
padding: 6px 15px;
transition: 0.3s;
text-decoration: none;
z-index: 2;
}
.slot-6 .show-all:hover {
background: rgba(255,255,255,0.25);
}

.faq .accordion-button {
background-color: var(--faq-item-bg);
color: var(--faq-item-text);
}

.faq .accordion-item {
background-color: var(--faq-item-bg);
color: var(--faq-item-text);
margin-bottom: 10px;
}

.faq .accordion-item:first-of-type>.accordion-header .accordion-button {
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.faq .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

.faq .accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e ");
}

.faq .accordion-button::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e ");
}

.text-3 {
margin: 100px 1rem;
background-color: var(--text-3-bg);
border-radius: 10px;
padding: 60px 70px;
text-align: center;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
position: relative;
overflow: hidden;

color: var(--text-3-color);
line-height: 1.6;
}

.text-3 .h2 {
font-size: 2rem;
font-weight: 700;
margin-bottom: 1.5rem;
}
.text-3 .h2::after {
display: none;
}

.h1-5-right-side-text {
height: 200px;
overflow-y: auto;
}

.logo-text {
font-size: 30px;
margin: 0;
display: inline-block;
font-weight: bold;
}

.logo-img {
height: 45px;
}

.text-3 p {
color: var(--text-3-color);
font-size: 1.05rem;
margin-bottom: 2.5rem;
max-height: 180px; /* ограничиваем высоту */
overflow: hidden;
position: relative;
}

/* затемнение внизу текста */
.text-3 p::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 70px;
background: var(--text-3-gradient)
}

.text-3 .btn-show {
background-color: var(--text-3-button-bg);
color: var(--text-3-button-bg-text);
border: none;
padding: 12px 36px;
border-radius: 6px;
font-weight: 500;
transition: 0.3s;
position: relative;
z-index: 2;
}

.text-3 .btn-show:hover {
opacity: 0.7;
}

.footer-1 {
background-color: var(--footer-1-bg);
color: var(--footer-1-text);
padding: 2rem 0;
margin-top: auto;
}

.footer-1 .footer-title {
font-weight: 600;
margin-bottom: 1rem;
color: var(--footer-1-text);
font-size: 1.25rem;
}
.footer-1 .footer-links {
list-style: none;
padding-left: 0;
}
.footer-1 .footer-links li {
margin-bottom: 0.5rem;
}
.footer-1 .footer-links a {
text-decoration: none;
color: var(--footer-1-link);
transition: color 0.2s;
}
.footer-1 .footer-links a:hover {
opacity: 0.7;
}
.footer-1 .payment-icons {
display: flex;
gap: 1rem;
margin-top: 0.5rem;
flex-wrap: wrap;
}
.footer-1 .payment-icons img {
height: 40px;
}
.footer-1 .social-icons {
display: flex;
gap: 1rem;
margin-top: 0.5rem;
flex-wrap: wrap;
}
.footer-1 .social-icons img {
height: 40px;
}
.footer-1 .license-icons {
display: flex;
gap: 1rem;
margin-top: 0.5rem;
flex-wrap: wrap;
}
.footer-1 .license-icons img {
height: 40px;
}

.footer-2 {
background-color: var(--footer-2-bg);
color: var(--footer-2-text);
padding-top: 2rem;
font-size: 0.9rem;
}
.footer-2 h5 {
color: var(--footer-2-text);
font-size: 1rem;
margin-bottom: 1rem;
font-weight: bold;
}
.footer-2 a {
color: var(--footer-2-link);
text-decoration: none;
display: block;
margin-bottom: 0.5rem;
transition: color 0.3s;
}
.footer-2 a:hover {
opacity: 0.7;
}
.footer-2 .payment-methods, .footer-2 .social-media {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 1.5rem;
justify-content: center;
}
.footer-2 .payment-methods i, .footer-2 .social-media i {
font-size: 1.5rem;
color: #ffffff;
}
.footer-2 .payment-methods img {
height: 45px;
}
.footer-2 .license-info {
border-top: 1px solid #333;
padding-top: 1rem;
margin-top: 1rem;
font-size: 0.8rem;
color: var(--footer-2-text-bottom);
line-height: 1.4;
text-align: center;
}
.footer-2 .language-selector {
background-color: #333;
background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\"><defs><linearGradient id=\"Gradient\" x1=\"0\" x2=\"100\" y1=\"0\" y2=\"0\" gradientTransform=\"rotate(72)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"%233e7bfa\" offset=\"0\"/><stop stop-color=\"%236600cc\" offset=\"1\"/></linearGradient></defs><rect x=\"0.5\" y=\"0.5\" width=\"100%\" height=\"100%\" style=\"height:calc(100% - 1px);width:calc(100% - 1px)\" rx=\"8\" ry=\"8\" stroke-width=\"1\" fill=\"transparent\" stroke=\"url(%23Gradient)\"/></svg>");
color: #fff;
border: none;
padding: 0.5rem;
border-radius: 4px;
width: 100%;
margin-bottom: 1rem;
}
.footer-2 .language-selector option {
background-color: #333;
color: white;
}
.footer-2 .chat-btn, .footer-2 .app-btn, .footer-2 .telegram-btn {
background-color: #333;
color: #fff;
border: none;
padding: 0.5rem 1rem;
border-radius: 4px;
margin-bottom: 1rem;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
text-decoration: none;
transition: background-color 0.3s;
}
.footer-2 .chat-btn {
background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\"><defs><linearGradient id=\"Gradient\" x1=\"0\" x2=\"100\" y1=\"0\" y2=\"0\" gradientTransform=\"rotate(72)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"%233e7bfa\" offset=\"0\"/><stop stop-color=\"%236600cc\" offset=\"1\"/></linearGradient></defs><rect x=\"0.5\" y=\"0.5\" width=\"100%\" height=\"100%\" style=\"height:calc(100% - 1px);width:calc(100% - 1px)\" rx=\"8\" ry=\"8\" stroke-width=\"1\" fill=\"transparent\" stroke=\"url(%23Gradient)\"/></svg>");
}
.footer-2 .app-btn {
background: linear-gradient(135deg,#ff3b3b 0%,#60c 100%);
}
.footer-2 .telegram-btn {
background: linear-gradient(135deg,#3e7bfa 0%,#60c 100%);
}
.footer-2 .chat-btn:hover, .footer-2 .app-btn:hover, .footer-2 .telegram-btn:hover {
background-color: #444;
color: #fff;
}
.footer-2 .section-divider {
border-top: 1px solid #333;
margin: 1.5rem 0;
}
.footer-2 .payment-section, .footer-2 .social-section {
text-align: center;
}
.footer-2 .payment-section h5, .footer-2 .social-section h5 {
text-align: center;
}

.footer-3 {
background-color: var(--footer-3-bg);
color: var(--footer-3-text);
padding: 2rem 0 0;
font-family: Arial, sans-serif;
}

.footer-3 .footer-section h6 {
font-weight: bold;
margin-bottom: 1rem;
font-size: 1rem;
color: var(--footer-3-text);
text-transform: uppercase;
}

.footer-3 .footer-links {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}

.footer-3 .footer-links li {
margin-bottom: 0.5rem;
}

.footer-3 .footer-links a {
text-decoration: none;
color: var(--footer-3-link);
font-size: 0.85rem;
transition: color 0.15s ease-in-out;
}

.footer-3 .footer-links a:hover {
opacity: 0.7;
}

.footer-3 .payment-methods {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 10px;
}

.footer-3 .payment-methods > * {
flex: 1 1 calc(50% - 10px);
}

.footer-3 .payment-icon {
width: 50px;
height: 30px;
background-color: var(--footer-3-button);
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
color: var(--footer-3-button-text);
font-weight: bold;
font-size: 0.8rem;
padding: 20px 0px;
}

.footer-3 .payment-icon img {
height: 30px;
}

.footer-3 .contacts-info {
color: #ccc;
font-size: 0.85rem;
line-height: 1.4;
}

.footer-3 .social-section {
margin-top: 1rem;
}

.footer-3 .social-label {
font-size: 0.8rem;
color: #ccc;
margin-bottom: 0.5rem;
}

.footer-3 .social-icons {
display: flex;
gap: 10px;
margin-bottom: 1rem;
}

.footer-3 .social-icon {
width: 30px;
height: 30px;
background-color: var(--footer-3-button);
border-radius: 20%;
display: flex;
align-items: center;
justify-content: center;
color: var(--footer-3-button-text);
font-size: 0.9rem;
}

.footer-3 .app-download {
margin-top: 1.5rem;
}

.footer-3 .app-buttons {
display: flex;
gap: 10px;
margin-top: 10px;
}

.footer-3 .app-button {
width: 120px;
height: 36px;
background-color: var(--footer-3-button);
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
color: var(--footer-3-button-text);
font-size: var(--footer-3-app-size-text);
font-weight: bold;
}

.footer-3 .footer-bottom {
padding-top: 1rem;
margin-top: 2rem;
font-size: 0.8rem;
color: #999;
text-align: center;
}

.footer-3 .cooperation-text {
font-size: 0.8rem;
color: #ccc;
margin-top: 0.5rem;
}

.footer-3 .footer-emblem-section {
padding: 2rem 0;
margin-top: 2rem;
}

.footer-3 .emblem-container {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}

.footer-3 .emblems {
display: flex;
gap: 20px;
align-items: center;
margin-bottom: 1rem;
background-color: var(--footer-3-bg-clubs);
}

.footer-3 .emblem {
width: 80px;
height: 80px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: bold;
}

.footer-3 .emblem-text {
color: var(--footer-3-text-bottom);
font-size: 0.9rem;
max-width: 500px;
margin-bottom: 1rem;
}

.footer-3 .download-section {
display: flex;
flex-direction: column;
align-items: flex-end;
}

.footer-3 .download-text {
color: #fff;
font-weight: bold;
margin-bottom: 10px;
font-size: 1rem;
}

.footer-4 {
background-color: var(--footer-4-bg);
color: var(--footer-4-text);
padding: 50px 0;
font-size: 14px;
}
.footer-4 .footer-links {
background-color: var(--footer-4-bg-links);
border-radius: 10px;
}
.footer-4 .footer-links .contacts a {
color: var(--footer-4-link-contact);
font-size: var(--footer-4-link-size);
}
.footer-4 .footer-links .contacts a:hover {
opacity: var(--footer-4-link-contact-hover-opacity);
}
.footer-4 a {
color: var(--footer-4-link);
text-decoration: none;
}
.footer-4 a:hover {
opacity: 0.7;
}
.footer-4 .section-title {
font-weight: 600;
margin-bottom: 15px;
font-size: 16px;
}
.footer-4 .contact-info a,
.footer-4 .support a {
display: block;
margin-bottom: 5px;
}
.footer-4 .social-icons a {
font-size: 20px;
margin-right: 15px;
}
.footer-4 .app-links img {
height: 50px;
margin-right: 10px;
}
.footer-4 .payment-systems img {
height: 30px;
margin-right: 10px;
}
.footer-4 .logos img {
max-height: 40px;
margin: 5px;
}
.footer-4 .footer-bottom {
border-top: 1px solid #1b1d3a;
padding-top: 20px;
font-size: 12px;
color: #aaa;
}

.footer-4 .footer-bottom p {
color: var(--footer-4-text-bottom);
}

.footer-4 .lang-switcher {
display: inline-flex;
border-radius: 0.5rem;
overflow: hidden;
}

.footer-4 .lang-switcher button {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1rem;
border: none;
background: none;
color: #fff;
font-weight: 500;
}

.footer-4 .lang-switcher button.active {
background-color: #1c1c5c;
}

.footer-4 .lang-switcher img {
width: 20px;
height: 14px;
}

.footer-5 {
background-color: var(--footer-5-bg);
font-size: 14px;
color: var(--footer-5-text);
}

.footer-5 h6 {
color: var(--footer-5-text);
font-weight: 600;
margin-bottom: 15px;
}

.footer-5 a {
color: var(--footer-5-link);
text-decoration: none;
display: block;
margin-bottom: 8px;
}

.footer-5 .footer-logo {
max-width: 160px;
margin-bottom: 20px;
}

/* Верхний блок */
.footer-5 .footer-top {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0px 80px 0px;
border-bottom: 1px solid #222;
}

.footer-5 .footer-top > div {
flex: 1;
min-width: 180px;
padding: 0 20px;
border-right: 1px solid #222;
}

.footer-5 .footer-top > div:last-child {
border-right: none;
}

/* Средняя часть */
.footer-5 .footer-middle {
padding: 25px 80px;
border-bottom: 1px solid #222;
}

/* Нижняя часть */
.footer-5 .footer-bottom {
padding: 25px 80px;
border-top: 1px solid #222;
}

/* Кнопки */
.footer-5 .footer-buttons .btn {
background: #1a1a1a;
color: #fff;
border-radius: 30px;
padding: 8px 18px;
font-size: 14px;
margin-left: 8px;
margin-top: 8px;
}

.footer-5 .footer-buttons .btn:hover {
background: var(--footer-5-bg-button);
color: var(--footer-5-bg-button-text);
}

.footer-5 .footer-buttons-2 {
padding: 25px 80px;
}

/* Верификация */
.footer-5 .verification-block img {
height: 40px;
margin-right: 10px;
}

/* Платёжки */
.footer-5 .payment-icons img {
height: 24px;
}

.footer-5 .payment-icon {
background-color: #fff;
border-radius: 10px;
}

.footer-5 .footer-text {
max-width: 800px;
color: var(--footer-5-text-bottom);
}

.footer-6 {
background-color: var(--footer-6-bg);
color: var(--footer-6-text);
}
.footer-6 .support-box-bg {
background-color: var(--footer-6-bg-support);
}
.footer-6 a {
color: var(--footer-6-link) !important;
font-weight: 500;
}
.footer-6 .support-icon-bg {
background-color: #4a4175;
color: var(--footer-6-text);
font-size: 1.2rem;
}
.footer-6 .support-icon-bg-chat {
background-color: var(--footer-6-bg-support-chat)
}
.footer-6 .support-icon-tg {
background-color: var(--footer-6-bg-support-tg)
}
.footer-6 .support-icon-mail {
background-color: var(--footer-6-bg-support-mail)
}

.footer-7 {
background-color: var(--footer-7-bg);
color: var(--footer-7-text);
margin-top: auto; /* Push footer to bottom */
}
.footer-7 h5 {
color: var(--footer-7-text);
margin-bottom: 1rem;
}
.footer-7 ul {
padding-left: 0;
list-style: none;
}
.footer-7 ul li a {
color: var(--footer-7-link);
text-decoration: none;
transition: color 0.2s;
}
.footer-7 ul li a:hover {
opacity: 0.7;
}
.footer-7 hr {
border-color: #333;
}

/* Custom button styles */
.footer-7 .btn-online-help {
background-color: #ffffff;
color: #000000 !important; /* Override Bootstrap's text-light */
border-color: #ffffff;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
padding: 0.75rem 1.25rem;
border-radius: 0.5rem;
}
.footer-7 .btn-online-help i {
margin-left: 0.5rem;
font-size: 1.25rem;
}

.footer-7 .btn-app-download {
background-color: #1a2a24;
color: #ffffff;
border-color: #1a2a24;
display: flex;
align-items: center;
justify-content: center;
padding: 0.75rem 1.25rem;
border-radius: 0.5rem;
}
.footer-7 .btn-app-download i {
font-size: 2rem; /* Larger icon size */
margin-right: 0.75rem;
}
.footer-7 .btn-app-download .small-text {
font-size: 0.75rem;
line-height: 1; /* Adjust line height for better vertical alignment */
display: block;
}
.footer-7 .btn-app-download .big-text {
font-size: 1.2rem;
font-weight: bold;
line-height: 1;
display: block;
}

/* Placeholder styles for logos */
.footer-7 .placeholder-logo {
width: 60px; /* Adjust size as needed */
height: 40px;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: bold;
font-size: 0.8rem;
flex-shrink: 0; /* Prevent shrinking */
}

.footer-8 {
background-color: var(--footer-8-bg);
color: var(--footer-8-text);
padding-top: 30px;
padding-bottom: 20px;
font-size: 0.9rem;
}
.footer-8 .footer-logo {
font-size: 1.8rem;
font-weight: bold;
color: #fff;
text-decoration: none;
}
.footer-8 .social-icons a {
color: var(--footer-8-button-text);
font-size: 1.2rem;
margin-left: 15px;
text-decoration: none;
width: 35px;
height: 35px;
border-radius: 50%;
background-color: var(--footer-8-button-bg);
display: inline-flex;
justify-content: center;
align-items: center;
}
.footer-8 .social-icons a:hover {
opacity: 0.8;
}
.footer-8 ul {
list-style: none;
padding: 0;
}
.footer-8 ul li {
margin-bottom: 10px;
position: relative;
}
.footer-8 ul li a {
color: var(--footer-8-link);
text-decoration: none;
transition: color 0.3s ease;
}
.footer-8 ul li a:hover {
opacity: 0.7;
}
.footer-8 ul li i.fa-solid.fa-chevron-right {
color: var(--footer-8-link);
font-size: 0.7rem;
margin-right: 8px;
}
.footer-8 .app-store-btn {
background-color: var(--footer-8-button-bg);
color: var(--footer-8-button-text);
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
display: inline-flex;
align-items: center;
margin-right: 15px;
margin-bottom: 15px;
transition: background-color 0.3s ease;
white-space: nowrap; /* Prevent text wrapping */
}
.footer-8 .app-store-btn:hover {
opacity: 0.7;
}
.footer-8 .app-store-btn i {
margin-right: 10px;
font-size: 1.5rem;
}
.footer-8 .payment-methods img,
.footer-8 .responsible-gambling img {
height: 25px; /* Adjust as needed */
margin-right: 20px;
filter: grayscale(100%) brightness(1.5); /* Make images greyish-white */
opacity: 0.7;
}
.footer-8 .payment-methods .crypto-icon {
font-size: 2.2rem; /* Larger for crypto */
margin-top: 5px;
margin-left: -5px;
margin-right: 10px;
color: #ccc;
}

.footer-8 .gcb-logo {
width: 70px; /* Adjust size as needed */
height: auto;
margin-right: 20px;
filter: grayscale(100%) brightness(1.5);
}
.footer-8 hr {
border-color: #333;
margin-top: 30px;
margin-bottom: 20px;
}
.footer-8 .bottom-bar {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-top: 20px;
}
.footer-8 .bottom-bar .responsible-gambling {
display: flex;
align-items: center;
}
.footer-8 .lic-information {
font-size: 0.8rem;
color: var(--footer-8-text-bottom);
}

.footer-9 {
background-color: var(--footer-9-bg) !important; /* Dark background as per original image */
color: var(--footer-9-text) !important;
padding-top: 3rem !important;
padding-bottom: 1rem !important;
}
.footer-9 .container-fluid-custom {
max-width: 1400px; /* Adjust as needed */
margin-left: auto;
margin-right: auto;
padding-left: var(--bs-gutter-x, 0.75rem);
padding-right: var(--bs-gutter-x, 0.75rem);
}
.footer-9 .footer-section {
padding: 2rem 0;
border-bottom: 1px solid #333; /* Separator line */
}
.footer-9 .footer-section:last-of-type {
border-bottom: none;
}
.footer-9 .footer-heading {
color: var(--footer-9-header-block);
font-size: 1rem;
font-weight: bold;
margin-bottom: 1rem;
}
.footer-9 .footer-link, .footer-text {
color: var(--footer-9-link);
text-decoration: none;
display: block;
margin-bottom: 0.5rem;
font-size: 0.8125rem; /* Slightly smaller for links/text items */
}
.footer-9 .footer-link:hover {
opacity: 0.7;
}
.footer-9 .logo-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Responsive grid for logos */
gap: 1.5rem; /* Space between logos */
align-items: center;
justify-items: center;
}
.footer-9 .logo-item img {
max-width: 100%;
height: auto;
max-height: 40px; /* Uniform height for logos */
}
/* Specific coloring for some logos from OCR where they are not grayscale */
.footer-9 .logo-item.visa img {
filter: none; /* Remove grayscale for these as they have color in original */
}

.footer-9 .certification-logos {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 1rem;
}
.footer-9 .certification-logos img {
max-width: 150px; /* Adjust size for these logos */
height: auto;
}
.footer-9 .legal-text {
font-size: 0.75rem; /* Smaller for legal text */
color: var(--footer-9-text-bottom);
line-height: 1.5;
text-align: start;
}
.footer-9 .warning-text {
font-weight: bold;
color: #ff9900;
margin-bottom: 1rem;
}
.footer-9 .secure-section {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 1rem;
}
.footer-9 .age-restriction-icon {
border: 1px solid white;
border-radius: 50%;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1rem;
font-weight: bold;
color: white;
flex-shrink: 0; /* Prevent shrinking */
}
.footer-9 .ssl-text-container {
display: flex;
align-items: center;
gap: 5px;
}
.footer-9 .ssl-text {
font-size: 0.9rem;
color: #00ff00; /* Green for secure text */
font-weight: bold;
}

/* SVG icons and placeholders */
.footer-9 .svg-icon {
/* Default styling for placeholder SVGs if actual SVGs are not provided */
width: 50px; /* Default size for general SVG icons */
height: 30px;
background-color: transparent; /* Default to transparent, use specific classes for colors */
display: inline-block;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius: 3px;
}

.footer-9 .svg-icon.lock { /* Simple lock SVG placeholder */
width: 20px;
height: 20px;
background-color: #00ff00;
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 17a2 2 0 0 0 2-2V9h-4v6a2 2 0 0 0 2 2m6-9h-1V6a5 5 0 0 0-5-5a5 5 0 0 0-5 5v2H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2Z'%3E%3C/path%3E%3C/svg%3E") no-repeat 50% 50%;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 17a2 2 0 0 0 2-2V9h-4v6a2 2 0 0 0 2 2m6-9h-1V6a5 5 0 0 0-5-5a5 5 0 0 0-5 5v2H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2Z'%3E%3C/path%3E%3C/svg%3E") no-repeat 50% 50%;
mask-size: contain;
-webkit-mask-size: contain;
}


/* Specific logo styles for text-based logos or complex ones that are hard to replicate via simple SVG */
.footer-9 .logo-item.twentybets {
font-size: 1.5rem;
font-weight: bold;
color: #ff9900;
display: flex;
align-items: center;
justify-content: center;
height: 40px; /* Match max-height of img logos */
width: 100px; /* Example width */
}
.footer-9 .logo-item.gcb {
padding: 0.5rem 1rem;
border-radius: 5px;
text-align: center;
}
.footer-9 .logo-item.gcb > div {
color: white;
}
.footer-9 .logo-item.gcb .gcb-text {
font-size: 1.8rem;
font-weight: bold;
line-height: 1;
}
.footer-9 .logo-item.gcb .gcb-url {
font-size: 0.7rem;
}

/* For generic logo items that are images, assume they are PNG/JPG and just adjust size */
.footer-9 .logo-item img {
display: block; /* Ensures images are on their own line/block */
}

.footer-10 {
background: var(--footer-10-bg);
color: var(--footer-10-text);
overflow-x: hidden;
}

.footer-10 .footer-title {
font-weight: 700;
font-size: 1rem;
color: var(--footer-10-header-block);
}

.footer-10 .scroll-row {
overflow: hidden;
position: relative;
mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
-webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
white-space: nowrap;
}

.footer-10 .scroll-track {
display: flex;
width: max-content;
animation: scroll 40s linear infinite;
}

.footer-10 .scroll-content {
display: flex;
gap: 1.5rem;
padding-right: 1.5rem;
}

@keyframes scroll {
from { transform: translateX(0); }
to { transform: translateX(-50%); }
}

.footer-10 .placeholder-img {
width: 120px;
height: 60px;
background: #e0e0e0;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
color: #444;
font-weight: 600;
flex-shrink: 0;
box-shadow: 0 0 4px rgba(0,0,0,0.2);
text-transform: uppercase;
background-size: cover!important;
background-repeat: no-repeat;
background-position: center;
}

.footer-10 .footer-links a {
display: block;
color: var(--footer-10-link);
text-decoration: none;
margin-bottom: .25rem;
font-size: 0.9rem;
}

.footer-10 .footer-links a:hover {
opacity: 0.7;
}

.footer-10 .footer-extra {
margin-top: 60px;
padding-bottom: 30px;
}

.footer-10 .footer-bottom {
border-top: 1px solid rgba(255,255,255,0.2);
text-align: center;
font-size: 0.85rem;
padding-top: 10px;
}

.footer-10 .about-logos {
display: flex;
align-items: center;
gap: 1rem;
flex-wrap: wrap;
margin-top: 10px;
}

.footer-10 .about-logos .placeholder-img {
width: 70px;
height: 40px;
font-size: 0.75rem;
}

/* Custom styles for the footer to match the image */
.footer-11 {
background-color: var(--footer-11-bg);
color: var(--footer-11-text);
}

.footer-11 .footer-logo {
font-size: 2.5rem; /* Larger font size for the "500" part */
font-weight: bold;
color: #fd4a6d; /* Red/pink color for "500" */
line-height: 1;
display: flex; /* Use flexbox to stack and align */
flex-direction: column;
align-items: flex-start; /* Align "500" and "CASINO" to the start */
}

.footer-11 .text-white-50 {
color: rgba(255, 255, 255, 0.5) !important; /* Slightly adjusted text-white-50 for consistency */
}

.footer-11 .h5 {
color: var(--footer-11-header-block) !important; /* White for section titles */
font-size: 1.1rem;
margin-bottom: 1rem !important; /* Spacing below titles */
}

.footer-11 .footer-link {
color: var(--footer-11-link); /* Light grey for links */
text-decoration: none; /* Remove underline */
display: block; /* Make links block-level for proper spacing */
margin-bottom: 0.5rem;
font-size: 0.9rem;
}

.footer-11 .footer-link:hover {
opacity: 0.7;
}

.footer-11 .border-secondary {
border-color: #3a3745 !important; /* Custom border color for separators */
}

/* Styling for social media icon placeholders */
.footer-11 .social-icon-placeholder {
display: inline-flex;
justify-content: center;
align-items: center;
width: 38px;
height: 38px;
background-color: #3a3745; /* Dark background for icons */
border-radius: 50%; /* Circular shape */
color: #e0e0e0;
font-size: 0.8rem;
text-decoration: none;
}
.footer-11 .social-icon-placeholder:hover {
background-color: #4a4755; /* Slightly lighter on hover */
color: #ffffff;
}

.footer-11 .social-icons .social-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 6px;
text-decoration: none;
background-color: #3a3745;
color: var(--footer-11-link);
transition: transform .12s ease, background-color .12s ease;
}
.footer-11 .social-icons .social-icon:hover {
transform: translateY(-2px);
background-color: rgba(255,255,255,0.06);
opacity: 0.7;
}
.footer-11 .social-icons svg { width: 20px; height: 20px; display: block; }

/* Styling for badge placeholders */
.footer-11 .badge-placeholder {
display: inline-flex;
justify-content: center;
align-items: center;
padding: 0.5rem 0.8rem;
background-color: #3a3745;
border-radius: 0.25rem; /* Rounded corners */
color: #e0e0e0;
font-size: 0.75rem;
font-weight: normal;
height: 38px; /* Consistent height with social icons */
}
.footer-11 .badge-placeholder.gcb-badge {
background-color: #4CAF50; /* Green for GCB badge */
color: white;
font-weight: bold;
}

/* Styling for language selector button */
.footer-11 .language-selector .btn.lang-btn {
background-color: #3a3745; /* Dark button background */
border-color: #3a3745;
color: #e0e0e0;
font-size: 0.9rem;
display: flex; /* Use flexbox for flag and text alignment */
align-items: center;
gap: 0.5rem; /* Space between flag and text */
}
.footer-11 .language-selector .btn.lang-btn:hover {
background-color: #4a4755;
border-color: #4a4755;
color: #ffffff;
}
.footer-11 .language-selector .flag-placeholder {
font-size: 1.2rem; /* Size for flag emoji */
line-height: 1; /* Prevent vertical alignment issues */
}

/* Styling for dropdown menu */
.footer-11 .dropdown-menu-dark {
background-color: #3a3745; /* Dark dropdown menu */
border-color: #3a3745;
}
.footer-11 .dropdown-item {
color: #e0e0e0;
}
.footer-11 .dropdown-item:hover {
background-color: #4a4755;
color: #ffffff;
}

.popup-modal-content {
background-color: var(--popup-bg);
color: var(--popup-text);
}

.popup-modal-content .btn-close {
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}

.popup-modal-content .popup-btn {
background-color: var(--popup-btn-bg);
color: var(--popup-btn-text);
font-weight: 500;
}

.footer-3-img{
width: 30px;
height: 30px;
object-fit: cover;
display: block;
}

.footer-4-img {
width: 30px;
height: 30px;
object-fit: cover;
}

.footer-6-social-img {
width: 20px;
height: 20px;
object-fit: cover;
}

.footer-6-payment-img {
height: 40px;
margin-right: 20px;
}

.footer-4-social-img {
height: 20px;
margin-right: 5px;
}

@media (max-width: 992px) {
.slot-3  {
grid-template-columns: repeat(3, 1fr);
}

.slot-4  {
grid-template-columns: repeat(3, 1fr);
}

.footer-3 .footer-section {
margin-bottom: 2rem;
}

.footer-3 .emblem-container {
flex-direction: column;
align-items: flex-start;
}

.footer-3 .download-section {
align-items: flex-start;
margin-top: 1rem;
}

.footer-5 .footer-top {
padding: 40px 20px;
}

.footer-5 .footer-top > div {
border-right: none;
border-bottom: 1px solid #222;
padding-bottom: 20px;
margin-bottom: 20px;
}

.footer-5 .footer-top > div:last-child {
border-bottom: none;
}

.footer-5 .footer-middle,
.footer-5 .footer-bottom,
.footer-5 .footer-buttons-2 {
padding: 40px 20px;
}

.footer-5 .footer-buttons {
text-align: left;
}
}

@media (max-width: 768px) {
.h1-3 .deposit-box {
flex-direction: column;
max-width: 95%;
}
.h1-3 .deposit-left {
border-right: none;
border-bottom: 2px solid rgba(0,0,0,0.1);
}

.text-3 {
max-width: 95%;
padding: 40px 24px;
}
.text-3 .h2 {
font-size: 1.4rem;
}
.text-3 p {
font-size: 0.95rem;
max-height: 140px;
}

.footer-7 .col-md-3 {
text-align: center;
}
.footer-7 .d-grid }} {
display: flex;
flex-direction: column;
align-items: center;
}
.footer-7 .d-flex.justify-content-center.align-items-center.gap-4 {
flex-wrap: wrap;
gap: 1rem; /* Adjust gap for smaller screens */
}
.footer-7 .btn-app-download, .footer .btn-online-help {
width: 100%; /* Full width buttons on small screens */
}

.footer-8 .social-icons {
margin-top: 20px;
text-align: center;
}
.footer-8 .social-icons a {
margin: 0 8px;
}
.footer-8 .bottom-bar {
flex-direction: column;
text-align: center;
}
.footer-8 .bottom-bar .copyright {
margin-bottom: 15px;
}

.footer-9 .certification-logos {
align-items: center;
width: 100%;
}
.footer-9 .legal-text {
text-align: center !important;
}

.footer-10 .scroll-track { animation-duration: 25s; }

.footer-11 .d-flex.justify-content-between.align-items-center {
flex-direction: column; /* Stack logo and copyright */
text-align: center;
gap: 1rem;
}
.footer-11 .d-flex.flex-wrap.justify-content-between.align-items-center {
flex-direction: column; /* Stack social, badges, language selector */
align-items: center;
gap: 1rem;
}
.footer-11 .social-icons,
.footer-11 .badges,
.footer-11 .language-selector {
width: 100%; /* Full width for better stacking */
justify-content: center; /* Center items within their containers */
}
.footer-11 .badges {
/* For smaller screens, arrange badges in a grid */
display: grid;
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* 2 columns, adjust as needed */
gap: 0.5rem; /* Smaller gap for grid */
}
.footer-11 .badge-placeholder {
width: auto; /* Allow badges to size naturally within grid */
}
}
