


body {
    color: #e0e0e0; 
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    color: #FF8C00; 
}

a {
    color: #FF8C00; 
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.no-underline {
    text-decoration: none !important;
}


html {
    scroll-behavior: smooth;
}


.animate-fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-fade-in-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-fade-in-left {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-fade-in-left.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.animate-fade-in-right {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-fade-in-right.is-visible {
    opacity: 1;
    transform: translateX(0);
}


.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }


details > summary {
    list-style: none;
}

details > summary::-webkit-details-marker {
    display: none;
}

details[open] > summary .bx-chevron-down {
    transform: rotate(180deg);
}

details > summary .bx-chevron-down {
    transition: transform 0.3s ease-in-out;
}


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


.footer-img a, .footer-img span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-img img {
    max-width: 120px; 
    width: 100%; 
    height: auto;
    object-fit: contain;
}

@media (min-width: 768px) {
    .footer-img img {
        max-width: 150px; 
    }
}


.disclaimer-block {
    background-color: #2a0000; 
    border: 4px solid #8b0000; 
    padding: 3rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
    border-radius: 0.75rem; 
}

.disclaimer-block h3 {
    color: #ff4d4d; 
}

.disclaimer-block p {
    color: #e0e0e0; 
}

.disclaimer-block .bx-error-alt {
    color: #ff4d4d; 
}


body {
    color: #E0E0E0; 
}


h1, h2, h3, h4, h5, h6 {
    color: #FF8C00; 
}


a {
    color: #FF8C00; 
}


.text-gray-200 { color: #E5E7EB; }
.text-gray-300 { color: #D1D5DB; }
.text-gray-400 { color: #9CA3AF; }
.text-orange-500 { color: #FF8C00; }
.text-orange-400 { color: #FB923C; }
.text-red-500 { color: #EF4444; }
.text-red-400 { color: #F87171; }
.text-red-300 { color: #FCA5A5; }
.text-red-100 { color: #FEE2E2; }

.consentTunnelGrid {
    padding-top: 3rem; 
    padding-bottom: 3rem; 
    padding-left: 2rem; 
    padding-right: 2rem; 
    max-width: 900px; 
    margin-left: auto; 
    margin-right: auto; 
}


.consentTunnelGrid h1 {
    font-size: 1.8em; 
    line-height: 1.2; 
    margin-top: 2em; 
    margin-bottom: 1em; 
}


.consentTunnelGrid h2 {
    font-size: 1.5em; 
    line-height: 1.2;
    margin-top: 1.8em;
    margin-bottom: 0.8em;
}


.consentTunnelGrid h3 {
    font-size: 1.3em; 
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.7em;
}


.consentTunnelGrid h4 {
    font-size: 1.1em; 
    line-height: 1.4;
    margin-top: 1.2em;
    margin-bottom: 0.6em;
}


.consentTunnelGrid h5 {
    font-size: 1em; 
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 0.5em;
}


.consentTunnelGrid p {
    font-size: 1em; 
    line-height: 1.6; 
    margin-bottom: 1.5em; 
}


.consentTunnelGrid ul {
    list-style-type: disc; 
    padding-left: 1.5em; 
    margin-top: 1em; 
    margin-bottom: 1em; 
}


.consentTunnelGrid ol {
    list-style-type: decimal; 
    padding-left: 1.5em; 
    margin-top: 1em; 
    margin-bottom: 1em; 
}


.consentTunnelGrid li {
    line-height: 1.5; 
    margin-bottom: 0.8em; 
}
@media (max-width:575px) {
    .block-flex-menu{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .adaptive-disl{
        text-align: center!important;
    }
}
.bxs-error-alt{
    color: rgb(239 68 68);
}


