/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0a0a0a 100%);
    color: #e0e0e0; /* Standard text color for readability */
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #00bfff; /* Bright blue for headings */
    font-weight: 600;
}

a {
    color: #00bfff;
    text-decoration: none;
}

a:hover {
    color: #4dc3ff;
    text-decoration: underline;
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

/* Header */
.navbar {
    background: rgba(10, 10, 10, 0.8); /* Semi-transparent dark background */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 191, 255, 0.2);
    z-index: 1030;
}

.navbar-brand {
    color: #00bfff !important;
    font-weight: 700;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}

.navbar-brand .logo-img {
    height: 40px;
    margin-right: 10px;
    filter: drop-shadow(0 0 5px rgba(0, 191, 255, 0.5));
}

/* Hero Section */
.hero-section {
    background: url('images/pics/futuristic-sky-background.jpg') no-repeat center center/cover, linear-gradient(to right, #0a0a0a, #1a1a2e);
    min-height: 100vh;
    padding-top: 100px; /* Adjust for fixed header */
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay */
    z-index: 1;
}

.hero-section .container-fluid {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-size: 3.8rem;
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 191, 255, 0.7);
}

.hero-section .lead {
    color: #c0c0c0;
    font-size: 1.3rem;
}

.hero-image {
    max-width: 80%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 191, 255, 0.5);
    transition: transform 0.3s ease-in-out;
}

.hero-image:hover {
    transform: scale(1.02);
}

.btn-hero-play {
    background-color: #00bfff;
    border-color: #00bfff;
    color: #0a0a0a;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-hero-play:hover {
    background-color: #4dc3ff;
    border-color: #4dc3ff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 191, 255, 0.4);
}

.btn-hero-explore {
    background-color: transparent;
    border: 2px solid #00bfff;
    color: #00bfff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-hero-explore:hover {
    background-color: #00bfff;
    color: #0a0a0a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 191, 255, 0.4);
}

/* Game Iframe Section */
.game-iframe-section {
    background: linear-gradient(to bottom, #1a1a2e, #0a0a0a);
    padding: 60px 0;
}
.color-whites-txt{color: white;}
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 100vh;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 191, 255, 0.3);
}
.hero-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
       height: 100vh;
    border: none;
}

/* App Details Section */
.app-details-section {
    background: linear-gradient(to top, #0a0a0a, #1a1a2e);
    padding: 80px 0;
}

.feature-card {
    background: rgba(25, 25, 40, 0.8); /* Darker card background */
    border: 1px solid rgba(0, 191, 255, 0.3);
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 191, 255, 0.4);
}

.feature-icon {
    font-size: 3.5rem;
    color: #00bfff;
    text-shadow: 0 0 10px rgba(0, 191, 255, 0.5);
}

.feature-card .card-title {
    color: #fff;
    font-weight: 600;
}

.feature-card .card-text {
    color: #c0c0c0;
}

.badge {
    font-size: 0.85em;
    padding: 0.6em 1em;
    border-radius: 20px;
}

