* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: auto !important;
    overflow-x: clip !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    background-color: #FFFFFF;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Header Section */
.header-section {
    padding: 2rem 5px 1rem;
}

.page-title {
    margin-bottom: 8px;
    color: #253858;
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -.64px;
    margin-block-start: 0;
    margin-block-end: 16px;
    text-align: left;
}

.page-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .016em;
    color: #5e6c84;
}

.description-text {
    display: inline;
}

.description-full {
    display: none;
}

.description-full.show {
    display: inline;
}

.description-short {
    display: inline;
}

.description-short.hide {
    display: none;
}

.read-more-link {
    color: #E8532B;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    margin-left: 4px;
}

.read-more-link:hover {
    text-decoration: underline;
}

/* Banner Section */
.banner-section {
    padding: 3rem 0 4rem;
    position: relative;
}

.banner-content-wrapper {
    position: relative;
}

.banner-image-wrapper {
    border-radius: 24px;
    overflow: hidden;
    margin: 0 auto;
    line-height: 0;
    position: relative;
}

.banner-image {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    box-sizing: border-box;
}

.banner-overlay h1 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 3rem;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    max-width: 100%;
}

.banner-cta {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #ffff;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000000;
    gap: 10px;
    font-weight: bold;
    border: 3px solid #ffffff4d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    text-decoration: none;
}

.banner-cta svg {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
}

.banner-cta:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.banner-cta:hover svg {
    transform: translate(4px);
}

.banner-cta:hover::before {
    animation: shine 0.6s ease-out infinite;
}

.banner-cta::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -50px;
    opacity: 0.6;
}

@keyframes shine {
    0% {
        left: -50px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

@media (max-width: 768px) {
    .banner-overlay {
        padding: 1rem;
    }

    .banner-overlay h1 {
        font-size: 1.75rem;
        margin: 0 0 2rem;
    }

    .banner-cta {
        padding: 0.65rem 1.25rem;
        font-size: 0.9rem;
    }

    .banner-cta svg {
        width: 20px;
        height: 20px;
    }

    .banner-section {
        padding: 3rem 0 0rem;
        position: relative;
    }

    .banner-image {
        height: 350px;
        object-fit: inherit;
    }
}

@media (max-width: 480px) {


    .banner-overlay h1 {
        font-size: 1.35rem;
        margin: 0 0 1.5rem;
    }

    .banner-cta {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    .banner-cta svg {
        width: 18px;
        height: 18px;
    }
}

.banner-card {
    background: linear-gradient(180deg, #e2ffff 0, #dbefff 100%);
    margin: 40px auto 0;
    display: block;
    padding: 0 0 45px;
    border-radius: 24px;
    position: relative;
    overflow: visible;
}

.banner-card-content {
    padding: 3rem 2.5rem 0;
    position: relative;
}

/* Background Illustrations */
.banner-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23BBDEFB' fill-opacity='0.3' d='M20 150 L40 120 L60 130 L80 100 L100 110 L120 80 L140 90 L160 60 L180 70 L200 40 L200 200 L20 200 Z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill='%23BBDEFB' fill-opacity='0.2' x='10' y='60' width='20' height='30'/%3E%3Crect fill='%23BBDEFB' fill-opacity='0.2' x='35' y='50' width='20' height='40'/%3E%3Crect fill='%23BBDEFB' fill-opacity='0.2' x='60' y='70' width='20' height='20'/%3E%3C/svg%3E");
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: 300px 150px, 200px 200px;
    opacity: 0.4;
    pointer-events: none;
    border-radius: 24px;
    overflow: hidden;
}

/* Guarantee Badge - Top Right */
.guarantee-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #E3F2FD;
    color: #E8532B;
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(21, 101, 192, 0.15);
    z-index: 10;
}

.guarantee-badge svg {
    width: 16px;
    height: 16px;
}

/* Price Banner - Top Center */
.price-banner {
    text-align: center;
    background: #ddfdec;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    border: 4px solid #fff;
    border-radius: 100px;
    padding: 8px 20px 8px 51px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #027952;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .014em;
    z-index: 5;
}

.price-banner .rupee-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
}

.price-banner sup {
    font-size: 8px;
}

/* Main Heading */
.main-heading {
    margin: 0 0 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    color: #253858;
    text-align: center;
    position: relative;
    z-index: 5;
}

/* New Car Button */
.new-car-button {
    border-radius: 8px;
    cursor: pointer;
    max-width: 100%;
    text-align: center;
    background: #cdeaf6;
    padding: 8px 24px;
    width: fit-content;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    margin-top: 2.5rem;
    z-index: 5;
}

.new-car-button span {
    border: none;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .016em;
    color: #253838;
}

.new-car-button .car-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background: none;
}

.new-car-button .arrow-icon {
    width: 16px;
    height: 16px;
    margin-left: 0.25rem;
    stroke: #253838;
}

.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.lowest-price-icon {
    width: 120px;
    height: auto;
    flex-shrink: 0;
    position: absolute;
    right: 0;
}

.car-bg-wrapper {
    position: relative;
    margin-top: 2rem;
}

.car-bg-section {
    width: 100%;
    border-radius: 12px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.car-bg-section img {
    width: 100%;
    height: auto;
    display: block;
}

.car-bg-section .mobile-img {
    display: none;
}

.lowest-price-icon.mobile-icon {
    display: none;
}

/* Service Features Card */
.service-features-card {
    border: 1px solid #e9ebee;
    border-radius: 16px;
    background: #fff;
    width: max-content;
    max-width: calc(100% - 2rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    box-sizing: border-box;
}

.service-features-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
}

.service-feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    flex-shrink: 1;
}

.service-feature-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-feature-icon img {
    width: 30px;
    height: 30px;
}

.service-feature-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .014em;
    color: #253838;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* Input Section */
.input-section {
    position: relative;
    z-index: 5;
    max-width: 700px;
    margin-bottom: 1rem;
}

.car-input-group {
    display: flex;
    gap: 0.5rem;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.country-code {
    background: #F5F5F5;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #424242;
    font-size: 14px;
}

.car-input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
}

.view-prices-btn {
    background: #FF6F00;
    color: #FFFFFF;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    white-space: nowrap;
}

.view-prices-btn:hover {
    background: #E65100;
}

.new-car-link {
    color: #E8532B;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    margin-top: 0.75rem;
    position: relative;
    z-index: 5;
}

.new-car-link:hover {
    text-decoration: underline;
}

.new-car-link svg {
    width: 16px;
    height: 16px;
}

/* Car Illustration */
.car-illustration {
    position: absolute;
    bottom: -20px;
    left: 40px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.shield-icon {
    background: #4CAF50;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}

.shield-icon svg {
    width: 24px;
    height: 24px;
    color: #FFFFFF;
}

.car-icon {
    width: 120px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.car-icon::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 60px;
    background: #F5F5F5;
    border-radius: 8px;
}

.car-icon::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #FF6F00;
    border-radius: 50%;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 20px 0 0 #FF6F00;
}

/* Features Row */
.features-row {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(187, 222, 251, 0.5);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 5;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 14px;
    color: #424242;
    font-weight: 500;
}

.feature-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    width: 20px;
    height: 20px;
    stroke: #E8532B;
}

/* Car Insurance Plans Section */
.insurance-plans-section {
    background: #f2f7ff;
    padding: 70px 0;
    margin: 0 0 90px;
}

/* Features Section */
.features-section {
    max-width: 1170px;
    margin: 90px auto 90px;
    background: #ffffff;
    overflow: visible;
    /* ensure sticky works */
}

.features-content {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 4rem;
    align-items: start;
    min-height: 100vh;
    /* ensure enough space for sticky */
}

.features-text {
    max-width: 100%;
}

.features-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    color: #253858;
    margin: 0 0 12px;
    text-align: left;
}

.features-intro {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    text-align: left;
    margin: 0 0 24px;
}

.features-card-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
}

.features-card-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 12px;
    padding: 22px 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(37, 56, 88, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.features-card-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #FA5700;
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px 0 0 4px;
}

.features-card-item:hover {
    transform: translateY(-3px);
    border-color: rgba(250, 87, 0, 0.2);
    box-shadow: 0 12px 24px -10px rgba(37, 56, 88, 0.12);
}

.features-card-item:hover::before {
    transform: scaleY(1);
}

.features-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(250, 87, 0, 0.05);
    border-radius: 10px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.features-card-item:hover .features-card-icon {
    background: rgba(250, 87, 0, 0.12);
    transform: scale(1.05);
}

.features-card-icon svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.features-card-item:hover .features-card-icon svg {
    transform: rotate(5deg);
}

.features-card-text {
    flex-grow: 1;
}

.features-card-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
    color: #253858;
    margin: 0 0 6px;
    text-align: left;
}

.features-card-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #5e6c84;
    text-align: left;
    margin: 0;
}

.feature-link {
    color: #E8532B;
    text-decoration: none;
}

.feature-link:hover {
    text-decoration: underline;
}

.features-image {
    position: sticky;
    top: 100px;
    /* Offset to clear the sticky navigation header */
    align-self: flex-start;
    z-index: 10;
    background: #ffffff;
    height: auto;
    max-height: calc(100vh - 120px);
    overflow: visible;
}



/* Remove duplicate .features-img rule that may conflict */
.features-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
}

.features-illustration {
    width: 100%;
    max-width: 500px;
}

.features-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Exclusive Benefits Container */
.exclusive-benefits-container {
    background: radial-gradient(50% 50% at 50% 50%, #edebff 0, #e2dfff 100%);
    border-radius: 16px;
    padding: 32px;
    position: relative;
    margin: 0 auto 90px;
    max-width: 1200px;
}

.exclusive-benefits-container::before {
    content: "";
    background: url('https://brandstory.in/brandstory-images/benefits-before-img.avif') no-repeat center / contain;
    width: 233px;
    height: 120px;
    position: absolute;
    z-index: 1;
    right: 48px;
    top: -32px;
}

.exclusive-benefits-container::after {
    content: "";
    background: url('https://brandstory.in/brandstory-images/exclusive-benefits-bg.png') no-repeat center / cover;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 16px;
}

.exclusive-benefits-container .container {
    position: relative;
    z-index: 2;
}

.exclusive-benefits-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    color: #253858;
    margin: 0 0 12px;
    text-align: left;
}

.exclusive-benefits-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1170px;
    margin: 0 auto;
}

.benefits-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.advantage-card {
    position: relative;
}

