/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333; /* Standard text color */
    background-color: #f8f9fa;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #2c3e50; /* Darker heading color */
}

a {
    color: #007bff; /* Standard link color */
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Custom Colors & Utilities */
.bg-light-gray {
    background-color: #f2f4f6;
}

#bonus-list .section-title {
    color: #fff !important;
}

#editor-rating .section-title {
    color: #fff !important;
}

.bg-dark-blue {
    background-color: #2c3e50; /* Deep blue/charcoal */
}

.text-primary-custom {
    color: #f39c12 !important; /* Golden/Orange accent */
}

.btn-primary-custom {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 8px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-primary-custom:hover {
    background-color: #e67e22;
    border-color: #e67e22;
    color: #fff;
}

.section-title {
    font-size: 2.5rem;
    color: #2c3e50;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #f39c12;
    border-radius: 2px;
}

/* Header */
.navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.navbar-brand .logo-img {
    height: 40px;
    width: auto;
}

.navbar-brand .site-name {
    font-weight: 700;
    font-size: 1.5rem;
    color: #2c3e50;
}

.navbar-nav .nav-link {
    color: #555;
    font-weight: 600;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #f39c12;
}

/* Hero Section */
.hero-section {
    background-image: url('uploads/media/casino-hero-serbia.jpg');
    background-size: cover;
    background-position: center;
    min-height: 600px;
    position: relative;
    z-index: 1;
}

.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 h1 {
    font-size: 3.5rem;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-section p {
    font-size: 1.3rem;
    color: #e0e0e0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Rating Grid - Top Offers */
.offer-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.offer-card .offer-logo {
    max-height: 150px;
    width: auto;
    margin: 20px auto 0;
    display: block;
    object-fit: contain;
    padding: 10px;
}

.offer-card .card-title {
    color: #2c3e50;
    font-size: 1.6rem;
}

.offer-card .star-rating i {
    color: #f39c12; /* Golden stars */
    font-size: 1.2rem;
}

.offer-card .rating-score {
    font-weight: 600;
    color: #555;
}

.offer-card .features-list li {
    margin-bottom: 8px;
    color: #555;
    font-size: 0.95rem;
}

.offer-card .features-list i {
    color: #28a745; /* Green checkmark */
}

/* Editor's Rating / Trust Component */
.editor-card {
    background-color: #ffffff;
    border-radius: 12px;
    color: #333;
}

.editor-card .card-body {
    padding: 30px;
}

.card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.editor-card .lead {
    color: #555;
}

.editor-card i.display-4 {
    color: #f39c12; /* Golden icons */
}

/* User Reviews Section */
.review-card {
    border: none;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

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

.review-card .star-rating i {
    color: #f39c12;
    font-size: 1.1rem;
}

.review-card .card-text {
    color: #555;
    font-style: italic;
}

.review-card .report-review-btn {
    color: #6c757d;
    font-size: 0.9rem;
}

.review-card .report-review-btn:hover {
    color: #dc3545;
}

/* Bonus List */
.bonus-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    color: #333;
}

.bonus-card .card-title {
    color: #2c3e50;
    font-size: 1.5rem;
}

.bonus-card .card-text {
    color: #555;
}

.bonus-card .features-list li {
    margin-bottom: 8px;
    color: #555;
    font-size: 0.95rem;
}

.bonus-card .features-list i {
    color: #007bff; /* Blue for info icons */
}

.bonus-card .features-list i.bi-fire {
    color: #f39c12 !important; /* Golden fire icon */
}

/* Disclaimer Block */
.disclaimer-section {
    background-color: #ffe0b2; /* Light orange background */
    padding: 30px 0;
}

.disclaimer-content {
    background-color: #fff;
    border: 2px solid #ff9800; /* Orange border */
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.disclaimer-title {
    color: #e65100; /* Darker orange for title */
    font-weight: 700;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.disclaimer-title i {
    font-size: 2.2rem;
    margin-right: 10px;
    color: #e65100;
}

.disclaimer-content p {
    color: #424242;
    font-size: 1rem;
    line-height: 1.7;
}

/* Footer */
.site-footer {
    background-color: #2c3e50; /* Dark blue */
    color: #ecf0f1; /* Light gray text */
    font-size: 0.95rem;
}

.site-footer .footer-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.site-footer .footer-logo {
    height: 35px;
    width: auto;
}

.site-footer .footer-site-name {
    font-weight: 700;
    font-size: 1.3rem;
    color: #ecf0f1;
}

.site-footer .text-muted {
    color: #bdc3c7 !important;
}

.site-footer .footer-heading {
    color: #f39c12; /* Golden/Orange heading */
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.site-footer .footer-links li a {
    color: #ecf0f1;
    transition: color 0.3s ease;
    padding: 5px 0;
    display: block;
}

.site-footer .footer-links li a:hover {
    color: #f39c12;
    text-decoration: none;
}

.responsible-gaming-logos {
    gap: 15px; /* Spacing between logos */
}

.responsible-gaming-logos .footer-icon,
.responsible-gaming-logos .footer-icon-link img {
    height: auto;
    max-width: 90px; /* Adjusted from 100-150 for 5 icons */
    object-fit: contain;
    transition: none; /* No grayscale or other filters */
    vertical-align: middle;
    display: block; /* Ensures proper centering with flexbox */
}

.responsible-gaming-logos .footer-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sticky Mobile Footer Bar */
.sticky-mobile-footer {
    background-color: #2c3e50; /* Dark blue */
    border-top: 1px solid #34495e;
    z-index: 1030; /* Above other content */
}

.sticky-mobile-footer .mobile-footer-item {
    color: #ecf0f1;
    font-size: 0.8rem;
    transition: color 0.3s ease;
}

.sticky-mobile-footer .mobile-footer-item:hover {
    color: #f39c12;
}

/* Cookie Consent Modal */
.cookie-consent-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050; /* Higher than other elements */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cookie-consent-modal.show {
    opacity: 1;
    visibility: visible;
}

.cookie-consent-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #333;
    text-align: center;
}

.cookie-consent-content h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.cookie-consent-content p {
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.cookie-categories, .cookie-settings-expanded {
    text-align: left;
    margin-bottom: 20px;
}

.cookie-categories .form-check, .cookie-settings-expanded .form-check {
    margin-bottom: 10px;
}

.cookie-categories .form-check-label, .cookie-settings-expanded .form-check-label {
    font-weight: 500;
    color: #555;
}

.cookie-buttons button {
    margin: 5px;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
}

.cookie-buttons .btn-primary {
    background-color: #f39c12;
    border-color: #f39c12;
}
.cookie-buttons .btn-primary:hover {
    background-color: #e67e22;
    border-color: #e67e22;
}
.cookie-buttons .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}
.cookie-buttons .btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}
.cookie-buttons .btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.cookie-buttons .btn-info:hover {
    background-color: #138496;
    border-color: #117a8b;
}

.cookie-settings-expanded .btn-success {
    background-color: #28a745;
    border-color: #28a745;
}
.cookie-settings-expanded .btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #ffffff;
        border-top: 1px solid #e0e0e0;
        padding-bottom: 10px;
    }
    .navbar-nav {
        padding-top: 10px;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
    .hero-section {
        min-height: 450px;
    }
    .hero-section h1 {
        font-size: 2.5rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
    .section-title {
        font-size: 2rem;
    }
    .site-footer .text-md-start,
    .site-footer .text-md-end {
        text-align: center !important;
    }
    .responsible-gaming-logos {
        justify-content: center !important;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: 350px;
    }
    .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section p {
        font-size: 0.9rem;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .offer-card .offer-logo {
        max-height: 100px;
    }
    .review-card .review-avatar {
        width: 50px;
        height: 50px;
    }
    .cookie-consent-content {
        padding: 20px;
    }
    .cookie-consent-content h3 {
        font-size: 1.5rem;
    }
    .cookie-buttons button {
        width: 100%;
        margin-bottom: 10px;
    }
}/* New styles for content within .securePolicyGrid */
.securePolicyGrid {
    padding: 60px 20px; /* Top/bottom and left/right padding for the grid */
    max-width: 960px; /* Max width for content readability */
    margin: 0 auto; /* Center the grid on larger screens */
    color: #444; /* Default text color for this section */
}

.securePolicyGrid h1 {
    font-size: 1.8rem; /* Heading 1 size, not too large */
    margin-bottom: 25px; /* Spacing below heading */
    color: #2c3e50; /* Darker color for emphasis */
    font-weight: 700; /* Bold font weight */
    line-height: 1.3;
}

.securePolicyGrid h2 {
    font-size: 1.5rem; /* Heading 2 size */
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 600;
    line-height: 1.4;
}

.securePolicyGrid h3 {
    font-size: 1.3rem; /* Heading 3 size */
    margin-bottom: 18px;
    color: #34495e; /* Slightly lighter dark color */
    font-weight: 600;
    line-height: 1.5;
}

.securePolicyGrid h4 {
    font-size: 1.1rem; /* Heading 4 size */
    margin-bottom: 15px;
    color: #555; /* Medium dark color */
    font-weight: 600;
    line-height: 1.6;
}

.securePolicyGrid h5 {
    font-size: 1rem; /* Heading 5 size, similar to paragraph but bolder */
    margin-bottom: 10px;
    color: #666; /* Slightly lighter color */
    font-weight: 600;
    line-height: 1.6;
}

.securePolicyGrid p {
    font-size: 1rem; /* Standard paragraph font size */
    line-height: 1.7; /* Improved readability for paragraphs */
    margin-bottom: 15px; /* Spacing between paragraphs */
    color: #444; /* Standard text color */
}

.securePolicyGrid ul {
    list-style: disc; /* Default disc style for unordered lists */
    padding-left: 25px; /* Indent list items */
    margin-bottom: 20px; /* Spacing below the list */
}

.securePolicyGrid li {
    font-size: 1rem; /* List item font size */
    line-height: 1.6; /* Line height for list items */
    margin-bottom: 8px; /* Spacing between list items */
    color: #444; /* List item text color */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 767.98px) {
    .securePolicyGrid {
        padding: 40px 15px; /* Adjust padding for mobile */
    }

    .securePolicyGrid h1 {
        font-size: 1.6rem; /* Smaller H1 on mobile */
        margin-bottom: 20px;
    }

    .securePolicyGrid h2 {
        font-size: 1.3rem; /* Smaller H2 on mobile */
        margin-bottom: 15px;
    }

    .securePolicyGrid h3 {
        font-size: 1.1rem; /* Smaller H3 on mobile */
        margin-bottom: 12px;
    }

    .securePolicyGrid h4 {
        font-size: 1rem; /* Smaller H4 on mobile */
        margin-bottom: 10px;
    }

    .securePolicyGrid h5 {
        font-size: 0.95rem; /* Smaller H5 on mobile */
        margin-bottom: 8px;
    }

    .securePolicyGrid p,
    .securePolicyGrid li {
        font-size: 0.95rem; /* Slightly smaller text on mobile */
        line-height: 1.6;
    }

    .securePolicyGrid ul {
        padding-left: 20px; /* Slightly less indent on mobile */
    }
}