/* Update Log Section */
.update-log-section {
    background: linear-gradient(135deg, #1a1a2e, #0a0a0a);
    padding: 80px 0;
}

.accordion-item {
    background-color: rgba(25, 25, 40, 0.8);
    border: 1px solid rgba(0, 191, 255, 0.3);
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-button {
    background-color: #1a1a2e !important;
    color: #00bfff !important;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 191, 255, 0.2);
    padding: 15px 20px;
    transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #00bfff !important;
    box-shadow: inset 0 -1px 0 rgba(0, 191, 255, 0.3);
}

.accordion-button::after {
    filter: invert(1);
    color: #00bfff;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(0);
    color: #0a0a0a;
}

.accordion-body {
    background-color: #0f0f1c;
    color: #c0c0c0;
    padding: 20px;
}

.accordion-body ul {
    list-style: none;
    padding-left: 0;
}

.accordion-body ul li::before {
    content: "\2022"; /* Bullet point */
    color: #00bfff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.update-date {
    color: #909090;
    margin-right: 10px;
    font-weight: 400;
}

/* Game Stats Section */
.game-stats-section {
    background: linear-gradient(135deg, #0a0a0a, #1a1a2e);
    padding: 80px 0;
}

.stats-table-wrapper {
    background: rgba(25, 25, 40, 0.8);
    border: 1px solid rgba(0, 191, 255, 0.3);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.table-dark {
    --bs-table-bg: transparent;
    --bs-table-color: #e0e0e0;
    --bs-table-border-color: rgba(0, 191, 255, 0.1);
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: rgba(0, 191, 255, 0.05);
}

.table thead th {
    color: #00bfff;
    border-bottom: 2px solid #00bfff;
    padding: 15px;
}
@media (max-width:575px) {
    .table thead th {
font-size: 12px;
}}
.table tbody td {
    padding: 12px 15px;
}

.progress-bar-container .progress {
    height: 30px;
    border-radius: 5px;
    background-color: rgba(0, 191, 255, 0.1);
    margin-bottom: 10px;
}

.progress-bar {
    background-color: #00bfff; /* Default progress bar color */
    color: #0a0a0a;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.progress-bar.bg-info {
    background-color: #00bfff !important;
}

.progress-bar.bg-success {
    background-color: #28a745 !important;
}

.progress-bar.bg-secondary {
    background-color: #6c757d !important;
}

/* Game Stats Download Section */
.game-stats-download-section {
    background: linear-gradient(135deg, #1a1a2e, #0a0a0a);
    padding: 80px 0;
}

.stat-download-card {
    background: rgba(25, 25, 40, 0.8);
    border: 1px solid rgba(0, 191, 255, 0.3);
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-download-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 191, 255, 0.4);
}

.stat-icon {
    font-size: 3.5rem;
    color: #00bfff;
    text-shadow: 0 0 10px rgba(0, 191, 255, 0.5);
}

.stat-download-card .card-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
}

.stat-download-card .card-text {
    color: #c0c0c0;
    font-size: 1.1rem;
}

/* Security Info Game Section */
.security-info-section {
    background: linear-gradient(135deg, #0a0a0a, #1a1a2e);
    padding: 80px 0;
}

.security-icon {
    font-size: 4rem;
    color: #00bfff;
    text-shadow: 0 0 15px rgba(0, 191, 255, 0.7);
}

/* Ratings Distribution Section */
.ratings-distribution-section {
    background: linear-gradient(135deg, #1a1a2e, #0a0a0a);
    padding: 80px 0;
}

.nav-tabs {
    border-bottom: 1px solid rgba(0, 191, 255, 0.3);
}

.nav-tabs .nav-link {
    color: #c0c0c0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-bottom: -1px;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
    border-color: rgba(0, 191, 255, 0.2) rgba(0, 191, 255, 0.2) #00bfff;
    color: #00bfff;
}

.nav-tabs .nav-link.active {
    color: #00bfff;
    background-color: #1a1a2e;
    border-color: rgba(0, 191, 255, 0.3) rgba(0, 191, 255, 0.3) #1a1a2e;
    font-weight: 600;
}

.ratings-chart {
    background: rgba(25, 25, 40, 0.8);
    border: 1px solid rgba(0, 191, 255, 0.3);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.rating-bar-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.rating-label {
    width: 80px;
    color: #c0c0c0;
    font-weight: 500;
}

.rating-bar {
    flex-grow: 1;
    height: 25px;
    background-color: #00bfff;
    border-radius: 5px;
    position: relative;
    margin-left: 15px;
    box-shadow: 0 2px 8px rgba(0, 191, 255, 0.2);
}

.rating-value {
    position: absolute;
    right: 10px;
    color: #0a0a0a;
    font-weight: 600;
    line-height: 25px;
}

/* Community Insights / Reviews Section */
.community-insights-section {
    background: linear-gradient(135deg, #0a0a0a, #1a1a2e);
    padding: 80px 0;
}

.review-card {
    background: rgba(25, 25, 40, 0.8);
    border: 1px solid rgba(0, 191, 255, 0.3);
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 191, 255, 0.4);
}

.review-avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid #00bfff;
}

.review-stars .bi-star-fill, .review-stars .bi-star-half {
    color: #ffd700; /* Gold color for stars */
    margin-right: 2px;
}

.review-stars .bi-star {
    color: #6c757d; /* Grey for empty stars */
    margin-right: 2px;
}

.review-card .card-text {
    color: #c0c0c0;
}

/* Footer */
.footer {
    background: #0a0a0a;
    border-top: 1px solid rgba(0, 191, 255, 0.2);
    color: #c0c0c0;
}

.footer-brand {
    color: #00bfff !important;
    font-weight: 700;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
}

.footer-brand .logo-img {
    height: 30px;
    filter: drop-shadow(0 0 3px rgba(0, 191, 255, 0.5));
}

.footer-link {
    color: #c0c0c0;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #00bfff;
}

.list-inline-item:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
    color: #6c757d;
}

/* Cookie Consent Modal */
#cookieConsentModal .modal-content {
    background: linear-gradient(135deg, #1a1a2e, #0f0f1c);
    border: 1px solid rgba(0, 191, 255, 0.3);
    border-radius: 12px;
    color: #e0e0e0;
}

#cookieConsentModal .modal-header {
    border-bottom: 1px solid rgba(0, 191, 255, 0.2);
    color: #00bfff;
}

#cookieConsentModal .modal-body p {
    color: #c0c0c0;
}

#cookieConsentModal .form-check-label {
    color: #e0e0e0;
}

#cookieConsentModal .form-check-input:checked {
    background-color: #00bfff;
    border-color: #00bfff;
}

