body {
    font-family: 'Inter', sans-serif;
    background-color: #1a1a2e;
    color: #e0e0e0;
    line-height: 1.6;
}

/* General Styles */
.container {
    max-width: 1200px;
}

h1, h2, h3, h4, h5, h6 {
    color: #e0e0e0;
    font-weight: 700;
}
.btn-block{
    padding: 20px;
}
a {
    color: #88bbee;
    text-decoration: none;
}

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

.btn-warning {
    background-color: #ffcc00;
    border-color: #ffcc00;
    color: #1a1a2e;
    font-weight: 600;
}

.btn-warning:hover {
    background-color: #e6b800;
    border-color: #e6b800;
    color: #1a1a2e;
}

.bg-secondary-dark {
    background-color: #2e2e4a !important;
}

.text-warning {
    color: #ffcc00 !important;
}

.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-light {
    color: #e0e0e0 !important;
}

.text-muted {
    color: #a0a0a0 !important;
}

/* Age Verification Pop-up */
.age-verification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.age-verification-overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.age-verification-modal {
    background-color: #2e2e4a;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    max-width: 450px;
    color: #e0e0e0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border: 1px solid #ffcc00;
}

.age-restriction-icon {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}

/* Cookie Consent Banner */
.cookie-banner {
    background-color: #2e2e4a;
    border-top: 1px solid #ffcc00;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.cookie-banner p {
    font-size: 0.9rem;
}

/* Cookie Customization Modal */
#cookieCustomizationModal .modal-content {
    border: 1px solid #ffcc00;
}

#cookieCustomizationModal .modal-header, #cookieCustomizationModal .modal-footer {
    border-color: #4a4a6e !important;
}

.form-check-input:checked {
    background-color: #ffcc00;
    border-color: #ffcc00;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 204, 0, 0.25);
}

/* Header (Hero Section) */
.hero-section {
    background-image: url('media/content/digital-entertainment-background_3.jpg');
    background-size: cover;
    background-position: center;
    min-height: 90vh;
    position: relative;
    padding: 80px 0;
}

.hero-overlay {
    background-color: rgba(26, 26, 46, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section h1 {
    font-size: 3.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    color: #fff;
}

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

.logo-img {
    height: 70px;
    width: 70px;
    object-fit: contain;
}

.advantage-item {
    background-color: rgba(46, 46, 74, 0.8);
    border: 1px solid #ffcc00;
    color: #e0e0e0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 120px;
    height: 100%;
}

.advantage-item i {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.advantage-item p {
    font-size: 1.1rem;
}

/* Rating Criteria Section */
#rating-criteria {
    background-color: #1a1a2e;
}

.criteria-card {
    background-color: #2e2e4a;
    border: 1px solid #4a4a6e;
    text-align: center;
}

.criteria-card i {
    color: #ffcc00;
}

/* Rating List Section - Specific Provider Card */
#featured-provider {
    background-color: #2e2e4a;
}

.provider-card {
    background-color: #1a1a2e;
    border: 2px solid #ffcc00;
    padding: 30px;
}

.provider-logo-link {
    flex-shrink: 0;
}

.provider-logo {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 8px;
}

.voucher-tag {
    background-color: #ffcc00;
    color: #1a1a2e;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 0.9rem;
}

.star-rating i {
    color: #ffcc00;
    font-size: 1.2rem;
}

.provider-card ul {
    padding-left: 0;
}

.provider-card ul li {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

.license-tag {
    background-color: #28a745;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.payment-logos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.payment-logos img {
    max-height: 30px;
    margin-left: 10px;
    filter: grayscale(0%); /* Ensure colors are always visible */
}

.provider-card .btn-lg {
    padding: 12px 30px;
    font-size: 1.1rem;
}

/* Expert Analysis Section */
#expert-analysis {
    background-color: #1a1a2e;
}

/* Pros and Cons Section */
#pros-cons {
    background-color: #2e2e4a;
}

.pros-card, .cons-card {
    text-align: center;
    background-color: #1a1a2e;
    border: 1px solid #4a4a6e;
}

.pros-card h3 i {
    color: #28a745;
}