.card-label {
    background: #E8532B;
    display: inline-block;
    border-radius: 100px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.card-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.manager-badge {
    position: absolute;
    top: 22px;
    right: 0;
    background: #f4f5f7;
    padding: 4px 12px;
    border-radius: 8px 0 0 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #253858;
    display: flex;
    align-items: center;
}

.manager-badge::before {
    content: "";
    background: url('https://brandstory.inhttps://brandstory.in/brandstory-images/manager-icon.svg') no-repeat center / contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.manager-badge svg {
    display: none;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.benefit-item {
    text-align: center;
}

.benefit-value {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 8px;
    color: #253858;
}

.benefit-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #5b574f;
    text-align: center;
}

.benefit-text span {
    display: block;
}

/* Types of Motor Insurance Section */
.types-section {
    margin: 0 auto 90px;
    max-width: 1200px;
    background: #ffffff;
}

.types-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: -.64px;
    color: #253858;
    text-align: center;
    margin: 0 0 16px;
}

.types-intro {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .016em;
    color: #5e6c84;
    text-align: center;
    margin: 0 0 32px;
}

.types-accordion {
    margin: 0 auto 32px;
}

.accordion-item {
    background: #fff;
    border-radius: 12px;
    margin: 0 0 12px;
    box-shadow: 0 0 10px 0 #ffe0d8;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item.active {
    background: #ffeee9;
    border-color: #B3D4FC;
}

.accordion-header {
    display: flex;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    gap: 16px;
}

.accordion-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.accordion-title {
    flex: 1;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    text-align: left;
    margin: 0;
}

.accordion-arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #253858;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-arrow {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 24px;
}

.accordion-item.active .accordion-content {
    display: block;
    max-height: 1000px;
    padding: 20px 24px 24px;
    background: #ffffff;
}

.accordion-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    text-align: left;
    margin: 0 0 12px;
}

.accordion-content p:last-child {
    margin-bottom: 0;
}

.types-cta {
    text-align: center;
}

.explore-plans-btn {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.8rem;
    padding-inline: 1.25rem;
    background-color: #000000;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 15px;
}

.explore-plans-btn:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.explore-plans-btn:hover svg {
    transform: translate(4px);
}

.explore-plans-btn svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

/* Types of Vehicle Insurance Policy Section */
.vehicle-types-section {
    padding: 70px 0;
    margin: 0 auto 90px;
    background: #ffeee9;
}

.vehicle-types-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: -.64px;
    color: #253858;
    text-align: center;
    margin: 0 0 16px;
}

.vehicle-types-intro {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .016em;
    color: #5e6c84;
    text-align: center;
    margin: 0 0 32px;
}

.vehicle-types-accordion {
    margin: 0 auto 32px;
}

.vehicle-types-accordion .accordion-item {
    background: #fff !important;
}

.vehicle-types-accordion .accordion-item.active {
    background: #fff !important;
}

.plans-content-wrapper {
    border-radius: 0;
    background: transparent;
    padding: 5px;
    color: #253858;
    padding-bottom: 0;
    max-width: 750px;
    margin: 24px auto 0;
    text-align: center;
}

.plans-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    color: #253858;
    text-align: center;
    margin: 0 0 24px;
}

.plans-title sup {
    font-size: 14px;
    vertical-align: super;
}

/* Plan Filters */
.plan-filters {
    border-radius: 26px;
    background: #e4edfb;
    border: 1px solid #cedcf3;
    padding: 4px;
    margin: 0 auto 28px;
    display: inline-flex;
    overflow: auto;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.filter-btn {
    flex: 0 0 auto;
    max-width: none;
    padding: 8px 20px;
    text-align: center;
    color: rgba(32, 57, 100, .8);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.filter-btn.active {
    border-radius: 22px;
    box-shadow: none;
    background: #446191;
    color: #fff;
    flex: 0 0 auto;
    max-width: none;
    padding: 8px 20px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0;
    white-space: nowrap;
}

/* Insurer Filter */
.insurer-filter {
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 50px;
    padding: 6px 16px;
    color: #505f79;
    border: 1px solid #dfe1e6;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .016em;
    text-align: center;
    width: fit-content;
    gap: 1rem;
}

.filter-label {
    font-size: 16px;
    color: #505f79;
    font-weight: 400;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 16px;
    color: #505f79;
    font-weight: 400;
}

.radio-label input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #E8532B;
}

/* Plans Container */
.plans-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Plans Container */
.plans-container {
    display: flex;
    flex-direction: column;
}

.plans-container>.plan-card:not(.plan-card-hidden):not(.hidden) {
    margin-bottom: 0.25rem;
}

.plans-container>.plan-card-hidden:not(.show) {
    display: none !important;
}

.plans-container>.plan-card-hidden.show {
    display: block !important;
    margin-bottom: 1.5rem;
}

/* Plan Card */
.plan-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    opacity: 1;
    max-height: 1000px;
    overflow: visible;
    transition: opacity 0.25s ease-out, max-height 0.4s ease-out, margin 0.4s ease-out, padding 0.4s ease-out;
    box-sizing: border-box;
    word-wrap: break-word;
}

.plan-card.hidden {
    display: none !important;
}

.plan-card-hidden {
    display: none !important;
}

.plan-card-hidden.show {
    display: block !important;
}

.plan-header {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 1rem;
}

/* Third Party Card Header - 3 columns only */
.third-party-header {
    grid-template-columns: repeat(3, 1fr);
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.third-party-card {
    padding: 1rem;
}

.insurer-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.insurer-logo img {
    width: 120px;
    height: 40px;
    object-fit: contain;
}

.plan-type-info {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}

.plan-type-label {
    font-size: 11px;
    margin-bottom: 2px;
    color: rgba(37, 56, 88, .6);
}

.plan-type-value {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 500;
    color: #253858;
}

.plan-details {
    display: contents;
}

.zero-dep {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}

.zero-dep .label {
    font-size: 11px;
    margin-bottom: 2px;
    color: rgba(37, 56, 88, .6);
}

.zero-dep .value {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 500;
    color: #253858;
}

.plan-price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.price-btn {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.8rem;
    padding-inline: 1.25rem;
    background-color: #000000;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    max-width: 120px;
    width: 100%;
}

.price-btn:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.price-btn:hover svg {
    transform: translate(4px);
}

.price-btn svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
}

