.txCTI .txCTI-center,
.txCTI .txCTI-form-section,
.txCTI .txCTI-note,
.txCTI .txCTI-offer-box,
.txCTI .txCTI-offer-section h2, 
.txCTI .txCTI-offer-section h4 {
    text-align: center
}

main.txCTI {
    margin: 0;
    padding: 10px
}

.txCTI .txCTI-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 32px
}

.txCTI .txCTI-section-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.txCTI .txCTI-hero-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.txCTI .txCTI-note {
    font-style: italic;
    margin: 20px 0
}

.txCTI .txCTI-pricing-section {
    background: linear-gradient(135deg, #f9fbfd, #eef4f8);
    border-radius: 16px;
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    padding: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    box-sizing: border-box;
}

.txCTI .txCTI-pricing-section h3 {
    text-align: center;
    color: #002147;
    margin-bottom: 24px;
    font-size: 22px;
    letter-spacing: .5px
}

.txCTI .txCTI-pricing-table td:nth-child(2) {
    text-align: right
}

.txCTI .txCTI-car-image {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 12px
}

.txCTI .txCTI-pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0
}

.txCTI .txCTI-pricing-table td {
    padding: 12px;
    border-bottom: 1px solid #ddd
}

.txCTI .txCTI-pricing-table tr:nth-child(2n) {
    background-color: #e8f0f8
}

.txCTI .txCTI-monthly-payment {
    color: #002147;
    font-size: 18px;
    font-weight: 700
}

.txCTI .txCTI-form-iframe {
    border: none;
    border-radius: 10px
}

.txCTI .txCTI-offer-section {
    font-family: PeugeotNormal, Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem;
    background: linear-gradient(145deg, #fff, #f4f4f4);
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    color: #111;
    animation: .6s ease-in-out txCTIfadeIn;
    box-sizing: border-box;
}

.txCTI .txCTI-offer-section h2 {
    font-size: 1.8em;
    margin-bottom: 28px;
    color: #002147;
    font-weight: 700
}

.txCTI .txCTI-offer-box {
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 18px 22px;
    margin-bottom: 14px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
    transition: transform .2s, box-shadow .2s;
    font-size: 14px
}

.txCTI .txCTI-offer-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12)
}

.txCTI .txCTI-note {
    font-size: .95em;
    color: #444;
    margin-top: 28px
}

.txCTI .txCTI-note em {
    display: block;
    margin-bottom: 6px
}

.txCTI .txCTI-cta-button {
    display: inline-block;
    padding: 14px 36px;
    background-color: #005eb8;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 94, 184, .4);
    transition: background-color .25s, transform .2s
}

.txCTI .txCTI-cta-button:hover {
    background-color: #004a94;
    transform: translateY(-2px)
}

@keyframes txCTIfadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}
.txCTI .txCTI-terms-conditions-box{
    margin-block: 1rem;
}

.txCTI-swiper {
    width: 100%;
    max-width: 800px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.txCTI .txCTI-swiper-button-prev,
.txCTI .txCTI-swiper-button-next {
    color: #fff;
    transition: color 0.3s;
    font-size: 15px;
    background: #8b8b8b;
    --swiper-navigation-size: 1.75rem;
    padding: .25em;
    /* border: 1px solid #77777752; */
}

.txCTI .txCTI-swiper-button-prev:hover,
.txCTI .txCTI-swiper-button-next:hover {
    background: #777777;
}

.txCTI ul,
.txCTI ol {
    display: block;
    color: inherit;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 20px;
    unicode-bidi: isolate;
}

.txCTI ul {
    list-style-type: disc;
}

.txCTI ol {
    list-style-type: decimal;
}

.txCTI li {
    display: list-item;
    unicode-bidi: isolate;
    line-height: 1.3;
}