body {
    background: #f4f4f4;
    font-family: "Segoe UI", sans-serif;
}

/* Header */
.top-navbar {
    background: linear-gradient(90deg, #b68c3a, #e6c06d);
}

.navbar-brand span {
    color: #ffcc00;
}

/* Sidebar */
.sidebar {
    background: #fff;
    min-height: 100vh;
}

.sidebar .list-group-item {
    cursor: pointer;
    border: none;
    padding: 12px 15px;
}

.sidebar .list-group-item:hover {
    background: #f8f8f8;
}

/* Game cards */
.game-card {
    height: 120px;
    background: #222;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 6px;
}

/* Odds */
.odds-table th {
    background: #333;
    color: #fff;
}

.odd {
    font-weight: bold;
    border-radius: 4px;
}

.blue {
    background: #d8ecff;
}

.red {
    background: #ffd8d8;
}

.gray {
    background: #eee;
}

/* Live cards */
.live-card {
    height: 200px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 8px;
}

/* Login Modal */
.login-modal {
    background: url("../images/login-back-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 10px;
    height: 600px;
}

.login-modal input {
    background: rgba(255, 255, 255, 0.9);
}

body {
    background: #f2f2f2;
    font-family: "Segoe UI", sans-serif;
}

/* Wrapper */
.sports-table-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 10px;
    max-width: 1200px;
    margin: 30px auto;
}

/* Header */
.sports-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(#7b7b7b, #666);
    border-radius: 10px;
    padding: 8px 12px;
    color: #fff;
}

.sport-icon {
    margin-right: 6px;
}

.sport-title {
    font-weight: 700;
    margin-right: 10px;
}

.pill {
    background: #cfa344;
    color: #000;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 5px;
    font-weight: 600;
}

.sports-header .right span {
    margin: 0 20px;
    font-weight: 600;
}

/* League Row */
.league-row {
    padding: 8px 10px;
    color: #1d0101;
}

.league-time {
    color: #ff3b3b;
    font-size: 12px;
    display: block;
}

.league-name {
    font-size: 13px;
}

/* Match Row */
.match-row {
    background: #e4ebf58f;
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 6px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #444;
}

.match-info {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 380px;
}

.match-name {
    font-size: 13px;
    font-weight: 500;
}

/* Live Dot */
.live-dot {
    width: 8px;
    height: 8px;
    background: #2ecc71;
    border-radius: 50%;
}

/* Icons */
.icons {
    display: flex;
    gap: 4px;
    margin-left: 6px;
}

.icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.icon.tv {
    background: #444;
}

.pill-icon {
    background: #d6b15a;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Odds */
.odds {
    display: grid;
    grid-template-columns: repeat(6, 72px);
    gap: 4px;
}

.odd {
    border-radius: 6px;
    text-align: center;
    padding: 6px 4px;
    font-size: 13px;
    font-weight: 600;
}

.odd small {
    display: block;
    font-size: 10px;
    font-weight: 400;
}

.blue {
    background: #d8ecff;
}

.pink {
    background: #ffdede;
}

.disabled {
    background: #efefef;
    color: #aaa;
}

.top-sports-bar {
    background: #111;
    border-bottom: 2px solid #cfa344;
    overflow: hidden;
}

.sports-scroll {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 14px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
}

/* Hide scrollbar (Chrome) */
.sports-scroll::-webkit-scrollbar {
    height: 4px;
}

.sports-scroll::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 10px;
}

.top-sports-bar .sport-item {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    border: none;
    letter-spacing: 0.5px;
    padding: 2px 10px;
}

.sport-item:hover {
    color: #ffd44d;
}

.sport-item.active {
    color: #ffd44d;
}

.dot {
    color: #ffd44d;
    font-size: 12px;
}

.sports-sidebar {
    background: #ffffff;
    border-right: 1px solid #e6e6e6;
}

.sports-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sport-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 8px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #222;
    cursor: pointer;
}

.sport-item i {
    font-size: 18px;
    min-width: 22px;
}

.sport-item img {
    max-width: 16px;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.sport-item span {
    flex: 1;
    font-weight: 500;
}

.sport-item .arrow {
    font-size: 14px;
    color: #bbb;
}

.sport-item:hover {
    background: #f7f7f7;
}

.sport-item.active {
    background: #eeeeee;
    font-weight: 600;
}

.main-gif-banner {
    display: block;
    padding: 20px 10px;
    overflow: hidden;
    width: 100%;
}

.main-gif-banner .gif-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    width: 100%;
}

.main-gif-banner .gif-banner-container .gif-banner-box {
    max-width: calc(25% - 3px);
    width: 100%;
    height: 76px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid lightgray;
    padding: 3px;
    overflow: hidden;
}

.main-gif-banner .gif-banner-container .gif-banner-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-games-panel .play-games-panel1,
.play-games-panel .play-games-panel2 {
    width: 100%;
    height: 340px;
    overflow: hidden;
    border: 1px solid #888;
    border-radius: 4px;
    margin: 8px 0px 12px;
    box-shadow: 0px 0px 6px #888;
}