/* Addons Section */
.addons-section {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.addons-title {
    font-size: 11px;
    font-weight: 500;
    color: rgba(37, 56, 88, .7);
    margin: 0;
    text-align: left;
    white-space: nowrap;
}

.addons-divider {
    border: none;
    border-top: 1px solid #E9EBEE;
    margin: 0;
    flex: 1;
}

/* Claim Benefits Section */
.claim-benefits-section {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.claim-benefits-title {
    font-size: 11px;
    font-weight: 500;
    color: rgba(37, 56, 88, .7);
    margin: 0;
    text-align: left;
    white-space: nowrap;
}

.claim-benefits-divider {
    border: none;
    border-top: 1px solid #E9EBEE;
    margin: 0;
    flex: 1;
}

/* Plan Addons */
.plan-addons {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.addon-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 12px;
    color: #253858;
    white-space: nowrap;
}

.addon-item svg {
    flex-shrink: 0;
}

.more-addons {
    color: #E8532B;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.more-addons:hover {
    text-decoration: underline;
}

/* Claim Benefits */
.claim-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    position: relative;
}

.benefit-pill {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #dfe1e6;
    background: #fff;
    margin: 0 3px 8px 0;
    font-size: 12px;
    position: relative;
    color: #253858;
}

.more-benefits {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    background: #f2f7ff;
    color: #0065ff;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid transparent;
    margin: 0 3px 8px 0;
    font-size: 12px;
    position: relative;
}

.cashless-garages-banner {
    position: absolute;
    right: -2.105rem;
    color: #253858;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    background: #fef1b3;
    padding: 4px 15px 4px 36px;
    border-radius: 6px 6px 0;
    bottom: 17px;
}

.cashless-garages-banner::before {
    content: "";
    width: 16px;
    height: 13.357px;
    margin-left: -4px;
    display: block;
    position: absolute;
    background: url(https://brandstory.inhttps://brandstory.in/brandstory-images/garage-icon.svg) no-repeat 0 0 / contain;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.cashless-garages-banner::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 0 0;
    border-color: #ac931f transparent transparent transparent;
    transform: rotate(0);
    position: absolute;
    bottom: -5px;
    right: 0;
}

.garage-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 12px;
    color: #5E6C84;
}

.garage-info svg {
    width: 16px;
    height: 16px;
}

/* Show More Button */
.show-more-cont.features-image {
    position: sticky;
    top: 100px;
    align-self: start;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: calc(100vh - 140px);
    overflow: hidden;
    z-index: 1;
}

/* Increase image size for larger display */
.features-img {
    width: 100%;
    max-width: 425px;
    height: auto;
    display: block;
    margin: 0 0;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

.show-more-btn {
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 100px;
    background: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #0065ff;
    letter-spacing: .196px;
    cursor: pointer;
    box-shadow: none;
    border: 1px solid #0065ff;
    margin: auto;
    pointer-events: auto;
    position: relative;
    z-index: 10;
}

.show-more-btn:hover {
    background: #E3F2FD;
}

.show-more-btn svg {
    width: 16px;
    height: 16px;
}

/* Disclaimer */
.disclaimer {
    font-size: 12px;
    color: #5E6C84;
    line-height: 1.6;
    text-align: left;
    margin-top: 2rem;
    padding: 0 1rem;
}

.disclaimer-wrapper {
    position: relative;
}

.disclaimer-text {
    margin: 0;
    display: inline;
}

.disclaimer-short {
    display: inline;
}

.disclaimer-full {
    display: none;
}

.disclaimer-wrapper.expanded .disclaimer-short {
    display: none;
}

.disclaimer-wrapper.expanded .disclaimer-full {
    display: inline;
}

.disclaimer-toggle {
    color: #E8532B;
    text-decoration: none;
    margin-left: 4px;
    cursor: pointer;
    white-space: nowrap;
    display: inline;
}

.disclaimer-toggle:hover {
    text-decoration: underline;
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 1.5rem 0;
    font-size: 14px;
    color: #999;
}

.breadcrumbs a {
    color: #666;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 1200px) {
    .service-features-card {
        max-width: calc(100% - 1rem);
        padding: 20px 24px;
    }

    .service-features-row {
        gap: 1.5rem;
    }
}

@media (max-width: 1024px) {
    .service-features-card {
        max-width: calc(100% - 1rem);
        padding: 18px 20px;
    }

    .service-features-row {
        gap: 1.25rem;
    }

    .service-feature-text {
        font-size: 14px;
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 0.5rem;
    }

    .page-title {
        font-size: 1.75rem;
    }

    .banner-card {
        padding: 2rem 1.5rem;
    }

    .banner-card-content {
        padding: 2rem 1rem 0;
    }

    .main-heading {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 16px;
    }

    .car-input-group {
        flex-direction: column;
    }

    .view-prices-btn {
        width: 100%;
    }

    .guarantee-badge {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 1rem;
        display: inline-flex;
    }

    .price-banner {
        padding: 6px 16px 6px 40px;
        font-size: 14px;
        top: -20px;
        width: max-content;
    }

    .price-banner .rupee-icon {
        width: 20px;
        height: 20px;
        left: 16px;
    }

    .car-illustration {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 2rem 0;
    }

    .features-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .button-wrapper {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .lowest-price-icon {
        position: relative;
        right: auto;
        width: 100px;
        height: auto;
    }

    .new-car-button {
        width: 100%;
        justify-content: center;
    }

    .car-bg-wrapper {
        margin-top: 1.5rem;
    }

    .car-bg-section {
        border-radius: 8px;
    }

    .car-bg-section .desktop-img {
        display: none;
    }

    .car-bg-section .mobile-img {
        display: block;
    }

    .lowest-price-icon.desktop-icon {
        display: none;
    }

    .lowest-price-icon.mobile-icon {
        display: block;
    }

    .service-features-card {
        width: 100%;
        padding: 1.5rem 1rem;
        /* bottom: 50px; */
        position: relative;
        margin: 0 auto;
        left: auto;
        transform: none;
    }

    .service-features-row {
        flex-direction: column;
        gap: 1.25rem;
        align-items: flex-start;
    }

    .service-feature-item {
        width: 100%;
    }

    .service-feature-icon {
        width: 36px;
        height: 36px;
    }

    .service-feature-icon img {
        width: 28px;
        height: 28px;
    }

    .service-feature-text {
        font-size: 14px;
        line-height: 20px;
        white-space: normal;
    }

    /* Insurance Plans Section Mobile */
    .insurance-plans-section {
        padding: 2rem 0;
        margin: 0 0 2rem;
    }

    /* Features Section Mobile */
    .features-section {
        padding: 2rem 10px;
        margin: 0 0 2rem;
    }

    .features-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .features-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .features-intro {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .features-card-list {
        gap: 16px;
        margin-top: 20px;
    }

    .features-card-item {
        padding: 16px 18px;
        gap: 16px;
    }

    .features-card-icon {
        width: 40px;
        height: 40px;
        border-radius: 8px;
    }

    .features-card-icon svg {
        width: 20px;
        height: 20px;
    }

    .features-card-title {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .features-card-desc {
        font-size: 13.5px;
        line-height: 20px;
    }

    .features-image {
        position: static !important;
        max-height: none;
    }

    .features-illustration {
        max-width: 300px;
        margin: 0 auto;
    }

    /* Exclusive Benefits Container Mobile */
    .exclusive-benefits-container {
        padding: 1.5rem;
        margin: 0 1rem 2rem;
        border-radius: 12px;
    }

    .exclusive-benefits-container::before {
        width: 150px;
        height: 80px;
        right: 10px;
        top: -20px;
    }

    .exclusive-benefits-container .container {
        padding: 0;
    }

    .exclusive-benefits-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
        max-width: 200px;
    }

    .exclusive-benefits-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .benefits-card {
        padding: 1.25rem;
    }

    .card-label {
        font-size: 14px;
        padding: 6px 12px;
        margin-bottom: 1rem;
    }

    .benefits-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
    }

    .card-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        margin-bottom: 1rem;
    }

    .manager-badge {
        position: static;
        border-radius: 8px;
        font-size: 12px;
        padding: 4px 10px;
        margin-top: 0.5rem;
    }

    .manager-badge::before {
        width: 18px;
        height: 18px;
        margin: 0 6px 0 0;
    }

    .benefit-value {
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 6px;
    }

    .benefit-text {
        font-size: 12px;
        line-height: 18px;
    }

    .benefit-text span {
        font-size: 12px;
    }

    /* Types Section Mobile */
    .types-section {
        padding: 2rem 0;
        margin: 0 0 2rem;
    }

    .types-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .types-intro {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }

    .types-accordion {
        margin-bottom: 24px;
    }

    .accordion-header {
        padding: 16px;
        gap: 12px;
    }

    .accordion-icon {
        width: 40px;
        height: 40px;
    }

    .accordion-title {
        font-size: 16px;
        line-height: 22px;
    }

    .accordion-item.active .accordion-content {
        display: block;
        padding: 16px;
        background: #ffffff;
    }

    .accordion-content p {
        font-size: 14px;
        line-height: 20px;
    }

    .explore-plans-btn {
        justify-content: center;
        padding: 10px 20px;
        font-size: 14px;
    }

    /* Vehicle Types Section Mobile */
    .vehicle-types-section {
        padding: 2rem 0;
        margin: 0 1rem 2rem;
    }

    .vehicle-types-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .vehicle-types-intro {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }

    .vehicle-types-accordion {
        margin-bottom: 24px;
    }

    .plans-title {
        font-size: 22px;
        margin-bottom: 1rem;
    }

    .plan-filters {
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-bottom: 1rem;
    }

    .filter-btn {
        padding: 6px 16px;
        font-size: 12px;
    }

    .insurer-filter {
        flex-wrap: wrap;
        gap: 0.75rem;
        margin-bottom: 1.5rem;
        font-size: 14px;
        padding: 5px 12px;
    }

    .insurer-filter .filter-label {
        font-size: 14px;
    }

    .insurer-filter .radio-label {
        font-size: 14px;
    }

    .plan-card {
        padding: 1rem;
        overflow: visible;
    }

    .cashless-garages-banner {
        right: -0.5rem;
        font-size: 11px;
        padding: 3px 12px 3px 30px;
        bottom: 10px;
    }

    .plan-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        padding-bottom: 0.75rem;
        margin-bottom: 1rem;
    }

    /* Third Party Header Mobile - Keep 3 columns in a row */
    .third-party-header {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
        align-items: center;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* Regular plan header - 2 columns in a row */
    .plan-header:not(.third-party-header) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 0.75rem;
    }

    .insurer-logo {
        width: 100%;
    }

    .insurer-logo img {
        width: 100px;
        height: auto;
        max-width: 120px;
    }

    /* Third party specific logo sizing */
    .third-party-header .insurer-logo img {
        width: 80px;
        max-width: 90px;
    }

    .plan-type-info {
        width: 100%;
    }

    .plan-type-label {
        font-size: 10px;
    }

    .plan-type-value {
        font-size: 13px;
    }

    /* Third party specific text sizing */
    .third-party-header .plan-type-label {
        font-size: 9px;
    }

    .third-party-header .plan-type-value {
        font-size: 12px;
    }

    .zero-dep {
        width: 100%;
    }

    .zero-dep .label {
        font-size: 10px;
    }

    .zero-dep .value {
        font-size: 13px;
    }

    .plan-price {
        width: 100%;
        justify-content: flex-start;
    }

    /* Third party price button - smaller on mobile */
    .third-party-header .plan-price {
        justify-content: center;
    }

    .third-party-header .price-btn {
        width: auto;
        max-width: 100%;
        padding: 6px 12px;
        font-size: 12px;
    }

    .plan-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        width: 100%;
    }

    .price-btn {
        width: 100%;
        justify-content: center;
        padding: 8px 16px;
        font-size: 13px;
    }

    /* Addons Section Mobile */
    .addons-section {
        margin-bottom: 0.75rem;
    }

    .addons-title {
        font-size: 10px;
    }

    .plan-addons {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        margin-bottom: 1rem;
    }

    .addon-item {
        font-size: 11px;
        width: 100%;
    }

    .more-addons {
        font-size: 11px;
    }

    /* Claim Benefits Section Mobile */
    .claim-benefits-section {
        margin-bottom: 0.75rem;
    }

    .claim-benefits-title {
        font-size: 10px;
    }

    .claim-benefits {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        position: relative;
    }

    .benefit-pill {
        font-size: 11px;
        padding: 4px 8px;
        margin: 0 0 4px 0;
        text-align: left;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Very small screens */
    @media (max-width: 480px) {
        .plan-card {
            padding: 0.75rem;
        }

        .insurer-logo img {
            width: 80px;
            max-width: 100px;
        }

        .plan-type-label,
        .zero-dep .label {
            font-size: 9px;
        }

        .plan-type-value,
        .zero-dep .value {
            font-size: 12px;
        }

        .addon-item,
        .more-addons,
        .benefit-pill,
        .more-benefits {
            font-size: 10px;
        }

        .price-btn {
            font-size: 12px;
            padding: 6px 12px;
        }

        .cashless-garages-banner {
            font-size: 10px;
            padding: 2px 10px 2px 28px;
            right: -1.25rem;
        }
    }

    .more-benefits {
        font-size: 11px;
        padding: 4px 8px;
        margin: 0 0 4px 0;
    }

    .show-more-btn {
        justify-content: center;
        padding: 8px 16px;
        font-size: 13px;
    }
}

/* Very small screens */
@media (max-width: 480px) {
    .plan-card {
        padding: 0.75rem;
    }

    .insurer-logo img {
        width: 80px;
        max-width: 100px;
    }

    /* Insurer filter - smaller font on very small screens */
    .insurer-filter {
        font-size: 12px;
        padding: 4px 10px;
    }

    .insurer-filter .filter-label {
        font-size: 12px;
    }

    .insurer-filter .radio-label {
        font-size: 12px;
    }

    /* Third party specific - keep 3 columns */
    .third-party-header {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.25rem;
    }

    .third-party-header .insurer-logo img {
        width: 60px;
        max-width: 70px;
    }

    .third-party-header .plan-type-label {
        font-size: 8px;
    }

    .third-party-header .plan-type-value {
        font-size: 11px;
    }

    .third-party-header .price-btn {
        font-size: 11px;
        padding: 5px 8px;
    }

    .plan-type-label,
    .zero-dep .label {
        font-size: 9px;
    }

    .plan-type-value,
    .zero-dep .value {
        font-size: 12px;
    }

    .addon-item,
    .more-addons,
    .benefit-pill,
    .more-benefits {
        font-size: 10px;
    }

    .price-btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .cashless-garages-banner {
        font-size: 10px;
        padding: 2px 10px 2px 28px;
        right: -1.25rem;
    }
}

/* Coverages Section */
.coverages-section {
    margin: 0 auto 90px;
    background: #ffffff;
}

.coverages-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    color: #253858;
    text-align: center;
    margin: 0 0 12px;
}

.coverages-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 1200px;
    margin: 32px 0 0;
    padding: 0 1.5rem;
}

.coverage-card {
    border: 1px solid #d2e4ff;
    background: #fff;
    border-radius: 12px;
    padding: 4px 4px 44px;
    overflow-y: scroll;
    height: 570px;
    /* Firefox scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #E0E1E6 transparent;
}

/* Webkit scrollbar (Chrome, Safari, Edge) */
.coverage-card::-webkit-scrollbar {
    width: 8px;
}

.coverage-card::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.coverage-card::-webkit-scrollbar-thumb {
    background: #E0E1E6;
    border-radius: 10px;
}

.coverage-card::-webkit-scrollbar-thumb:hover {
    background: #d0d1d6;
}

.coverage-card.not-covered {
    box-shadow: 0 2px 40px 0 rgba(25, 144, 94, .2);
}

.coverage-card-header {
    padding: 20px 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
}

.coverage-card.covered .coverage-card-header {
    border-radius: 12px 12px 0 0;
    padding: 18px 28px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    margin: 0 0 24px;
    background: #fff7f7;
    color: #ff5040;
}

.coverage-card.not-covered .coverage-card-header {
    background: #ecfbe8;
    color: #00875a;
}

.coverage-accordion {
    padding: 0;
}

.coverage-accordion-item {
    border-bottom: 1px solid #e5e5e5;
    transition: background 0.3s ease-in-out;
}

.coverage-accordion-item:last-child {
    border-bottom: none;
}

.coverage-accordion-header {
    display: flex;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    gap: 16px;
    transition: background 0.2s ease-in-out;
}

.coverage-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.2s ease-in-out;
}