#cookieConsentModal .btn-primary, #cookieConsentModal .btn-success {
    background-color: #00bfff;
    border-color: #00bfff;
    color: #0a0a0a;
    font-weight: 600;
    transition: all 0.3s ease;
}

#cookieConsentModal .btn-primary:hover, #cookieConsentModal .btn-success:hover {
    background-color: #4dc3ff;
    border-color: #4dc3ff;
}

#cookieConsentModal .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
    transition: all 0.3s ease;
}

#cookieConsentModal .btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.8rem;
    }

    .hero-section .lead {
        font-size: 1.1rem;
    }

    .hero-buttons .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .hero-image {
        max-width: 100%;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }

    .footer .text-md-start, .footer .text-md-end {
        text-align: center !important;
    }

    .footer .list-inline-item:not(:last-child)::after {
        display: none;
    }

    .footer .list-inline-item {
        display: block;
        margin-bottom: 5px;
    }
}/* Styles for the main content wrapper */
.regShieldWrap {
    padding-top: 60px; /* Top padding for the section */
    padding-bottom: 60px; /* Bottom padding for the section */
    padding-left: 20px; /* Left padding for the section */
    padding-right: 20px; /* Right padding for the section */
    max-width: 960px; /* Maximum width for content */
    margin-left: auto; /* Center the wrapper horizontally */
    margin-right: auto; /* Center the wrapper horizontally */
    background: #1a1a2e; /* Background color for the wrapper */
    color: #e0e0e0; /* Default text color within the wrapper */
    border-radius: 15px; /* Slightly rounded corners */
    box-shadow: 0 0 25px rgba(0, 191, 255, 0.1); /* Subtle shadow */
}

/* Heading styles within .regShieldWrap */
.regShieldWrap h1 {
    font-size: 2.2rem; /* Moderate font size for H1 */
    margin-bottom: 1.2rem; /* Space below H1 */
    color: #00bfff; /* Consistent heading color */
    font-weight: 600; /* Semi-bold font weight */
}

.regShieldWrap h2 {
    font-size: 1.8rem; /* Moderate font size for H2 */
    margin-bottom: 1rem; /* Space below H2 */
    color: #00bfff; /* Consistent heading color */
    font-weight: 600; /* Semi-bold font weight */
}

.regShieldWrap h3 {
    font-size: 1.5rem; /* Moderate font size for H3 */
    margin-bottom: 0.8rem; /* Space below H3 */
    color: #00bfff; /* Consistent heading color */
    font-weight: 600; /* Semi-bold font weight */
}

.regShieldWrap h4 {
    font-size: 1.2rem; /* Moderate font size for H4 */
    margin-bottom: 0.6rem; /* Space below H4 */
    color: #00bfff; /* Consistent heading color */
    font-weight: 600; /* Semi-bold font weight */
}

.regShieldWrap h5 {
    font-size: 1rem; /* Moderate font size for H5 */
    margin-bottom: 0.5rem; /* Space below H5 */
    color: #00bfff; /* Consistent heading color */
    font-weight: 600; /* Semi-bold font weight */
}

/* Paragraph styles within .regShieldWrap */
.regShieldWrap p {
    font-size: 1rem; /* Standard font size for paragraphs */
    line-height: 1.7; /* Improved readability with line height */
    margin-bottom: 1rem; /* Space below paragraphs */
    color: #c0c0c0; /* Slightly lighter text color for paragraphs */
}

/* Unordered list styles within .regShieldWrap */
.regShieldWrap ul {
    list-style: disc; /* Default disc bullet points */
    padding-left: 25px; /* Indent for list items */
    margin-bottom: 1rem; /* Space below the list */
    color: #c0c0c0; /* Text color for list items */
}

/* List item styles within .regShieldWrap */
.regShieldWrap li {
    margin-bottom: 0.5rem; /* Space between list items */
    line-height: 1.6; /* Line height for list items */
}

/* Optional: Style for ordered lists if needed, similar to ul */
.regShieldWrap ol {
    list-style: decimal; /* Default decimal numbering */
    padding-left: 25px;
    margin-bottom: 1rem;
    color: #c0c0c0;
}
