.home-conter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: radial-gradient(1200px 500px at 10% 10%, rgba(13, 110, 253, 0.35), transparent 60%), radial-gradient(900px 500px at 90% 30%, rgba(25, 135, 84, 0.25), transparent 55%), linear-gradient(180deg, #0b1220 0%, #0f172a 100%);
}

.home-text-conter {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-text-conter h1 span {
    display: inline-block;
}

.home-text-conter h1 {
    color: white;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    font-size: clamp(2.2rem, 4.2vw, 3.8rem);
    transition: all 0.4s;
}

.home-image-conter {
    display: flex;
    justify-content: center;
    width: 50%;
}

.home-image-conter img {
    width: 50%;
}

.cards-center {
    padding: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20rem;
}

.card-title {
    font-size: 30pt
}

.card-text {
    font-size: 20pt
}

.newsheader {
    width: 100%;
    display: flex;
    align-items: center;
}

.newsheader img {
    width: 10%;
}

.game-conters {
    width: 100%;
    align-items: center;
}

.game-card {
    max-width: 200px;
    background-color: rgb(255, 255, 255);
    position: relative;
    height: 200px;
}

.game-card:hover {
    transition: all 0.3s;

    .game-card-links {
        transition: all 0.5s;
        display: flex;
        scale: 0.9;
        z-index: 10;
    }

    .game-logo {
        filter: grayscale(100);
    }


}

.abak-section {
    padding: 72px 0;
}

.abak-section-alt {
    background: rgba(15, 23, 42, 0.04);
    border-top: 1px solid var(--abak-border);
    border-bottom: 1px solid var(--abak-border);
}

.abak-section-head {
    margin-bottom: 22px;
}

.game-logo {
    width: 100%;
}

.abak-card {
    background: var(--abak-white);
    border: 1px solid var(--abak-border);
    border-radius: var(--abak-radius);
    box-shadow: var(--abak-shadow);
    overflow: hidden;
}

.abak-card-media img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.abak-card-body {
    padding: 22px;
}

.abak-feature {
    border: 1px solid var(--abak-border);
    border-radius: 16px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.7);
}

.abak-feature-title {
    font-weight: 700;
    margin-bottom: 4px;
}

.abak-feature-text {
    color: var(--abak-muted);
    line-height: 1.45;
}

.abak-divider {
    border-color: var(--abak-border);
}

.game-card-links {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;

}

.play-img {
    width: 100%;
}

.game-cotnter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-color: #0000002d;
    border-width: 1px;
}

.game-cards-conter {
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 0.375rem;
}

.newsheader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modern Professional Products Section Styles */
.abak-products-section {
    padding: 80px 0 !important;
}

.abak-section-header {
    text-align: center;
}

.abak-section-subtitle {
    color: var(--abak-muted);
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

/* Modern Product Card - Professional Design */
.product-card-modern {
    background: var(--abak-white);
    border: 1px solid var(--abak-border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 8px rgba(2, 6, 23, 0.06);
}

.product-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(2, 6, 23, 0.14);
    border-color: rgba(13, 110, 253, 0.3);
}

.product-card-header {
    padding: 32px 20px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.05), rgba(25, 135, 84, 0.03));
    border-bottom: 1px solid var(--abak-border);
    min-height: 140px;
}

.product-card-icon {
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.product-card-content {
    padding: 24px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--bs-dark);
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.product-card-description {
    color: var(--abak-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 16px 0;
    flex-grow: 1;
}

.product-card-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.product-card-meta .badge {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.product-card-modern .btn {
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.product-card-modern .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.35);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .abak-products-section {
        padding: 60px 0 !important;
    }

    .product-card-header {
        padding: 24px 16px 20px;
        min-height: 120px;
    }

    .product-card-icon {
        max-width: 70px;
        max-height: 70px;
    }

    .product-card-content {
        padding: 20px 16px;
    }

    .product-card-title {
        font-size: 1.25rem;
    }

    .product-card-description {
        font-size: 0.9rem;
    }

    .abak-section-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .product-card-header {
        padding: 20px 14px 16px;
        min-height: 100px;
    }

    .product-card-icon {
        max-width: 60px;
        max-height: 60px;
    }

    .product-card-content {
        padding: 16px 14px;
    }

    .product-card-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .product-card-description {
        font-size: 0.85rem;
        margin-bottom: 12px;
    }

    .product-card-meta {
        margin-bottom: 12px;
    }

    .product-card-meta .badge {
        font-size: 0.75rem;
        padding: 5px 8px;
    }
}

/* Modern Professional News Section Styles */
.abak-news-section {
    padding: 80px 0 !important;
}

.news-card {
    background: var(--abak-white);
    border: 1px solid var(--abak-border);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 8px rgba(2, 6, 23, 0.06);
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(2, 6, 23, 0.14);
    border-color: rgba(13, 110, 253, 0.3);
}

.news-card-header {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.05), rgba(25, 135, 84, 0.03));
    border-bottom: 1px solid var(--abak-border);
}

.news-badge {
    font-size: 0.75rem !important;
    font-weight: 700;
    padding: 6px 10px !important;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.news-date {
    font-size: 0.85rem;
    color: var(--abak-muted);
    font-weight: 500;
}

.news-card-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.news-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--bs-dark);
    margin: 0 0 12px 0;
    line-height: 1.35;
}

.news-card-text {
    color: var(--abak-muted);
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0 0 auto 0;
}

.news-card-link {
    color: var(--bs-primary);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 12px;
    transition: all 0.3s ease;
}

.news-card-link:hover {
    transform: translateX(4px);
    color: var(--bs-primary);
}

.news-card .btn {
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.news-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.35);
}

/* Responsive News Cards */
@media (max-width: 767.98px) {
    .abak-news-section {
        padding: 60px 0 !important;
    }

    .news-card-header {
        padding: 14px 16px;
    }

    .news-badge {
        font-size: 0.7rem !important;
        padding: 5px 8px !important;
    }

    .news-date {
        font-size: 0.8rem;
    }

    .news-card-body {
        padding: 16px;
    }

    .news-card-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .news-card-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .news-card-header {
        padding: 12px 14px;
        gap: 8px;
    }

    .news-badge {
        font-size: 0.65rem !important;
        padding: 4px 6px !important;
    }

    .news-date {
        font-size: 0.75rem;
        white-space: nowrap;
    }

    .news-card-body {
        padding: 14px;
    }

    .news-card-title {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .news-card-text {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .news-card-link {
        font-size: 0.85rem;
    }