.coverage-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.coverage-accordion-title {
    flex: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #253858;
    margin: 0;
    transition: color 0.2s ease-in-out;
}

.coverage-accordion-arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #253858;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.coverage-accordion-item.active .coverage-accordion-arrow {
    transform: rotate(180deg);
}

.coverage-accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        padding 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease-in-out;
    padding: 0 24px;
}

.coverage-accordion-item.active .coverage-accordion-content {
    max-height: 800px;
    opacity: 1;
    padding: 0 24px 20px 64px;
}

.coverage-accordion-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #5e6c84;
    margin: 0;
}

@media (max-width: 1024px) {
    .coverages-container {
        gap: 20px;
        padding: 0 1rem;
    }

    .coverage-card {
        height: 550px;
    }
}

@media (max-width: 768px) {
    .coverages-section {
        margin: 0 auto 60px;
    }

    .coverages-container {
        grid-template-columns: 1fr;
        gap: 24px;
        margin: 24px 0 0;
        padding: 0 1rem;
    }

    .coverages-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 24px;
        padding: 0 1rem;
    }

    .coverage-card {
        height: auto;
        max-height: none;
        overflow-y: visible;
        padding: 0 0 20px;
    }

    .coverage-card-header {
        font-size: 18px;
        line-height: 26px;
        padding: 16px 20px;
    }

    .coverage-card.covered .coverage-card-header {
        padding: 16px 20px;
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 16px;
    }

    .coverage-accordion-header {
        padding: 14px 16px;
        gap: 12px;
    }

    .coverage-icon {
        width: 20px;
        height: 20px;
    }

    .coverage-accordion-title {
        font-size: 15px;
        line-height: 22px;
    }

    .coverage-accordion-arrow {
        width: 18px;
        height: 18px;
    }

    .coverage-accordion-item.active .coverage-accordion-content {
        max-height: 600px;
        padding: 0 16px 14px 48px;
    }

    .coverage-accordion-content p {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .coverages-section {
        margin: 0 auto 40px;
    }

    .coverages-container {
        gap: 20px;
        margin: 20px 0 0;
        padding: 0 0.75rem;
    }

    .coverages-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
        padding: 0 0.75rem;
    }

    .coverage-card {
        border-radius: 8px;
    }

    .coverage-card-header {
        font-size: 16px;
        line-height: 24px;
        padding: 14px 16px;
    }

    .coverage-card.covered .coverage-card-header {
        padding: 14px 16px;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 12px;
        border-radius: 8px 8px 0 0;
    }

    .coverage-accordion-header {
        padding: 12px 14px;
        gap: 10px;
    }

    .coverage-icon {
        width: 18px;
        height: 18px;
    }

    .coverage-accordion-title {
        font-size: 14px;
        line-height: 20px;
    }

    .coverage-accordion-arrow {
        width: 16px;
        height: 16px;
    }

    .coverage-accordion-item.active .coverage-accordion-content {
        max-height: 500px;
        padding: 0 14px 12px 44px;
    }

    .coverage-accordion-content p {
        font-size: 12px;
        line-height: 18px;
    }
}

/* Comparison Table Section */
.comparison-section {
    padding: 70px 0;
    margin: 0 auto 90px;
    background: #ffeee9;
}

.comparison-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.comparison-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    color: #253858;
    text-align: center;
    margin: 0 0 16px;
}

.comparison-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    text-align: center;
    margin: 0 0 48px;
}

.comparison-card {
    border: 1px solid #ffcfc2;
    border-radius: 20px;
    margin: 30px 0 0;
    background: #ffffff;
    overflow: hidden;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.comparison-table th,
.comparison-table td {
    padding: 16px 20px;
    text-align: center;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
}

.comparison-table th {
    background: #ffcfc2;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #253858;
}

.comparison-table th:first-child {
    background: #ffcfc2;
    text-align: left;
}

.comparison-table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #253858;
}

/* Odd rows (1st, 3rd, 5th, etc.) - White background */
.comparison-table tbody tr:nth-child(odd) td {
    background: #fff;
    border-bottom: 1px solid #e6f0ff;
}

.comparison-table tbody tr:nth-child(odd) td:first-child {
    background: #fff;
    text-align: left;
    font-weight: 500;
}

/* Even rows (2nd, 4th, 6th, etc.) - Light blue background */
.comparison-table tbody tr:nth-child(even) td {
    background: #ffcfc2;
    border-bottom: 1px solid #e6f0ff;
}

.comparison-table tbody tr:nth-child(even) td:first-child {
    background: #ffcfc2;
    text-align: left;
    font-weight: 500;
}

/* Remove bottom border from last row */
.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.comparison-icon.check {
    color: #4caf50;
    font-size: 20px;
    font-weight: bold;
}

.comparison-icon.cross {
    color: #f44336;
    font-size: 18px;
    font-weight: bold;
}

.comparison-cta {
    text-align: center;
    margin-top: 32px;
}

.insure-now-btn {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.8rem;
    padding-inline: 1.25rem;
    background-color: #000000;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 15px;
}

.insure-now-btn:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.insure-now-btn:hover svg {
    transform: translate(4px);
}

.insure-now-btn svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .comparison-section {
        padding: 60px 0;
        margin: 0 auto 60px;
    }

    .comparison-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .comparison-subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 32px;
    }

    .comparison-card {
        overflow-x: auto;
        /* Custom scrollbar */
        scrollbar-width: thin;
        scrollbar-color: #E0E1E6 transparent;
    }

    .comparison-card::-webkit-scrollbar {
        height: 8px;
    }

    .comparison-card::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 10px;
    }

    .comparison-card::-webkit-scrollbar-thumb {
        background: #E0E1E6;
        border-radius: 10px;
    }

    .comparison-card::-webkit-scrollbar-thumb:hover {
        background: #d0d1d6;
    }

    .comparison-table {
        min-width: 700px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 12px 16px;
        font-size: 14px;
    }

}

@media (max-width: 480px) {
    .comparison-section {
        padding: 40px 0;
        margin: 0 auto 40px;
    }

    .comparison-container {
        padding: 0 1rem;
    }

    .comparison-title {
        font-size: 20px;
        line-height: 28px;
    }

    .comparison-subtitle {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 24px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 10px 12px;
        font-size: 13px;
    }

    .comparison-cta {
        margin-top: 24px;
    }

    .insure-now-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Why Buy Insurance Section */
.why-buy-section {
    padding: 70px 0;
    margin: 0 auto 90px;
    background: #ffffff;
}

.why-buy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.why-buy-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: -.64px;
    color: #253858;
    margin: 0 0 24px;
}

.why-buy-intro {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    margin: 0 0 16px;
}

.why-buy-content {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 48px;
    margin-top: 40px;
    align-items: start;
}

.why-buy-features {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.feature-item {
    background: #fff;
    box-shadow: 0 0 10px 0 #fff1ed;
    padding: 24px 16px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 12px;
    margin: 0 0 8px;
    gap: 16px;
}

.feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.feature-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    text-align: left;
    margin: 0;
}

.why-buy-illustration {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: sticky;
    top: 20px;
}

.why-buy-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .why-buy-content {
        gap: 32px;
    }

    .why-buy-image {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .why-buy-section {
        padding: 60px 0;
        margin: 0 auto 60px;
    }

    .why-buy-container {
        padding: 0 1.25rem;
    }

    .why-buy-title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    .why-buy-intro {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .why-buy-content {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 32px;
    }

    .why-buy-illustration {
        order: -1;
    }

    .why-buy-image {
        max-width: 70%;
        height: auto;
    }

    .feature-item {
        padding: 18px 16px;
        gap: 14px;
    }

    .feature-icon {
        width: 22px;
        height: 22px;
    }

    .feature-icon img {
        width: 22px;
        height: 22px;
    }

    .feature-text {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .why-buy-section {
        padding: 40px 0;
        margin: 0 auto 40px;
    }

    .why-buy-container {
        padding: 0 1rem;
    }

    .why-buy-title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
        margin-bottom: 16px;
    }

    .why-buy-intro {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .why-buy-content {
        margin-top: 24px;
        gap: 24px;
    }

    .why-buy-image {
        max-width: 60%;
        height: auto;
    }

    .feature-item {
        padding: 14px 14px;
        gap: 12px;
        border-radius: 10px;
        margin: 0 0 6px;
    }

    .feature-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .feature-icon img {
        width: 16px;
        height: 16px;
    }

    .feature-text {
        font-size: 14px;
        line-height: 22px;
    }

    .feature-item {
        align-items: flex-start;
    }
}

@media (max-width: 360px) {
    .why-buy-section {
        padding: 32px 0;
        margin: 0 auto 32px;
    }

    .why-buy-container {
        padding: 0 0.75rem;
    }

    .why-buy-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 14px;
    }

    .why-buy-intro {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .why-buy-content {
        margin-top: 20px;
        gap: 20px;
    }

    .feature-item {
        padding: 12px 12px;
        gap: 10px;
    }

    .feature-icon {
        width: 18px;
        height: 18px;
    }

    .feature-icon img {
        width: 16px;
        height: 16px;
    }

    .feature-text {
        font-size: 13px;
        line-height: 20px;
    }
}

/* Things to Consider Section */
.things-consider-section {
    padding: 70px 0;
    background: #ffeee9;
}

.things-consider-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.things-consider-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    color: #253858;
    margin: 0 0 12px;
    text-align: left;
}

.things-consider-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    text-align: left;
    margin: 0 0 32px;
}

.carousel-wrapper {
    position: relative;
    margin: 0 auto 20px;
    padding: 0 40px;
}

.carousel-container {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.carousel-track {
    display: flex;
    justify-content: flex-start;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 24px;
    will-change: transform;
    padding: 8px 4px;
}

.consider-card {
    box-shadow: 0 2px 16px 0 rgba(255, 100, 50, 0.08);
    border: 1px solid rgba(255, 120, 80, 0.12);
    border-top: 3px solid #ff6b35;
    border-radius: 12px;
    background: #fff;
    padding: 28px 24px;
    cursor: default;
    flex: 0 0 calc(33.333% - 16px);
    min-width: 0;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.consider-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px 0 rgba(255, 100, 50, 0.15);
}

.consider-card-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.consider-card-icon {
    width: 52px;
    height: 52px;
    background: #fff5f2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.consider-card-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.consider-card-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #253858;
    text-align: left;
    margin: 0 0 10px;
}

.consider-card-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, 0.8);
    text-align: left;
    margin: 0;
    flex: 1;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #ff6b35;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 14px rgba(255, 107, 53, 0.35);
    transition: all 0.3s ease;
}

.carousel-nav:hover {
    background: #e85520;
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.5);
    transform: translateY(-50%) scale(1.08);
}

.carousel-nav.prev {
    left: -4px;
}

.carousel-nav.next {
    right: -4px;
}

.carousel-nav svg {
    width: 20px;
    height: 20px;
    stroke: #ffffff;
    stroke-width: 2.5;
}

