body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    background-color: #f8f9fa;
}

.text-primary {
    color: #002D62 !important;
}

.btn-primary {
    background-color: #002D62;
    border-color: #002D62;
    color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #001f44;
    border-color: #001f44;
}

.btn-outline-primary {
    color: #002D62;
    border-color: #002D62;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: #002D62;
    color: #fff;
}

.fixed-top {
    background-color: rgba(0, 45, 98, 0.95); 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

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

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

@media (max-width: 767.98px) {
    .navbar-brand .site-name {
        font-size: 1.4rem;
    }
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5);
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 600;
    margin: 0 10px;
    position: relative;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: #C0C0C0; 
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
}

.hero-section {
    position: relative;
    min-height: 500px;
    background-color: #002D62;
    overflow: hidden;
    padding: 130px 70px;
}

.hero-background-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #002D62 0%, #004080 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    z-index: 0;
}

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

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

.hero-image {
    max-height: 400px;
    width: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .hero-section {
        height: auto;
        padding-top: 120px;
        padding-bottom: 50px;
    }
    .hero-image {
        margin-top: 40px;
        max-height: 250px;
    }
    .hero-background-gradient {
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    }
}

.about-section h2, .services-section h2, .simulator-section h2, .coverage-section h2, .application-section h2, .promotions-section h2, .claims-process-section h2, .appointment-section h2, .workshops-section h2, .fleet-programs-section h2, .testimonials-section h2, .blog-section h2, .faq-section h2, .contact-section h2 {
    color: #002D62;
}