.cons-card h3 i {
    color: #dc3545;
}

.pros-card ul li i, .cons-card ul li i {
    font-size: 1.1rem;
}

/* Reviews Section */
#reviews {
    background-color: #1a1a2e;
}

.review-card {
    background-color: #2e2e4a;
    border: 1px solid #4a4a6e;
}

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

/* FAQ Section */
#faq {
    background-color: #2e2e4a;
}

.accordion-item {
    border: 1px solid #4a4a6e;
}

.accordion-button {
    color: #e0e0e0 !important;
    background-color: #2e2e4a !important;
    border-bottom: 1px solid #4a4a6e;
}

.accordion-button:not(.collapsed) {
    color: #ffcc00 !important;
    background-color: #1a1a2e !important;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #ffcc00;
}

.accordion-body {
    background-color: #1a1a2e;
    border-top: 1px solid #4a4a6e;
}

/* Contact Form Section */
#contact-form {
    background-color: #1a1a2e;
}

.form-container {
    background-color: #2e2e4a;
    border: 1px solid #4a4a6e;
}

.form-control {
    background-color: #1a1a2e;
    border: 1px solid #4a4a6e;
    color: #e0e0e0;
}

.form-control::placeholder {
    color: #a0a0a0;
}

.form-control:focus {
    background-color: #1a1a2e;
    border-color: #ffcc00;
    box-shadow: 0 0 0 0.25rem rgba(255, 204, 0, 0.25);
    color: #e0e0e0;
}

.form-label {
    font-weight: 600;
}

.form-text {
    font-size: 0.85rem;
}

.form-control.is-invalid {
    border-color: #dc3545;
}

.form-control.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.85rem;
}

/* Disclaimer Section */
#disclaimer-section {
    background-color: #1a1a2e;
    padding-top: 50px;
    padding-bottom: 50px;
}