.carousel-nav:disabled,
.carousel-nav[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}

/* Carousel dot indicators */
.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 24px 0 0;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(37, 56, 88, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    padding: 0;
    flex-shrink: 0;
}

.carousel-dot.active {
    width: 24px;
    border-radius: 4px;
    background: #ff6b35;
}

.things-consider-cta {
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .consider-card {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 768px) {
    .things-consider-section {
        padding: 60px 0;
        margin: 0 auto 60px;
    }

    .things-consider-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .things-consider-subtitle {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 32px;
    }

    .carousel-wrapper {
        padding: 0 36px;
    }

    .consider-card {
        flex: 0 0 calc(50% - 12px);
        padding: 22px 18px;
    }

    .carousel-nav {
        width: 36px;
        height: 36px;
    }

    .carousel-nav.prev {
        left: -4px;
    }

    .carousel-nav.next {
        right: -4px;
    }

    .carousel-nav svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .things-consider-section {
        padding: 40px 0;
        margin: 0 auto 40px;
    }

    .things-consider-container {
        padding: 0 1rem;
    }

    .carousel-wrapper {
        padding: 0 32px;
    }

    .things-consider-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .things-consider-subtitle {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px;
    }

    .consider-card {
        flex: 0 0 100%;
        padding: 20px 16px;
    }

    .consider-card-icon-wrapper {
        margin-bottom: 14px;
    }

    .consider-card-icon {
        width: 44px;
        height: 44px;
    }

    .consider-card-icon img {
        width: 24px;
        height: 24px;
    }

    .consider-card-title {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 8px;
    }

    .consider-card-description {
        font-size: 13px;
        line-height: 21px;
    }

    .carousel-nav {
        width: 32px;
        height: 32px;
    }

    .carousel-nav.prev {
        left: -4px;
    }

    .carousel-nav.next {
        right: -4px;
    }

    .carousel-nav svg {
        width: 14px;
        height: 14px;
    }

    .things-consider-cta {
        margin-top: 32px;
    }
}

/* Factors That Affect Premiums Section */
.factors-section {
    padding: 70px 0;
}

.factors-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.factors-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    color: #253858;
    margin: 0 0 12px;
    text-align: left;
}

.factors-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    text-align: left;
    margin: 0 0 32px;
}

.factors-carousel-wrapper {
    position: relative;
    margin: 0 auto 40px;
}

.factors-carousel-container {
    overflow: hidden;
    position: relative;
}

.factors-carousel-track {
    display: flex;
    justify-content: flex-start;
    transition: transform 0.5s ease-in-out;
    gap: 24px;
    will-change: transform;
    padding: 5px;
}

.factors-card {
    box-shadow: 0 0 10px 0 #fff1ed;
    border: 1px solid #f1f6ff;
    border-radius: 12px;
    background: #fff;
    padding: 24px;
    cursor: text;
    flex: 0 0 calc(33.333% - 16px);
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.factors-card-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.factors-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.factors-card-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.factors-card-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #253858;
    text-align: left;
    margin: 0 0 8px;
}

.factors-card-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    text-align: left;
    margin: 0;
}

.factors-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #000000;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.factors-carousel-nav:hover {
    background: #000000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.factors-carousel-nav.prev {
    left: -24px;
}

.factors-carousel-nav.next {
    right: -24px;
}

.factors-carousel-nav svg {
    width: 20px;
    height: 20px;
    stroke: #ffffff;
    stroke-width: 2;
}

.factors-carousel-nav:disabled,
.factors-carousel-nav[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .factors-card {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 768px) {
    .factors-section {
        padding: 60px 0;
        margin: 0 auto 60px;
    }

    .factors-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .factors-subtitle {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 32px;
    }

    .factors-card {
        flex: 0 0 calc(50% - 12px);
        padding: 24px 20px;
    }

    .factors-carousel-nav {
        width: 40px;
        height: 40px;
    }

    .factors-carousel-nav.prev {
        left: -10px;
    }

    .factors-carousel-nav.next {
        right: -10px;
    }

    .factors-carousel-nav svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .factors-section {
        padding: 40px 0;
        margin: 0 auto 40px;
    }

    .factors-container {
        padding: 0 1rem;
    }

    .factors-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .factors-subtitle {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px;
    }

    .factors-card {
        flex: 0 0 100%;
        padding: 20px 18px;
    }

    .factors-card-icon-wrapper {
        margin-bottom: 16px;
    }

    .factors-card-icon {
        width: 48px;
        height: 48px;
    }

    .factors-card-icon img {
        width: 48px;
        height: 48px;
    }

    .factors-card-title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .factors-card-description {
        font-size: 16px;
        line-height: 26px;
    }

    .factors-carousel-nav {
        width: 36px;
        height: 36px;
    }

    .factors-carousel-nav.prev {
        left: -10px;
    }

    .factors-carousel-nav.next {
        right: -10px;
    }

    .factors-carousel-nav svg {
        width: 16px;
        height: 16px;
    }
}

/* How to Buy Motor Insurance Online Section */
.how-to-buy-section {
    padding: 70px 0;
}

.how-to-buy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.how-to-buy-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.how-to-buy-left {
    display: flex;
    flex-direction: column;
}

.how-to-buy-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: -.64px;
    color: #253858;
    margin: 0 0 24px;
}

.how-to-buy-intro {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    margin: 0 0 20px;
}

.how-to-buy-illustration {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: sticky;
    top: 20px;
}

.how-to-buy-image {
    width: 100%;
    max-width: 60%;
    height: auto;
    object-fit: contain;
}

.how-to-buy-right {
    display: flex;
    flex-direction: column;
}

.how-to-buy-steps-container {
    counter-reset: section;
    list-style: none;
    overflow-y: scroll;
    height: 487px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 6px 16px 0 rgba(37, 56, 88, .1215686275);
    border-radius: 12px;
}

.how-to-buy-step-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    counter-increment: section;
}

.how-to-buy-step-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.how-to-buy-step-number {
    background: #ffcfc2;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px 0 0;
    flex-shrink: 0;
    position: relative;
}

.how-to-buy-step-number::before {
    content: counter(section);
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #E8532B;
}

.how-to-buy-step-text {
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #253858;
    margin: 0;
    padding-top: 8px;
}

@media (max-width: 1024px) {
    .how-to-buy-content {
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .how-to-buy-section {
        padding: 60px 0;
        margin: 0 auto 60px;
    }

    .how-to-buy-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .how-to-buy-intro {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 32px;
    }

    .how-to-buy-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .how-to-buy-steps-container {
        padding: 24px;
        height: auto;
        overflow-y: visible;
    }

    .how-to-buy-step-item {
        padding: 16px 0;
    }
}

@media (max-width: 480px) {
    .how-to-buy-section {
        padding: 40px 0;
        margin: 0 auto 40px;
    }

    .how-to-buy-container {
        padding: 0 1rem;
    }

    .how-to-buy-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .how-to-buy-intro {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px;
    }

    .how-to-buy-content {
        gap: 24px;
    }

    .how-to-buy-steps-container {
        padding: 24px;
        height: auto;
        overflow-y: visible;
    }

    .how-to-buy-step-item {
        padding: 14px 0;
        gap: 12px;
    }

    .how-to-buy-step-number {
        width: 36px;
        height: 36px;
        margin: 0 10px 0 0;
    }

    .how-to-buy-step-number::before {
        font-size: 16px;
        line-height: 24px;
    }

    .how-to-buy-step-text {
        font-size: 14px;
        line-height: 22px;
        padding-top: 6px;
    }
}

/* Explore Add-ons Section */
.addons-explore-section {
    padding: 70px 0;
}

.addons-explore-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.addons-explore-title {
    margin: 24px 0 0;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    color: #253858;
    text-align: center;
}

.addons-explore-title::after {
    content: "";
    background: #81b3ff;
    width: 108px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translate(-50%, 0);
}

.addons-explore-card-wrapper {
    background: #ffffff;
    border: 1px solid #d2e4ff;
    border-radius: 16px;
    padding: 40px 32px 3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    text-align: center;
}

.addons-explore-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 70px 40px 0;
    gap: 24px;
    margin-bottom: 0;
}

.addon-explore-card {
    box-shadow: 0 4px 16px 0 rgba(37, 56, 88, .2);
    background: #fff;
    border-radius: 16px;
    width: 23%;
    margin: 0 0px 1.5rem 0;
    padding: 0 16px 24px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
    position: relative;
}

.addon-explore-card:hover {
    box-shadow: 0 6px 20px 0 rgba(37, 56, 88, .3);
    transform: translateY(-2px);
}

.addon-explore-icon {
    width: 48px;
    height: 48px;
    margin: -24px 0 16px;
    flex-shrink: 0;
}

.addon-explore-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.addon-explore-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #253858;
    text-align: left;
    margin: 0;
    flex: 1;
}

.addon-explore-arrow {
    width: 32px;
    height: 32px;
    background: #ffeee9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: all 0.3s ease;
}

.addon-explore-card:hover .addon-explore-arrow {
    background: #E8532B;
}

.addon-explore-arrow svg {
    width: 16px;
    height: 16px;
    stroke: #E8532B;
    transition: stroke 0.3s ease;
}

.addon-explore-card:hover .addon-explore-arrow svg {
    stroke: #ffffff;
}

.addon-explore-card.hidden {
    display: none;
}

.addons-load-more-container {
    position: absolute;
    bottom: 0px;
    left: 32px;
    right: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.addons-load-more-btn {
    border: 1px solid #0065ff;
    display: inline-flex;
    border-radius: 100px;
    background: #fff;
    padding: 8px 20px;
    color: #0065ff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .014em;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 18px;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.addons-load-more-btn:hover {
    background: #f0f7ff;
}

.addons-load-more-btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.addons-load-more-btn.expanded svg {
    transform: rotate(180deg);
}

@media (max-width: 1024px) {
    .addon-explore-card {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .addons-explore-section {
        padding: 60px 0;
        margin: 0 auto 60px;
    }

    .addons-explore-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .addons-explore-card-wrapper {
        padding: 32px 24px 3rem;
    }

    .addons-load-more-container {
        left: 24px;
        right: 24px;
    }

    .addons-explore-grid {
        gap: 16px;
    }

    .addon-explore-card {
        width: 48%;
        padding: 0 12px 20px;
    }
}

@media (max-width: 480px) {
    .addons-explore-section {
        padding: 40px 0;
        margin: 0 auto 40px;
    }

    .addons-explore-container {
        padding: 0 1rem;
    }

    .addons-explore-title {
        font-size: 20px;
        line-height: 28px;
    }

    .addons-explore-card-wrapper {
        padding: 24px 16px 3rem;
    }

    .addons-load-more-container {
        left: 16px;
        right: 16px;
        bottom: 24px;
    }

    .addons-explore-grid {
        gap: 12px;
    }

    .addon-explore-card {
        width: 100%;
        padding: 0 12px 18px;
        margin: 0 0 24px 0;
    }

    .addon-explore-icon {
        width: 40px;
        height: 40px;
    }

    .addons-load-more-btn {
        top: 42px;
    }
}

/* Benefits of Buying Online Section */
.buy-online-section {
    padding: 70px 0;
    background: #ffeee9;
}

.buy-online-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.buy-online-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: -.64px;
    color: #253858;
    margin: 0 0 24px;
}

.buy-online-intro {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    margin: 0 0 40px;
}

.buy-online-content {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 48px;
    align-items: start;
}

.buy-online-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.buy-online-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.buy-online-bullet {
    width: 6px;
    height: 6px;
    background: #253858;
    border-radius: 50%;
    margin-top: 10px;
    flex-shrink: 0;
}

.buy-online-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    text-align: left;
    margin: 0;
}

