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

.text-dark-red {
    color: #8B0000;
}

.text-light-red {
    background-color: #f8d7da;
    color: #8B0000;
}

.bg-dark-red {
    background-color: #8B0000;
}

.bg-light-yellow {
    background-color: #fff3cd;
    color: #8B0000;
}
.text-danger{
        color: #FFD700 !important;

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

.bg-dark-gradient {
    background: linear-gradient(135deg, #1a1a1a 0%, #330000 100%);
}

.top-warning-bar {
    background-color: #dc3545;
    font-size: 0.9rem;
    font-weight: 600;
}

.header-section {
    background-color: #330000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1030;
}

.logo-img {
    height: 40px;
}

.site-name {
    color: #FFD700;
    font-weight: 700;
    font-size: 1.8rem;
}

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

.nav-link:hover {
    color: #FFD700 !important;
}

.hero-section {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.2;
    color: #FFD700;
}

.hero-subtitle {
    font-size: 1.3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width:767px) {
    .nav-list{
        display: none!important;
    }
}
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-subtitle {
        font-size: 1.1rem;
    }
    .header-section .container {
        flex-direction: column;
    }
    .main-nav {
        margin-top: 1rem;
    }
    .nav-list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .nav-item {
        margin: 0 0.5rem;
    }
}


.about-section h3, .trust-section h3, .offers-showcase h3, .faq-section h3, .reviews-section h3 {
    position: relative;
    padding-bottom: 15px;
}

.about-section h3::after, .trust-section h3::after, .offers-showcase h3::after, .faq-section h3::after, .reviews-section h3::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.offer-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
}

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

.offer-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    padding: 15px;
    border-radius: 10px;
}

.license-info {
    background-color: rgba(255, 215, 0, 0.1);
    border-color: #FFD700 !important;
    font-size: 0.9rem;
}

.advantages-list li {
    margin-bottom: 8px;
}

.custom-cta-button {
    background-color: #dc3545;
    border-color: #dc3545;
    font-size: 1.1rem;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    text-decoration: none !important;
}

.custom-cta-button:hover {
    background-color: #c82333;
    border-color: #bd2130;
    transform: translateY(-2px);
    color: #fff !important;
}

.trust-card {
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.accordion-item {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.accordion-button {
    border-radius: 10px !important;
    color: #fff !important;
    background-color: #a00000 !important;
    padding: 1rem 1.25rem;
    font-size: 1.1rem;
    text-align: left;
}

.accordion-button:not(.collapsed) {
    background-color: #FFD700 !important;
    color: #8B0000 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

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

.accordion-button::after {
    filter: invert(1);
}

.accordion-button:not(.collapsed)::after {
    filter: none;
}

.accordion-body {
    background-color: #b00000;
    padding: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
}

.review-card {
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

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

.disclaimer-section {
    background-color: #222;
}

.disclaimer-box {
    background-color: #330000;
    border-color: #FFD700 !important;
}

.disclaimer-box h3, .disclaimer-box h4 {
    color: #FFD700;
}

.disclaimer-box p, .disclaimer-box li {
    color: #f8f9fa;
}

.footer-section {
    background-color: #1a1a1a;
    color: #f8f9fa;
}

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

.footer-link:hover {
    color: #FFD700 !important;
}

.footer-logos {
    gap: 15px;
}

.footer-logo-link img, .no-link-icon {
    max-width: 120px;
    height: auto;
    object-fit: contain;
    filter: brightness(0.8) saturate(1.2);
    transition: filter 0.3s ease;
}

.no-link-icon {
    max-width: 60px;
    height: auto;
}

.footer-logo-link:hover img {
    filter: brightness(1) saturate(1.5);
}

.cookie-banner {
    z-index: 1040;
    background-color: #330000 !important;
    border-top: 1px solid #FFD700;
}

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

.cookie-banner .btn {
    text-decoration: none !important;
}

#cookieConfigModal .modal-content {
    background-color: #330000;
    border: 1px solid #FFD700;
}

#cookieConfigModal .form-check-label {
    color: #f8f9fa;
}

#cookieConfigModal .btn-close-white {
    filter: invert(1);
}

.modal-content {
    border-radius: 15px;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal-body p {
    color: #e0e0e0;
}

.btn-warning {
    background-color: #FFD700;
    border-color: #FFD700;
    color: #8B0000;
    font-weight: bold;
    text-decoration: none !important;
}

.btn-warning:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    color: #8B0000;
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
    text-decoration: none !important;
}

.btn-outline-light:hover {
    background-color: #f8f9fa;
    color: #330000;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}/*
 * Base styles for the .userClauseNet container.
 * Provides top and side margins for overall content spacing.
 */
.userClauseNet {
    margin-top: 2rem; /* Spacing from content above */
    margin-bottom: 2rem; /* Spacing from content below */
    margin-left: 1.5rem; /* Spacing from the left edge of the viewport/parent */
    margin-right: 1.5rem; /* Spacing from the right edge of the viewport/parent */
    max-width: 1200px; /* Limits content width for better readability on large screens */
    /* If you want to center the content within a larger container, uncomment the line below: */
    /* margin-left: auto; margin-right: auto; */
}

/*
 * Paragraph (p) styles.
 * Sets a base font size, line height, and bottom margin for readability.
 */
.userClauseNet p {
    font-size: 1rem; /* Base font size for paragraphs */
    line-height: 1.6; /* Optimal line height for readability */
    margin-bottom: 1rem; /* Space below each paragraph */
}

/*
 * Heading (h1) styles.
 * Provides a moderate font size, bold weight, and vertical margins.
 */
.userClauseNet h1 {
    font-size: 2rem; /* Main heading, not excessively large */
    line-height: 1.2;
    margin-top: 2rem; /* Space above the heading */
    margin-bottom: 1rem; /* Space below the heading */
    font-weight: bold;
}

/*
 * Heading (h2) styles.
 * Slightly smaller than h1, for sub-sections.
 */
.userClauseNet h2 {
    font-size: 1.75rem; /* Secondary heading size */
    line-height: 1.3;
    margin-top: 1.75rem;
    margin-bottom: 0.8rem;
    font-weight: bold;
}

/*
 * Heading (h3) styles.
 * Further reduction in size for more specific section titles.
 */
.userClauseNet h3 {
    font-size: 1.5rem; /* Tertiary heading size */
    line-height: 1.4;
    margin-top: 1.5rem;
    margin-bottom: 0.7rem;
    font-weight: bold;
}

/*
 * Heading (h4) styles.
 * Smaller heading, suitable for minor titles within sections.
 */
.userClauseNet h4 {
    font-size: 1.3rem; /* Quaternary heading size */
    line-height: 1.5;
    margin-top: 1.25rem;
    margin-bottom: 0.6rem;
    font-weight: bold;
}

/*
 * Heading (h5) styles.
 * Smallest heading, slightly larger than paragraph text, for subtle emphasis.
 */
.userClauseNet h5 {
    font-size: 1.15rem; /* Quintary heading size, just above paragraph */
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

/*
 * Unordered list (ul) styles.
 * Sets default list-style-type, vertical margins, and left padding for bullets.
 */
.userClauseNet ul {
    list-style-type: disc; /* Default bullet points */
    margin-top: 1rem; /* Space above the list */
    margin-bottom: 1rem; /* Space below the list */
    padding-left: 1.5rem; /* Indentation for list items/bullets */
}

/*
 * List item (li) styles.
 * Provides bottom margin for spacing between individual list items.
 */
.userClauseNet li {
    margin-bottom: 0.5rem; /* Space between list items */
    line-height: 1.6; /* Ensures readability for list text */
}