.check-list li {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.check-list li i {
    color: #002D62;
}

.accordion-button {
    background-color: #fff;
    color: #002D62;
    font-weight: 600;
    font-size: 1.15rem;
    border: none;
    padding: 1rem 1.25rem;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #002D62;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

.accordion-body {
    background-color: #f0f4f8;
    color: #333;
    border-top: none;
    padding: 1.5rem;
}

.accordion-body ul {
    margin-top: 15px;
    padding-left: 20px;
}

.accordion-body ul li {
    margin-bottom: 5px;
}

.simulator-section .card {
    border: none;
    border-radius: 10px;
}

.form-range::-webkit-slider-thumb {
    background-color: #002D62;
}

.form-range::-moz-range-thumb {
    background-color: #002D62;
}

.promotions-section .card-img-top {
    height: 200px;
    object-fit: contain;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.claims-process-section {
    position: relative;
    padding-bottom: 80px;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #C0C0C0;
    margin-left: -1px;
}

.timeline-item {
    margin-bottom: 50px;
    position: relative;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-item::before,
.timeline-item::after {
    content: '';
    display: table;
}

.timeline-item::after {
    clear: both;
}

.timeline-icon {
    color: #fff;
    width: 50px;
    height: 50px;
    background-color: #002D62;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    font-size: 1.5rem;
    box-shadow: 0 0 0 5px #f8f9fa;
}

.timeline-content {
    position: relative;
    width: 45%;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}

.timeline-item:nth-child(even) .timeline-content {
    float: right;
}

.timeline-item:nth-child(odd) .timeline-content {
    float: left;
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline-item:nth-child(odd) .timeline-content::before {
    right: -10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
}

.timeline-item:nth-child(even) .timeline-content::before {
    left: -10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
}

@media (max-width: 767.98px) {
    .timeline::before {
        left: 20px;
    }
    .timeline-item {
        margin-bottom: 30px;
    }
    .timeline-icon {
        left: 20px;
        margin-left: -25px;
        box-shadow: 0 0 0 3px #f8f9fa;
    }
    .timeline-content {
        width: calc(100% - 70px);
        float: right !important;
        margin-left: 70px;
    }
    .timeline-content::before {
        left: -10px !important;
        border-width: 10px 10px 10px 0 !important;
        border-color: transparent #fff transparent transparent !important;
    }
}

.workshops-section .card-img-top {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.fleet-programs-section .img-fluid {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
}

.testimonials-section .avatar-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 3px solid #002D62;
}

.blog-section .card-img-top {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.faq-questions .list-group-item {
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
    font-weight: 600;
    color: #333;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.faq-questions .list-group-item:hover {
    background-color: #e9ecef;
    color: #002D62;
}

.faq-questions .list-group-item.active {
    background-color: #002D62;
    color: #fff;
    border-color: #002D62;
}

.faq-questions .list-group-item.active i {
    color: #C0C0C0 !important;
}

.faq-answers .faq-answer {
    display: none;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.faq-answers .faq-answer.active {
    display: block;
}

.stats-section {
    position: relative;
    background-color: #002D62;
    overflow: hidden;
}

.stats-section .hero-background-gradient {
    background: linear-gradient(135deg, #002D62 0%, #004080 100%);
    clip-path: none;
}

.stats-section .hero-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.stats-section .display-4 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #C0C0C0;
}

.stats-section .lead {
    font-size: 1.25rem;
    color: #E0E0E0;
}

.site-footer {
    background-color: #002D62;
    color: #fff;
}

.site-footer .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .accordion-header button {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 1rem 0;
    border: none;
    box-shadow: none;
}

.site-footer .accordion-header button:not(.collapsed) {
    color: #C0C0C0;
}

.site-footer .accordion-header button::after {
    filter: invert(100%);
}

.site-footer .accordion-body {
    background-color: transparent;
    padding: 0 0 1rem 0;
}

.site-footer .accordion-body ul {
    margin-top: 15px;
    padding-left: 20px;
}

.site-footer .accordion-body ul li a {
    color: #E0E0E0;
    padding: 5px 0;
    display: block;
}

.site-footer .accordion-body ul li a:hover {
    color: #fff;
}

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

@media (min-width: 768px) {
    .site-footer .accordion-item {
        border-bottom: none;
    }
    .site-footer .accordion-header button {
        pointer-events: none; 
        cursor: default;
    }
    .site-footer .accordion-header button::after {
        display: none;
    }
    .site-footer .accordion-collapse.collapse:not(.show) {
        display: block; 
    }
    .site-footer .accordion-body {
        padding: 0;
    }
    .site-footer .accordion-body ul {
        padding-left: 0;
    }
    .site-footer .accordion-body ul li a {
        font-size: 0.95rem;
    }
    .site-footer .container > .row {
        display: flex;
    }
    .site-footer .container > .row > div {
        flex: 1;
    }
}

.cookie-banner {
    background-color: #002D62 !important;
    color: #fff !important;
    border: 1px solid #001f44;
}

.cookie-banner .btn-outline-light {
    border-color: #C0C0C0;
    color: #C0C0C0;
}

.cookie-banner .btn-outline-light:hover {
    background-color: #C0C0C0;
    color: #002D62;
}

.cookie-banner .btn-primary {
    background-color: #C0C0C0;
    border-color: #C0C0C0;
    color: #002D62;
}

.cookie-banner .btn-primary:hover {
    background-color: #E0E0E0;
    border-color: #E0E0E0;
}

.modal-content.bg-dark {
    background-color: #002D62 !important;
}

.modal-content.bg-dark .text-primary {
    color: #C0C0C0 !important;
}

.modal-content.bg-dark .btn-close-white {
    filter: invert(100%);
}

.modal-content.bg-dark .form-check-label {
    color: #fff;
}

.modal-content.bg-dark .form-check-input:checked {
    background-color: #C0C0C0;
    border-color: #C0C0C0;
}

.modal-content.bg-dark .btn-outline-light {
    border-color: #C0C0C0;
    color: #C0C0C0;
}

.modal-content.bg-dark .btn-outline-light:hover {
    background-color: #C0C0C0;
    color: #002D62;
}

.modal-content.bg-dark .btn-primary {
    background-color: #C0C0C0;
    border-color: #C0C0C0;
    color: #002D62;
}

.modal-content.bg-dark .btn-primary:hover {
    background-color: #E0E0E0;
    border-color: #E0E0E0;
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    color: #C0C0C0;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.article-content p {
    line-height: 1.6;
    margin-bottom: 1rem;
}

.article-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 1rem;
}

.article-content ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 1rem;
}

.article-content li {
    margin-bottom: 0.5rem;
}

.article-content strong {
    color: #C0C0C0;
}

.article-content em {
    font-style: italic;
}

.article-content a {
    color: #C0C0C0;
    text-decoration: underline;
}

.article-content a:hover {
    color: #fff;
}
/*
 * New stock styles for common HTML elements within .termsCaveBox.
 * These styles provide basic typography, spacing, and readability.
 */

.termsCaveBox {
    /* Padding for the container itself, top and sides as requested. */
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Heading styles */
.termsCaveBox h1 {
    /* Font size for H1, not too large. */
    font-size: 2rem; /* Approximately 32px if base font is 16px */
    /* Top margin for spacing before the heading. */
    margin-top: 1.5rem;
    /* Bottom margin for spacing after the heading. */
    margin-bottom: 1rem;
    /* Line height for improved readability. */
    line-height: 1.2;
}

.termsCaveBox h2 {
    /* Font size for H2. */
    font-size: 1.75rem; /* Approximately 28px */
    margin-top: 1.4rem;
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.termsCaveBox h3 {
    /* Font size for H3. */
    font-size: 1.5rem; /* Approximately 24px */
    margin-top: 1.3rem;
    margin-bottom: 0.7rem;
    line-height: 1.4;
}

.termsCaveBox h4 {
    /* Font size for H4. */
    font-size: 1.25rem; /* Approximately 20px */
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
    line-height: 1.5;
}

.termsCaveBox h5 {
    /* Font size for H5. */
    font-size: 1.125rem; /* Approximately 18px */
    margin-top: 1.1rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

/* Paragraph styles */
.termsCaveBox p {
    /* Standard font size for paragraphs. */
    font-size: 1rem; /* Approximately 16px */
    /* Line height for improved readability. */
    line-height: 1.6;
    /* Bottom margin for spacing between paragraphs. */
    margin-bottom: 1rem;
}

/* Unordered list styles */
.termsCaveBox ul {
    /* Standard font size for list items (inherits from body or p). */
    font-size: 1rem;
    /* Indentation for bullet points. */
    padding-left: 25px;
    /* Top margin for spacing before the list. */
    margin-top: 0.5rem;
    /* Bottom margin for spacing after the list. */
    margin-bottom: 1rem;
    /* Default list style type. */
    list-style-type: disc;
}

/* List item styles */
.termsCaveBox li {
    /* Line height for improved readability within list items. */
    line-height: 1.6;
    /* Bottom margin for spacing between list items. */
    margin-bottom: 0.5rem;
}


.wr{
    display: flex;
    min-height: 100vh;
    flex-direction: column;

    main{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex: 1;
    }
}