.buy-online-illustration {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: sticky;
    top: 20px;
    margin: 0;
}

.buy-online-image {
    width: 100%;
    max-width: 80%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .buy-online-content {
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .buy-online-section {
        padding: 60px 0;
        margin: 0 auto 60px;
    }

    .buy-online-container {
        padding: 0 1.25rem;
    }

    .buy-online-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .buy-online-intro {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 32px;
    }

    .buy-online-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .buy-online-illustration {
        order: -1;
    }

    .buy-online-text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .buy-online-section {
        padding: 40px 0;
        margin: 0 auto 40px;
    }

    .buy-online-title {
        font-size: 20px;
        line-height: 28px;
    }

    .buy-online-intro {
        font-size: 14px;
        line-height: 20px;
    }

    .buy-online-text {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Explore More Under Car Insurance Section */
.explore-more-section {
    padding: 70px 0;
}

.explore-more-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.explore-more-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 32px 3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    min-height: 300px;
}

.explore-more-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    color: #253858;
    margin: 0 0 32px;
    text-align: left;
}

.explore-more-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 0;
}

.explore-more-item {
    background: #ffeee9;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.explore-more-item:hover {
    background: #ffcfc2;
    transform: translateY(-2px);
}

.explore-more-item-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #253858;
}

.explore-more-item-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-left: 12px;
}

.explore-more-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.explore-more-item.hidden {
    display: none;
}

.explore-more-button-container {
    position: absolute;
    bottom: -20px;
    left: 32px;
    right: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.explore-more-button {
    border: 1px solid #3948FF;
    display: inline-flex;
    border-radius: 100px;
    background: #fff;
    padding: 8px 20px;
    color: #3948FF;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .014em;
    text-align: center;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.explore-more-button:hover {
    background: #f0f7ff;
}

.explore-more-button svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.explore-more-button.expanded svg {
    transform: rotate(180deg);
}

@media (max-width: 1024px) {
    .explore-more-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .explore-more-section {
        padding: 60px 0;
        margin: 0 auto 60px;
    }

    .explore-more-card {
        padding: 32px 24px 3rem;
    }

    .explore-more-button-container {
        left: 24px;
        right: 24px;
    }

    .explore-more-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .explore-more-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .explore-more-item {
        padding: 14px 12px;
    }

    .explore-more-item-text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .explore-more-section {
        padding: 40px 0;
        margin: 0 auto 40px;
    }

    .explore-more-container {
        padding: 0 1rem;
    }

    .explore-more-card {
        padding: 24px 16px 3rem;
    }

    .explore-more-button-container {
        left: 16px;
        right: 16px;
    }

    .explore-more-title {
        font-size: 20px;
        line-height: 28px;
    }

    .explore-more-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .explore-more-item {
        padding: 12px 10px;
    }
}

/* Documents Required Section */
/* SEO Requirements Section Redesign */
.seo-requirements-section {
    padding: 100px 0;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.seo-requirements-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
}

.seo-requirements-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.seo-requirements-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    color: #253858;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.seo-requirements-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #E8532B;
    border-radius: 2px;
}

.seo-requirements-intro {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
}

.seo-requirements-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.seo-requirement-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.seo-requirement-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #E8532B;
}

.seo-requirement-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(232, 83, 43, 0.1);
    color: #E8532B;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.seo-requirement-card:hover .seo-requirement-icon {
    background-color: #E8532B;
    color: #ffffff;
    transform: rotateY(360deg);
}

.seo-requirement-card-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #253858;
    margin-bottom: 15px;
}

.seo-requirement-card-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    margin: 0;
}

.seo-requirements-cta {
    text-align: center;
    margin-top: 60px;
}

.seo-requirements-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #000;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(37, 56, 88, 0.3);
}

.seo-requirements-btn:hover {
    background-color: #E8532B;
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(232, 83, 43, 0.4);
}

.seo-requirements-btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.seo-requirements-btn:hover svg {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .seo-requirements-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .seo-requirements-section {
        padding: 60px 0;
    }

    .seo-requirements-grid {
        grid-template-columns: 1fr;
    }

    .seo-requirements-title {
        font-size: 24px;
        line-height: 32px;
    }

    .seo-requirements-intro {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .seo-requirements-section {
        padding: 40px 0;
    }

    .seo-requirements-container {
        padding: 0 1rem;
    }

    .seo-requirements-title {
        font-size: 20px;
        line-height: 28px;
    }

    .seo-requirement-card-title {
        font-size: 16px;
        line-height: 24px;
    }

    .seo-requirement-card-description {
        font-size: 13px;
        line-height: 20px;
    }
}

/* Motor Vehicle Rules Section */
.motor-rules-section {
    padding: 70px 0;
    background: #ffeee9;
}

.motor-rules-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.motor-rules-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    color: #253858;
    margin: 0 0 12px;
    text-align: left;
}

.motor-rules-intro {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    text-align: left;
    margin: 0 0 32px;
}

.motor-rules-table-wrapper {
    margin: 31px 0 0;
    overflow-x: auto;
}

.motor-rules-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #d2e4ff;
    box-shadow: none;
    padding: 0;
    margin-bottom: 32px;
}

.motor-rules-table thead {
    background: #ffcfc2;
}

.motor-rules-table tbody {
    background: #ffffff;
}

.motor-rules-table th {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #253858;
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    border-right: .6px dashed rgba(37, 56, 88, .3);
}

.motor-rules-table th:last-child {
    border-right: none;
}

.motor-rules-table td {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(37, 56, 88, .9019607843);
    padding: 16px;
    border-right: .6px dashed rgba(37, 56, 88, .3);
}

.motor-rules-table td:last-child {
    border-right: none;
}

.motor-rules-table tbody tr {
    border-bottom: .6px dashed;
    border-color: rgba(37, 56, 88, .3);
}

.motor-rules-table tbody tr:last-child {
    border-bottom: none;
}

.motor-rules-intro-second {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    text-align: left;
    margin: 0 0 24px;
}

.motor-rules-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.motor-rules-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.motor-rules-list-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    margin-top: 3px;
}

.motor-rules-list-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.motor-rules-list-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    margin: 0;
}

.motor-rules-list-text strong {
    font-weight: 600;
}

.motor-rules-cta {
    text-align: center;
    margin-top: 40px;
}

.motor-rules-btn {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.8rem;
    padding-inline: 1.25rem;
    background-color: #000000;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 15px;
}

.motor-rules-btn:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.motor-rules-btn:hover svg {
    transform: translate(4px);
}

.motor-rules-btn svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .motor-rules-section {
        padding: 60px 0;
        margin: 0 auto 60px;
    }

    .motor-rules-title {
        font-size: 22px;
        line-height: 32px;
    }

    .motor-rules-intro,
    .motor-rules-intro-second {
        font-size: 14px;
        line-height: 22px;
    }

    .motor-rules-table th,
    .motor-rules-table td {
        padding: 12px;
        font-size: 13px;
        line-height: 20px;
    }

    .motor-rules-list-text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .motor-rules-section {
        padding: 40px 0;
        margin: 0 auto 40px;
    }

    .motor-rules-container {
        padding: 0 1rem;
    }

    .motor-rules-title {
        font-size: 20px;
        line-height: 28px;
    }

    .motor-rules-table th {
        font-size: 12px;
        padding: 10px 8px;
    }

    .motor-rules-table td {
        font-size: 12px;
        padding: 10px 8px;
    }
}

/* Why Buy Online From BrandStory Section */
.why-buy-online-section {
    padding: 70px 0;
    background: #ffffff;
}

.why-buy-online-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.why-buy-online-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    color: #253858;
    margin: 0 0 12px;
    text-align: center;
}

.why-buy-online-intro {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    text-align: center;
    margin: 0 0 32px;
}

.why-buy-online-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-buy-online-item {
    background: #fff;
    border-radius: 12px;
    margin: 0 0 12px;
    box-shadow: 0 0 10px 0 #fff1ed;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

.why-buy-online-item:focus,
.why-buy-online-item:focus-visible,
.why-buy-online-item:active,
.why-buy-online-item:focus-within {
    outline: none !important;
    border: none !important;
    box-shadow: 0 0 10px 0 #fff1ed !important;
}

.why-buy-online-item.active {
    background: #ffeee9;
    border-radius: 12px 12px 0 0;
    transition: all 0.3s ease-in-out;
}

.why-buy-online-item-header {
    padding: 16px 24px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    color: #253858;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 16px;
    outline: none !important;
    border: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.why-buy-online-item-header:focus,
.why-buy-online-item-header:focus-visible,
.why-buy-online-item-header:active,
.why-buy-online-item-header:focus-within {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.why-buy-online-item-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.why-buy-online-item-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f0fe;
    border-radius: 50%;
}

.why-buy-online-item-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.why-buy-online-item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #253858;
    margin: 0;
}

.why-buy-online-item-arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
}

.why-buy-online-item.active .why-buy-online-item-arrow {
    transform: rotate(180deg);
}

.why-buy-online-item-arrow svg {
    width: 100%;
    height: 100%;
    stroke: #253858;
}

.why-buy-online-item-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out, background 0.3s ease-in-out;
    padding: 0 24px;
}

.why-buy-online-item.active .why-buy-online-item-content {
    max-height: 500px;
    padding: 20px 24px 24px;
    background: #fff;
}

.why-buy-online-item-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    margin: 0;
    padding-top: 8px;
}

@media (max-width: 768px) {
    .why-buy-online-section {
        padding: 60px 0;
        margin: 0 auto 60px;
    }

    .why-buy-online-title {
        font-size: 22px;
        line-height: 32px;
    }

    .why-buy-online-intro {
        font-size: 14px;
        line-height: 22px;
    }

    .why-buy-online-item-header {
        padding: 16px 20px;
    }

    .why-buy-online-item-title {
        font-size: 16px;
        line-height: 24px;
    }

    .why-buy-online-item-content {
        padding: 0 20px;
    }

    .why-buy-online-item.active .why-buy-online-item-content {
        padding: 16px 20px 20px;
        background: #fff;
    }

    .why-buy-online-item-description {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .why-buy-online-section {
        padding: 40px 0;
        margin: 0 auto 40px;
    }

    .why-buy-online-container {
        padding: 0 1rem;
    }

    .why-buy-online-title {
        font-size: 20px;
        line-height: 28px;
    }

    .why-buy-online-item-header {
        padding: 14px 16px;
    }

    .why-buy-online-item-icon {
        width: 40px;
        height: 40px;
    }

    .why-buy-online-item-icon img {
        width: 40px;
        height: 40px;
    }
}

/* How to File a Motor Insurance Claim Section */
.claim-filing-section {
    padding: 70px 0;
    background: #ffeee9;
}

.claim-filing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.claim-filing-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    color: #253858;
    margin: 0 0 12px;
    text-align: left;
}