.disclaimer-block {
    background-color: #2e2e4a;
    border: 2px solid #dc3545;
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.disclaimer-block h3 {
    color: #dc3545;
    font-size: 1.8rem;
}

.disclaimer-block i {
    color: #dc3545;
}

.disclaimer-block ul {
    padding-left: 0;
    margin-top: 20px;
}

.disclaimer-block ul li a {
    font-weight: 600;
}

/* Footer Section */
.footer-section {
    background-color: #0d0d1a;
    color: #e0e0e0;
    padding-top: 60px;
    padding-bottom: 40px;
}

.footer-logo {
    max-height: 60px;
    width: auto;
}

.footer-section h5 {
    color: #ffcc00;
}

.footer-section ul {
    padding-left: 0;
}

.footer-section ul li a {
    color: #a0a0a0;
}

.footer-section ul li a:hover {
    color: #ffcc00;
}

.social-icons a {
    color: #e0e0e0;
}

.social-icons a:hover {
    color: #ffcc00;
}

.age-restriction-icon-footer {
    width: 80px;
    height: auto;
}

.footer-logos {
    margin-top: 30px;
}

.footer-partner-logo {
    max-width: 120px; /* Adjust width as needed */
    height: auto;
    filter: none; /* Ensure no grayscale on hover */
    transition: none; /* No transition */
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    .hero-section .lead {
        font-size: 1rem;
    }
    .provider-card {
        flex-direction: column;
        text-align: center;
    }
    .provider-logo-link {
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
    .provider-card .btn-lg {
        width: 100%;
    }
    .d-flex.justify-content-lg-start {
        justify-content: center !important;
    }
    .footer-section .col-md-4 {
        text-align: center !important;
    }
    .footer-section .social-icons {
        justify-content: center;
    }
    .footer-section .d-flex.justify-content-md-end {
        justify-content: center !important;
    }
}

@media (max-width: 767.98px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section .lead {
        font-size: 0.9rem;
    }
    .advantage-item {
        min-height: 100px;
    }
    .advantage-item i {
        font-size: 2rem;
    }
    .advantage-item p {
        font-size: 0.9rem;
    }
    .age-verification-modal {
        padding: 30px;
        max-width: 90%;
    }
    .cookie-banner .container {
        flex-direction: column;
        align-items: center;
    }
    .cookie-banner p {
        margin-bottom: 10px !important;
        text-align: center;
    }
    .cookie-banner .d-flex {
        width: 100%;
        justify-content: center;
    }
    .cookie-banner .btn {
        flex-grow: 1;
    }
}/* User Clause Network - Container for generic text content */
.userClauseNet {
    /* Top margin for section separation */
    margin-top: 60px; 
    /* Horizontal padding to prevent content from sticking to edges on smaller screens */
    padding-left: 15px; 
    padding-right: 15px;
    /* Max width to keep content readable and centered */
    max-width: 960px; 
    margin-left: auto;
    margin-right: auto;
    /* Default text color for the content block */
    color: #e0e0e0; 
}

/* Headings within userClauseNet */
.userClauseNet h1 {
    /* Moderate font size for main section title */
    font-size: 2.2rem; 
    /* Spacing above and below the heading */
    margin-top: 1.5em; 
    margin-bottom: 0.8em;
    /* Line height for readability */
    line-height: 1.2; 
    /* Text color, matching the body or a slight variation */
    color: #e0e0e0; 
    /* Font weight for emphasis, if not already set by global h1 */
    font-weight: 700;
}

.userClauseNet h2 {
    /* Slightly smaller font size for sub-sections */
    font-size: 1.8rem; 
    margin-top: 1.4em;
    margin-bottom: 0.7em;
    line-height: 1.2;
    color: #e0e0e0;
    font-weight: 600;
}

.userClauseNet h3 {
    /* Further reduction for smaller headings */
    font-size: 1.5rem; 
    margin-top: 1.3em;
    margin-bottom: 0.6em;
    line-height: 1.3;
    color: #e0e0e0;
    font-weight: 600;
}

.userClauseNet h4 {
    /* Smaller heading size */
    font-size: 1.2rem; 
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    line-height: 1.4;
    color: #e0e0e0;
    font-weight: 500;
}

.userClauseNet h5 {
    /* Smallest heading size, often used for minor titles or labels */
    font-size: 1rem; 
    margin-top: 1.1em;
    margin-bottom: 0.4em;
    line-height: 1.5;
    color: #e0e0e0;
    font-weight: 500;
}

/* Paragraphs within userClauseNet */
.userClauseNet p {
    /* Standard font size for body text */
    font-size: 1rem; 
    /* Optimal line height for readability */
    line-height: 1.6; 
    /* Spacing between paragraphs */
    margin-bottom: 1em; 
    /* Text color, ensuring good contrast */
    color: #e0e0e0;
}

/* Unordered lists within userClauseNet */
.userClauseNet ul {
    /* Spacing above and below the list */
    margin-top: 1em; 
    margin-bottom: 1em;
    /* Standard indentation for list items */
    padding-left: 20px; 
    /* Default list item marker */
    list-style-type: disc; 
    /* Text color for list, inherited or explicit */
    color: #e0e0e0;
}

/* List items within userClauseNet */
.userClauseNet li {
    /* Spacing between individual list items */
    margin-bottom: 0.5em; 
    /* Line height for readability within list items */
    line-height: 1.6; 
    /* Text color for list item, inherited or explicit */
    color: #e0e0e0;
}


.logo{
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: clamp(18px, 3vw, 16px);
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
      position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

    img{
        width: 50px !important;
        height: 50px !important;
        object-fit: contain;
    }
}

.footer-logo{
     display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: clamp(18px, 3vw, 16px);
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;

    img{
        width: 50px !important;
        height: 50px !important;
        object-fit: contain;
    }
}

@media (max-width: 991px){
    .hero-section {
        min-height: 650px;
        padding: 60px 0;
    }
}
@media (max-width: 767px){
    .hero-section {
        min-height: 650px;
        padding: 60px 0;
    }
}
@media (max-width: 575px){
    .hero-section {
        min-height: 1000px;
        padding: 60px 0;
    }

      .d-flex.justify-content-lg-start{
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
      }
}

.d-flex.justify-content-center.justify-content-md-end.align-items-center.mb-3{
    flex-wrap: wrap;
}