.play-games-panel .play-games-panel1 h2,
.play-games-panel .play-games-panel2 h2 {
    background: transparent linear-gradient(94deg, #b6842d, #ebda8d 55%, #b7862f);
    padding: 4px;
    margin: 0;
    width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.play-games-panel .play-games-panel1 .image-box {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.play-games-panel .play-games-panel2 .image-box {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3px;
}

.play-games-panel .play-games-panel1 .image-box img {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.play-games-panel .play-games-panel2 .image-box img {
    display: block;
    max-width: calc(50% - 2px);
    width: 100%;
}

.about-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #222;
}

.about-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}

.about-title span {
    color: #d62828;
    /* red text */
}

.about-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 35px;
    flex-wrap: wrap;
}

.about-text {
    flex: 1;
    min-width: 300px;
    font-size: 16px;
}

.about-text p {
    margin-bottom: 15px;
}

.about-img {
    flex: 1;
    min-width: 320px;
    text-align: center;
}

.about-img img {
    width: 100%;
    max-width: 450px;
    border-radius: 12px;
}

.btn-red {
    background: #c62828;
    color: white;
    padding: 12px 22px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
}

/* SECOND SECTION TITLE */
.sub-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin: 40px 0 15px;
}

.sub-title span {
    color: #d62828;
}

/* Paragraph under 2nd heading */
.sub-text {
    max-width: 900px;
    margin: auto;
    font-size: 16px;
    color: #222;
    text-align: left;
    line-height: 1.7;
}

.sub-text p {
    margin-bottom: 15px;
}

@media(max-width: 768px) {
    .about-content {
        flex-direction: column;
        text-align: center;
    }

    .about-text {
        text-align: left;
    }
}

.stats-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    text-align: center;
}

.stats-section h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Stats Circles */
.stats-row {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.stat-box {
    width: 180px;
    height: 180px;
    border: 3px solid #d62828;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #d62828;
    font-weight: 700;
    font-size: 20px;
}

.stat-box small {
    color: #444;
    font-size: 13px;
    margin-top: 5px;
    font-weight: normal;
}

/* Benefits Section */
.benefits {
    max-width: 700px;
    margin: auto;
    text-align: left;
    margin-bottom: 30px;
}

.benefits-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.benefits ul {
    list-style: none;
    padding: 0;
}

.benefits li {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.benefits li::before {
    content: "❯";
    color: #d62828;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

/* Buttons */
.buttons-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.green-btn {
    background: green;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}

.red-btn {
    background: #c62828;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .stat-box {
        width: 150px;
        height: 150px;
        font-size: 18px;
    }
}

.faq-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
}

.faq-item {
    border: 2px solid red;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    transition: 0.2s;
}

.faq-question {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

.faq-question span {
    font-size: 20px;
    font-weight: bold;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fafafa;
    padding: 0 20px;
    transition: max-height 0.3s ease;
    font-size: 15px;
    line-height: 22px;
    color: #444;
}

.faq-item.active .faq-answer {
    padding: 15px 20px;
}

@media (max-width: 600px) {
    .faq-question {
        font-size: 15px;
    }
}

.responsible-section {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    text-align: center;
}

.responsible-section h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.responsible-section p {
    font-size: 16px;
    color: #444;
    margin-bottom: 40px;
}

/* Flex box wrapper */
.cards-row {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.resp-card {
    width: 300px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    font-size: 15px;
    line-height: 24px;
}

.resp-card b {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

ul {
    padding-left: 18px;
}

ul li {
    margin-bottom: 8px;
}

@media(max-width: 768px) {
    .resp-card {
        width: 100%;
        max-width: 360px;
    }
}

.promo-section {
    text-align: center;
    padding: 30px 20px;
    font-family: Arial, sans-serif;
    color: #000;
    max-width: 900px;
    margin: auto;
}

.promo-section p {
    margin: 8px 0;
    font-size: 15px;
}

.promo-section .note {
    font-size: 16px;
    font-weight: bold;
}

/* Responsible gaming button */
.promo-section .responsible-btn {
    background: #d62828;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    margin: 25px 0;
    cursor: pointer;
}

.promo-section h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.offer-title {
    font-size: 14px;
    letter-spacing: 1px;
    color: #444;
    margin-bottom: 15px;
}

.offer-box {
    text-align: left;
    display: inline-block;
    margin: auto;
}

.offer-box p {
    font-size: 16px;
    margin: 8px 0;
}

.offer-box .title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    margin-bottom: 12px;
}

.total-value {
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

/* Buttons row */
.btn-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px auto;
    flex-wrap: wrap;
}

.reg-btn {
    background: green;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.login-btn {
    background: #c62828;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

/* Icons row */
.icon-row {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    color: #222;
    font-weight: bold;
}

.banner-section {
    text-align: center;
    margin: 20px auto;
    max-width: 1200px;
    padding: 0 15px;
}

.banner-section img {
    width: 100%;
    border-radius: 6px;
    display: block;
}

.banner-links {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000;
}

.banner-links a {
    color: #000;
    text-decoration: none;
    margin: 0 3px;
}

.banner-links a:hover {
    text-decoration: underline;
}

/* Responsive */
@media(max-width: 768px) {
    .banner-links {
        font-size: 14px;
        line-height: 26px;
    }

    .banner-links a {
        display: inline-block;
        margin: 3px 6px;
    }
}

.footer {
    background: #fff;
    padding: 40px 0px 0px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    color: #333;
}

.footer .footer-box {
    max-width: 900px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 25px;
}

.footer .logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.footer img {
    height: 80px;
    max-width: 100%;
    object-fit: contain;
}

.footer p {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
}

.footer hr {
    border: none;
    border-top: 1px solid #444;
    margin: 30px auto;
    width: 85%;
}

.footer .links-section,
.footer .links-bottom {
    max-width: 1000px;
    margin: 0 auto 25px;
    line-height: 28px;
}

.footer a {
    color: #d12828;
    text-decoration: none;
    font-weight: 600;
    margin: 0 3px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .bottom-bar {
    background: #000;
    padding: 12px;
    color: #fff;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 600;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .footer .logo-row img {
        height: 65px;
    }

    .footer-box {
        padding: 15px;
    }

    .footer a {
        display: inline-block;
        margin: 4px;
    }
}