.claim-filing-intro {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    text-align: left;
    margin: 0 0 8px;
}

.claim-filing-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    text-align: left;
    margin: 0 0 24px;
}

.claim-tabs {
    background: #ffeee9;
    border: 1px solid #E8532B;
    border-radius: 26px;
    padding: 4px;
    margin-bottom: 28px;
    display: inline-flex;
    overflow: auto;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.claim-tab {
    padding: 12px 24px;
    border-radius: 22px;
    border: none;
    background: transparent;
    color: rgba(37, 56, 88, .9019607843);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.claim-tab.active {
    border-radius: 22px;
    box-shadow: none;
    background: #E8532B;
    color: #fff;
}

.claim-tab:hover:not(.active) {
    color: rgba(37, 56, 88, .9019607843);
}

.claim-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.claim-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    counter-reset: section;
}

.claim-step {
    display: flex;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid #e7e9ff;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.claim-step-number {
    width: 60px;
    height: 60px;
    flex-direction: column;
    background: #ffcfc2;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 12px 0 0;
    flex-shrink: 0;
    position: relative;
}

.claim-step-number::before {
    content: counter(section);
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #E8532B;
}

.claim-step-number::after {
    content: "step";
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: .016em;
    text-transform: uppercase;
    color: #253858;
    margin-top: 2px;
}

.claim-step-text {
    flex: 1;
    font-weight: 400;
    color: rgba(37, 56, 56, .8);
    letter-spacing: .016em;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.claim-step {
    counter-increment: section;
}

.claim-illustration {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: sticky;
    top: 20px;
}

.claim-illustration-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: contain;
    display: block;
}

.claim-disclaimer {
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(37, 56, 88, .9019607843);
    text-align: left;
    margin: 0 0 24px;
}

.claim-disclaimer strong em {
    font-style: italic;
}

/* FAQ Section */
.faq-section {
    padding: 70px 0;
    background: #ffffff;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}

.faq-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: -.64px;
    color: #253858;
    text-align: center;
    margin: 0 0 12px;
}

.faq-tabs {
    border-radius: 26px;
    border: 0;
    background: #ffeee9;
    padding: 4px;
    display: inline-flex;
    overflow: auto;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 28px auto 32px;
    width: 100%;
    max-width: fit-content;
}

.faq-container {
    text-align: center;
}

.faq-tab {
    max-width: none;
    padding: 8px 20px;
    text-align: center;
    color: rgba(32, 57, 100, .8);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    transition: none;
    margin: 0;
    border: none;
    background: transparent;
    border-radius: 22px;
    cursor: pointer;
}

.faq-tab.active {
    border-radius: 22px;
    box-shadow: none;
    background: #E8532B;
    color: #fff;
}

.faq-content {
    margin: 0 auto;
}

.faq-tab-panel {
    display: none;
}

.faq-tab-panel.active {
    display: block;
}

.faq-item {
    padding: 24px 20px;
    margin: 0 0 16px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #ffeee9;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(37, 56, 88, .08);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    cursor: pointer;
    gap: 16px;
}

.faq-item.active .faq-question {
    padding-bottom: 20px;
}

.faq-question-text {
    flex: 1;
    color: #253858;
    display: block;
    position: relative;
    padding: 0 12px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
}

.faq-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E8532B;
    font-weight: 300;
    transition: all 0.3s ease;
    position: relative;
    font-size: 0;
}

.faq-icon::before {
    content: "+";
    font-size: 20px;
    line-height: 1;
}

.faq-item.active .faq-icon::before {
    content: "-";
}

.faq-answer {
    margin-top: 0;
    display: none;
    color: #253858;
    border-top: 1px dashed #dfe1e6;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    padding: 20px 12px 0;
}

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

.faq-answer-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #253858;
    margin: 0;
    text-align: left;
    letter-spacing: 0;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .faq-tabs {
        margin: 24px 0 28px;
    }

    .faq-tab {
        padding: 8px 16px;
        font-size: 13px;
    }

    .faq-item {
        padding: 20px 16px;
    }

    .faq-question-text {
        font-size: 15px;
        line-height: 22px;
        padding: 0 8px;
    }

    .faq-answer {
        padding: 16px 8px 0;
    }

    .faq-answer-text {
        font-size: 13px;
        line-height: 20px;
    }
}

/* Explore More Plans by Car Model Section */
.explore-plans-section {
    padding: 0 0 70px 0;
    background: #ffffff;
}

.explore-plans-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: left;
}

.explore-plans-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0;
    color: #253858;
    margin: 0 0 12px;
    text-align: left;
}

.explore-plans-tabs {
    border-radius: 26px;
    border: 0;
    background: #e8edf6;
    padding: 4px;
    display: inline-flex;
    overflow: auto;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px;
    gap: 0;
    margin-top: 1rem;
}

.explore-plans-tab {
    max-width: none;
    padding: 8px 20px;
    text-align: center;
    color: #546c92;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    transition: none;
    margin: 0;
    border: none;
    background: transparent;
    border-radius: 22px;
    cursor: pointer;
}

.explore-plans-tab.active {
    border-radius: 22px;
    box-shadow: none;
    background: #3f568a;
    color: #fff;
    font-weight: 600;
}

.explore-plans-carousel-wrapper {
    position: relative;
}

.explore-plans-carousel {
    margin: 0;
}

.explore-plans-carousel .slick-slide {
    height: auto;
}

.explore-plans-carousel .slick-slide>div {
    height: 100%;
}

.explore-plans-card {
    box-shadow: 0 0 10px 0 rgba(229, 237, 255, .6);
    border: 1px solid #f1f6ff;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    margin: 5px;
    text-align: center;
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.explore-plans-card-image-wrapper {
    background: rgba(155, 160, 217, .1019607843);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 16px;
    min-height: 145px;
    flex-shrink: 0;
}

.explore-plans-card-image {
    width: 175px;
    height: 105px;
    max-width: 175px;
    min-height: 105px;
    object-fit: contain;
}

.explore-plans-card-title {
    font-weight: 600;
    color: #253858;
    display: block;
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    flex-grow: 1;
    min-height: 48px;
}

.explore-plans-card-btn {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.8rem;
    padding-inline: 1.25rem;
    background-color: #000000;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    width: 100%;
    margin: 24px 0 0;
    flex-shrink: 0;
}

.explore-plans-card-btn:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.explore-plans-card-btn:hover svg {
    transform: translate(4px);
}

.explore-plans-card-btn svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.explore-plans-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #000;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.explore-plans-nav:hover:not(.slick-disabled) {
    background: #333;
}

.explore-plans-nav.prev {
    left: 0;
}

.explore-plans-nav.next {
    right: 0;
}

.explore-plans-nav svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    fill: none;
}

.explore-plans-nav:hover:not(.slick-disabled) svg {
    stroke: #fff;
}

.explore-plans-nav.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
    background: #000;
}

.explore-plans-nav.slick-disabled svg {
    stroke: #fff;
}

.explore-plans-tab-panel {
    display: none;
}

.explore-plans-tab-panel.active {
    display: block;
}

@media (max-width: 768px) {
    .explore-plans-section {
        padding: 60px 0;
    }

    .explore-plans-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .explore-plans-tabs {
        overflow: scroll;
        justify-content: flex-start;
        gap: 8px;
        margin-bottom: 32px;
        display: block;
    }

    .explore-plans-tab {
        padding: 10px 20px;
        font-size: 15px;
    }

    .explore-plans-carousel-wrapper {
        padding: 0 40px;
    }

    .explore-plans-nav {
        width: 36px;
        height: 36px;
    }

    .explore-plans-nav.prev {
        left: -10px;
    }

    .explore-plans-nav.next {
        right: -10px;
    }
}

/* Car Insurance Articles Section */
.articles-section {
    padding: 70px 0;
    background: #ffffff;
}

.articles-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.articles-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: -.64px;
    color: #253858;
    text-align: left;
    margin: 0 0 40px;
}

.articles-tabs {
    border-radius: 26px;
    border: 0;
    background: #e8edf6;
    padding: 4px;
    display: inline-flex;
    overflow: auto;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px;
    gap: 0;
}

.articles-tab {
    max-width: none;
    padding: 8px 20px;
    text-align: center;
    color: #546c92;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    transition: none;
    margin: 0;
    border: none;
    background: transparent;
    border-radius: 22px;
    cursor: pointer;
}

.articles-tab.active {
    border-radius: 22px;
    box-shadow: none;
    background: #3f568a;
    color: #fff;
    font-weight: 600;
}

.articles-carousel-wrapper {
    position: relative;
}

.articles-carousel {
    margin: 0;
}

.articles-carousel .slick-slide {
    height: auto;
}

.articles-carousel .slick-slide>div {
    height: 100%;
    display: flex;
}

.article-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(37, 56, 88, .08);
    padding: 24px;
    margin: 0 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.article-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.article-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
}

.article-card-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #5e6c84;
    margin: 0 0 12px;
    flex-shrink: 0;
}

.article-card-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #253858;
    margin: 0 0 12px;
    min-height: 0;
}

.article-card-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #5e6c84;
    margin: 0 0 16px;
    flex-shrink: 0;
    display: block;
}

.article-card-link {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.8rem;
    padding-inline: 1.25rem;
    background-color: #000000;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    text-decoration: none;
    flex-shrink: 0;
}

.article-card-link:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.article-card-link:hover svg {
    transform: translate(4px);
}

.article-card-link svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.articles-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #000;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.articles-nav:hover:not(.slick-disabled) {
    background: #333;
}

.articles-nav.prev {
    left: 0;
}

.articles-nav.next {
    right: 0;
}

.articles-nav svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    fill: none;
}

.articles-nav.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
    background: #000;
}

.articles-nav.slick-disabled svg {
    stroke: #fff;
}

.articles-tab-panel {
    display: none;
}

.articles-tab-panel.active {
    display: block;
}

@media (max-width: 768px) {
    .articles-section {
        padding: 60px 0;
    }

    .articles-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .articles-tabs {
        overflow: scroll;
        justify-content: flex-start;
        gap: 8px;
        margin-bottom: 32px;
    }

    .articles-tab {
        padding: 10px 20px;
        font-size: 15px;
    }

    .articles-nav {
        width: 36px;
        height: 36px;
    }

    .articles-nav.prev {
        left: -10px;
    }

    .articles-nav.next {
        right: -10px;
    }
}

/* Motor Insurance Reviews & Ratings Section */
.reviews-section {
    padding: 70px 0;
    background-image: url('https://brandstory.inhttps://brandstory.in/brandstory-images/car-review-new-layout-bg.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 500px;
}

.reviews-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #ffa890 0%, #ffece7 50%, #FFFFFF 100%);
    z-index: 1;
}

.reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
}

.reviews-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 39px;
    letter-spacing: 0;
    color: #253858;
    text-align: center;
    margin: 0 0 16px;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 0 solid #7a869a;
}

.reviews-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    gap: 0;
    position: relative;
}

.reviews-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 1rem;
}

.reviews-stars {
    display: flex;
    gap: 0;
    flex-shrink: 0;
}

.reviews-star {
    width: 20px;
    font-size: 20px;
}

.reviews-star.star_rig {
    width: 20px;
    font-size: 20px;
}

.reviews-star.star_rig::before,
.reviews-star.star_rig::after {
    font-size: 20px;
}

.reviews-star.star_rig::after {
    width: 10px;
}

.reviews-star {
    width: 25px;
    display: inline-block;
    font-family: "sans-serif";
    font-size: 24px;
    margin-right: 1px;
    color: #ffab00;
}

.reviews-rating-text {
    color: #505f79;
    font-size: 12px;
    display: inline-block;
    line-height: 14px;
}

.reviews-rating-text strong {
    font-size: 18px;
}

.reviews-star.star_rig {
    width: 25px;
    display: inline-block;
    color: #dfe1e6;
    margin-right: 1px;
    position: relative;
    font-size: 24px;
    line-height: 1;
}

.reviews-star.star_rig::before {
    content: '\2605';
    font-family: "sans-serif";
    font-size: 24px;
    display: block;
}

.reviews-star.star_rig::after {
    content: '\2605';
    color: #ffab00;
    position: absolute;
    left: 0;
    top: 0;
    width: 12.5px;
    overflow: hidden;
    font-family: "sans-serif";
    font-size: 24px;
    display: block;
}

.reviews-subtitle {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 400;
    color: #505f79;
    text-align: center;
}

.reviews-carousel-wrapper {
    position: relative;
    margin-bottom: 32px;
}

.reviews-carousel {
    margin: 0;
}

.reviews-carousel .slick-slide {
    height: auto;
}

.reviews-carousel .slick-slide>div {
    display: flex;
}

.review-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(37, 56, 88, .08);
    padding: 24px;
    margin: 0 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.review-card-header {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.review-card-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e8edf6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.review-card-avatar svg {
    width: 24px;
    height: 24px;
    color: #5e6c84;
}

.review-card-user-info {
    flex: 1;
}

.review-card-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #253858;
    margin: 0 0 4px;
}

.review-card-location {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #5e6c84;
    margin: 0;
}

.review-card-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.review-card-star {
    width: 16px;
    height: 16px;
    color: #FFB800;
}

.review-card-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #253858;
    margin: 0 0 12px;
    flex-shrink: 0;
}

.review-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
}

.review-card-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #5e6c84;
    margin: 0;
    flex-grow: 1;
}

.reviews-nav-wrapper {
    display: flex;
    gap: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.reviews-nav {
    width: 40px;
    height: 40px;
    background: #000;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.reviews-nav:hover:not(.slick-disabled) {
    background: #333;
}

.reviews-nav svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    fill: none;
}

.reviews-nav.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
    background: #000;
}

.reviews-nav.slick-disabled svg {
    stroke: #fff;
}

.reviews-carousel-wrapper {
    position: relative;
}

.reviews-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #000;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.reviews-carousel-nav:hover:not(.slick-disabled) {
    background: #333;
}

.reviews-carousel-nav.prev {
    left: -20px;
}

.reviews-carousel-nav.next {
    right: -20px;
}

.reviews-carousel-nav svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    fill: none;
}

.reviews-carousel-nav.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
    background: #000;
}

.reviews-carousel-nav.slick-disabled svg {
    stroke: #fff;
}

.reviews-nav svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    fill: none;
}

.reviews-carousel-wrapper .slick-list {
    padding: 10px 0;
}

.reviews-nav.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
    background: #000;
}

.reviews-nav.slick-disabled svg {
    stroke: #fff;
}

.reviews-carousel-wrapper .slick-track {
    display: flex;
    align-items: stretch;
}

.reviews-carousel-wrapper .slick-slide {
    height: auto;
}

.reviews-carousel-wrapper .slick-slide>div {
    display: flex;
}


@media (max-width: 768px) {
    .reviews-section {
        padding: 60px 0;
    }

    .reviews-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .reviews-header {
        flex-direction: column;
        align-items: center;
        position: relative;
        padding-bottom: 50px;
    }

    .reviews-header>div:first-child {
        width: 100%;
        text-align: center;
    }

    .reviews-rating {
        margin-bottom: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .reviews-stars {
        flex-shrink: 0;
    }

    .reviews-star {
        width: 20px;
        font-size: 20px;
    }

    .reviews-star.star_rig {
        width: 20px;
        font-size: 20px;
    }

    .reviews-star.star_rig::before,
    .reviews-star.star_rig::after {
        font-size: 20px;
    }

    .reviews-star.star_rig::after {
        width: 10px;
    }

    .reviews-rating-text {
        font-size: 11px;
        white-space: nowrap;
    }

    .reviews-rating-text strong {
        font-size: 16px;
    }

    .reviews-subtitle {
        margin-bottom: 16px;
    }

    .reviews-nav-wrapper {
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        top: auto;
        margin-top: 12px;
    }

    .reviews-nav {
        width: 36px;
        height: 36px;
    }

    .reviews-nav svg {
        width: 18px;
        height: 18px;
    }

    .reviews-carousel-wrapper {
        margin-top: 0;
    }

    .review-card {
        margin: 0 8px;
    }
}

/* Disclaimers Accordion Section */
.disclaimers-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.disclaimers-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.disclaimer-accordion {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.disclaimer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.3s ease;
}

.disclaimer-header:hover {
    background-color: #f5f5f5;
}

.disclaimer-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #253858;
    margin: 0;
}

.disclaimer-icon {
    width: 20px;
    height: 20px;
    color: #5e6c84;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.disclaimer-accordion.active .disclaimer-icon {
    transform: rotate(180deg);
}

.disclaimer-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.3s ease;
    padding: 0 20px;
    opacity: 0;
}

.disclaimer-accordion.active .disclaimer-content {
    max-height: 2000px;
    padding: 20px;
    opacity: 1;
    display: block;
}

.disclaimer-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #253858;
    margin: 0 0 12px;
}

.disclaimer-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .disclaimers-section {
        padding: 30px 0;
    }

    .disclaimers-container {
        padding: 0 1rem;
    }

    .disclaimer-header {
        padding: 14px 16px;
    }

    .disclaimer-title {
        font-size: 15px;
    }

    .disclaimer-content {
        padding: 0 16px;
    }

    .disclaimer-accordion.active .disclaimer-content {
        padding: 0 16px 16px;
    }

    .disclaimer-content p {
        font-size: 13px;
        line-height: 20px;
    }
}

.claim-cta {
    margin-top: 32px;
}

.view-plans-btn {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.8rem;
    padding-inline: 1.25rem;
    background-color: #000000;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 15px;
}

.view-plans-btn:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.view-plans-btn:hover svg {
    transform: translate(4px);
}

.view-plans-btn svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.claim-tab-content {
    display: none;
}

.claim-tab-content.active {
    display: block;
}

.articles-tab-panel .slick-track {
    margin: 5px 0;
    display: flex;
    align-items: stretch;
}

.articles-tab-panel .slick-slide {
    height: auto;
}

.articles-tab-panel .slick-slide>div {
    height: 100%;
    display: flex;
}

@media (max-width: 1024px) {
    .claim-content {
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .claim-filing-section {
        padding: 60px 0;
        margin: 0 auto 60px;
    }

    .claim-filing-container {
        padding: 0 1.25rem;
    }

    .claim-filing-title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        margin-bottom: 12px;
    }

    .claim-filing-intro,
    .claim-filing-subtitle {
        font-size: 15px;
        line-height: 22px;
    }

    .claim-tabs {
        margin-bottom: 24px;
    }

    .claim-tab {
        padding: 10px 20px;
        font-size: 15px;
    }

    .claim-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .claim-illustration {
        order: -1;
    }

    .claim-illustration-image {
        max-width: 70%;
    }

    .claim-step {
        gap: 12px;
    }

    .claim-step-number {
        width: 48px;
        height: 48px;
    }

    .claim-step-number-value {
        font-size: 18px;
    }

    .claim-step-text {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .claim-filing-section {
        padding: 40px 0;
        margin: 0 auto 40px;
    }

    .claim-filing-container {
        padding: 0 1rem;
    }

    .claim-filing-title {
        font-size: 20px;
        line-height: 28px;
    }

    .claim-tabs {
        flex-wrap: wrap;
    }

    .claim-tab {
        padding: 8px 16px;
        font-size: 14px;
    }

    .claim-step-number {
        width: 44px;
        height: 44px;
    }

    .claim-step-number-value {
        font-size: 16px;
    }

    .claim-step-text {
        font-size: 14px;
        line-height: 22px;
    }
}

/* ============================================================
   INTERNAL LINK STYLES — Hospitals Page
   Read More, Addon Cards, Explore More Items
   Drop inside #page-scope styles or your page <style> block
   ============================================================ */

/* --- Read more link inside accordions --- */
.accordion-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: #FA5700;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.2s ease, color 0.2s ease;
}

.accordion-read-more svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    stroke: #FA5700;
    fill: none;
    transition: transform 0.2s ease, stroke 0.2s ease;
}

.accordion-read-more:hover {
    color: #c94100;
    gap: 10px;
    text-decoration: none;
}

.accordion-read-more:hover svg {
    stroke: #c94100;
    transform: translateX(3px);
}

/* --- Addon explore cards as anchor tags --- */
a.addon-explore-card {
    text-decoration: none;
    color: inherit;
    display: flex;
}

a.addon-explore-card:hover {
    text-decoration: none;
    color: inherit;
}

a.addon-explore-card .addon-explore-name {
    color: #253858;
    transition: color 0.2s ease;
}

a.addon-explore-card:hover .addon-explore-name {
    color: #FA5700;
}

a.addon-explore-card .addon-explore-arrow {
    transition: background 0.2s ease;
}

a.addon-explore-card:hover .addon-explore-arrow {
    background: #FA5700;
}

a.addon-explore-card:hover .addon-explore-arrow svg {
    stroke: #ffffff;
}

/* --- Explore more items (blog links) --- */
a.explore-more-item {
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease;
}

a.explore-more-item:hover {
    text-decoration: none;
    border-color: #FA5700;
}

a.explore-more-item .explore-more-item-text {
    transition: color 0.2s ease;
}

a.explore-more-item:hover .explore-more-item-text {
    color: #FA5700;
}

a.explore-more-item .explore-more-item-icon {
    transition: background 0.2s ease;
}

a.explore-more-item:hover .explore-more-item-icon {
    background: #FA5700;
}

a.explore-more-item:hover .explore-more-item-icon img {
    filter: brightness(0) invert(1);
}

a.explore-more-item:hover .explore-more-item-icon {
    background: #ffffff00 !important;
}