@font-face {
    font-family: 'TOYOTABLACK';
    src: url('../font/TOYOTA TYPE BLACK.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TOYOTABOLD1';
    src: url('../font/TOYOTA TYPE BOLD 1.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TOYOTALIGHT1';
    src: url('../font/TOYOTA TYPE LIGHT 1.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TOYOTASEMIBOLD1';
    src: url('../font/TOYOTA TYPE SEMIBOLD 1.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TOYOTABLACKIT';
    src: url('../font/TOYOTATYPE-BLACKIT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TOYOTABOLDIT';
    src: url('../font/TOYOTATYPE-BOLDIT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TOYOTABOOK';
    src: url('../font/TOYOTATYPE-BOOK.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TOYOTABOOKIT';
    src: url('../font/TOYOTATYPE-BOOKIT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TOYOTAREGULAR';
    src: url('../font/TOYOTATYPE-REGULAR.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TOYOTAREGULARIT2';
    src: url('../font/TOYOTATYPE-REGULARIT 2.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TOYOTASEMIBOLDIT';
    src: url('../font/TOYOTATYPE-SEMIBOLDIT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'awesome';
    src: url('../font/Charlotte Southern.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary: black;
    --bs-indigo: #6610f2;
    --font-size: 4rem;
    --get-font-size: 2rem;
    --small-font-size: 1.25rem;
    --headweight--: 700;
    --bs-space-0: 0;
    --bs-space-1: 0.25rem;
    /* 4px */
    --bs-space-2: 0.5rem;
    /* 8px */
    --bs-space-3: 1rem;
    /* 16px */
    --bs-space-4: 1.5rem;
    /* 24px */
    --bs-space-5: 3rem;

    /* 48px */
    @media(min-width:1200px) and (max-width:1400px) {
        --font-size: 4rem;

    }

    @media(max-width:576px) {
        --font-size: 2.5rem;
        --get-font-size: 1.2rem;
        --small-font-size: 1rem;
    }

}


.font-awesome {
    font-family: 'awesome', sans-serif !important;
}

/*font family on toyota start*/
.toyota-black-font {
    font-family: 'TOYOTABLACK', sans-serif !important;
}

.toyota-bold1-font {
    font-family: 'TOYOTABOLD1', sans-serif !important;
}

.toyota-light1-font,
p {
    font-family: 'TOYOTALIGHT1', sans-serif;
}

.toyota-semibold1-font {
    font-family: 'TOYOTASEMIBOLD1', sans-serif !important;
}

.toyota-blackit-font {
    font-family: 'TOYOTABLACKIT', sans-serif !important;
}

.toyota-boldit-font {
    font-family: 'TOYOTABOLDIT', sans-serif !important;
}

.toyota-book-font {
    font-family: 'TOYOTABOOK', sans-serif !important;
}

.toyota-bookit-font {
    font-family: 'TOYOTABOOKIT', sans-serif !important;
}

.toyota-reguler-font {
    font-family: 'TOYOTAREGULAR', sans-serif !important;
}

.toyota-reguler2-font {
    font-family: 'TOYOTAREGULARIT2', sans-serif !important;
}

.toyota-semibold-font {
    font-family: 'SEMIBOLDIT', sans-serif !important;
}

.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, 6rem);
    padding-left: var(--bs-gutter-x, 6rem);
    margin-right: auto;
    margin-left: auto;
}

/*font family on toyota end*/
.bg-danger {
    background-color: #ED1B2F !important;
}

.bg-white {
    background-color: white !important;
}

.color {
    color: var(--primary);
}

.mainheading {
    font-size: var(--font-size);
    font-weight: var(--headweight--);

}

.text-dark {
    color: black !important;
}

.bg-dark {
    background-color: black !important;
}

.text-white {
    color: white !important;
}

.text-danger {
    color: #e30613 !important;
}

.btn-danger {
    background-color: #e30613 !important;
}

.btn-danger:hover {
    background-color: #ac2925 !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-f lex {
    display: flex !important;
}

.g-0 {
    gap: 0 !important;
}

.p-0 {
    padding: 0px !important;
}

.shadow {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    /* Color #00584b */
}

.m-0 {
    margin: var(--bs-space-0) !important;
}

.m-1 {
    margin: var(--bs-space-1) !important;
}

.m-2 {
    margin: var(--bs-space-2) !important;
}

.m-3 {
    margin: var(--bs-space-3) !important;
}

.m-4 {
    margin: var(--bs-space-4) !important;
}

.m-5 {
    margin: var(--bs-space-5) !important;
}

.m-auto {
    margin: auto !important;
}

/* Top */

.mt-0 {
    margin-top: var(--bs-space-0) !important;
}

.mt-1 {
    margin-top: var(--bs-space-1) !important;
}

.mt-2 {
    margin-top: var(--bs-space-2) !important;
}

.mt-3 {
    margin-top: var(--bs-space-3) !important;
}

.mt-4 {
    margin-top: var(--bs-space-4) !important;
}

.mt-5 {
    margin-top: var(--bs-space-5) !important;
}

.mt-auto {
    margin-top: auto !important;
}

/* Bottom */

.mb-0 {
    margin-bottom: var(--bs-space-0) !important;
}

.mb-1 {
    margin-bottom: var(--bs-space-1) !important;
}

.mb-2 {
    margin-bottom: var(--bs-space-2) !important;
}

.mb-3 {
    margin-bottom: var(--bs-space-3) !important;
}

.mb-4 {
    margin-bottom: var(--bs-space-4) !important;
}

.mb-5 {
    margin-bottom: var(--bs-space-5) !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

/* Start (left in LTR) */

.ms-0 {
    margin-left: var(--bs-space-0) !important;
}

.ms-1 {
    margin-left: var(--bs-space-1) !important;
}

.ms-2 {
    margin-left: var(--bs-space-2) !important;
}

.ms-3 {
    margin-left: var(--bs-space-3) !important;
}

.ms-4 {
    margin-left: var(--bs-space-4) !important;
}

.ms-5 {
    margin-left: var(--bs-space-5) !important;
}

.ms-auto {
    margin-left: auto !important;
}

/* End (right in LTR) */

.me-0 {
    margin-right: var(--bs-space-0) !important;
}

.me-1 {
    margin-right: var(--bs-space-1) !important;
}

.me-2 {
    margin-right: var(--bs-space-2) !important;
}

.me-3 {
    margin-right: var(--bs-space-3) !important;
}

.me-4 {
    margin-right: var(--bs-space-4) !important;
}

.me-5 {
    margin-right: var(--bs-space-5) !important;
}

.me-auto {
    margin-right: auto !important;
}

/* Horizontal (X axis) */

.mx-0 {
    margin-left: var(--bs-space-0) !important;
    margin-right: var(--bs-space-0) !important;
}

.mx-1 {
    margin-left: var(--bs-space-1) !important;
    margin-right: var(--bs-space-1) !important;
}

.mx-2 {
    margin-left: var(--bs-space-2) !important;
    margin-right: var(--bs-space-2) !important;
}

.mx-3 {
    margin-left: var(--bs-space-3) !important;
    margin-right: var(--bs-space-3) !important;
}

.mx-4 {
    margin-left: var(--bs-space-4) !important;
    margin-right: var(--bs-space-4) !important;
}

.mx-5 {
    margin-left: var(--bs-space-5) !important;
    margin-right: var(--bs-space-5) !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Vertical (Y axis) */

.my-0 {
    margin-top: var(--bs-space-0) !important;
    margin-bottom: var(--bs-space-0) !important;
}

.my-1 {
    margin-top: var(--bs-space-1) !important;
    margin-bottom: var(--bs-space-1) !important;
}

.my-2 {
    margin-top: var(--bs-space-2) !important;
    margin-bottom: var(--bs-space-2) !important;
}

.my-3 {
    margin-top: var(--bs-space-3) !important;
    margin-bottom: var(--bs-space-3) !important;
}

.my-4 {
    margin-top: var(--bs-space-4) !important;
    margin-bottom: var(--bs-space-4) !important;
}

.my-5 {
    margin-top: var(--bs-space-5) !important;
    margin-bottom: var(--bs-space-5) !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}

.warranty-banner {
    background: url('../../../images/q-service/warranty/toyota_warranty_banner.jpg') center center / cover no-repeat;
    padding: 80px 15px;
    color: #fff;
    text-align: center;
    position: relative;
}

.warranty-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}

.warranty-banner .container {
    position: relative;
    z-index: 2;
}

.peace-btn {
    background: #ef1c25;
    color: #fff;
    padding: 18px 42px;
    border-radius: 8px;
    font-size: 35px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.peace-btn i {
    margin-right: 12px;
    font-size: 30px;
}

.peace-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.95;
}

.warranty-banner p {
    font-size: 22px;
    max-width: 780px;
    margin: 0 auto;
}

.subhead {
    font-size: 3rem;
    font-weight: 700;
}

.warranty-section {
    background: #f1f1f1;
    padding: 25px 15px;
}


.section-line {
    height: 2px;
    background: #ff4b4b;
    width: 100%;
    margin-bottom: 30px;
}

.warranty-card {
    background: #f1f1f1;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    padding: 15px;
    height: 100%;
    /*width: fit-content;*/
}

.quick-service {
    background: #f1f1f1;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    padding: 15px;
    height: 100%;
    width: fit-content;
}

.warranty-table {
    /*background: #fff;*/
    border-collapse: separate;
    border-spacing: 10px 10px;
}

.warranty-table th {
    color: #e60000;
    font-size: 25px;
    border: none !important;
}

.warranty-table td {
    background: #fff;
    font-size: 17px;
    font-weight: 500;
    border: none !important;
}

.warranty-link {
    color: #00a8ff;
    font-weight: 600;
    text-decoration: none;
}

.warranty-link:hover {
    text-decoration: underline;
}

.blueclr {
    color: #00a8ff;
}

.warranty-para p {
    font-size: 15px;

}


.info-section {
    background: #f2f2f2;
    border-radius: 8px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}



.icon-circle i {
    color: #fff;
    font-size: 20px;
}

.info-item p {
    margin: 0;
    color: #000;
    font-size: 15px;
}

.info-item strong {
    font-weight: 700;
}

.icon-circle img {
    width: 30px;
    height: 30px;
}

.grey-subhead {
    font-weight: bold;
    color: #464646;
}

.exception ul {
    padding-left: 0;
    list-style: none;
}

.exception ul li {
    position: relative;
    padding-left: 30px;
    /*margin-bottom: 12px;*/
    /*line-height: 1.6;*/
    font-family: 'TOYOTALIGHT1', sans-serif;
    font-size: 15px;
    color: #000;
}

.exception ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 3px solid #d71920;
    /* Toyota red */
    border-radius: 50%;
    box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.7);
}

.maintain ul {
    padding-left: 0;
    list-style: none;
}

.maintain ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.maintain ul li::before {
    content: "";
    position: absolute;
    left: 2%;
    top: 20%;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 3px solid #d71920;
    /* Toyota red */
    border-radius: 50%;
    box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.7);
}

.font-weight-700 {
    font-weight: 700 !important;
}

.rsa-card {
    background: linear-gradient(to right, #f2f5f7, #e1e1e1);
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    height: 100%;
    width: fit-content;
}

.rsa-card-table {
    border-collapse: separate;
    border-spacing: 10px 10px;
}

.rsa-card th {
    color: #e60000;
    font-size: 22px;
    background: #f3f3f3;
    border: 2px solid white;
}

.rsa-card td {
    background: #fff;
    font-size: 17px;
    font-weight: 500;
    border: none !important;
}

.Free-Maintenance-card {
    background: linear-gradient(to right, #f2f5f7, #e1e1e1);
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    height: 100%;
    width: fit-content;
}

.Free-Maintenance-table {
    border-collapse: separate;
    border-spacing: 10px 10px;
}

.Free-Maintenance th {
    color: #e60000;
    font-size: 22px;
    background: #f3f3f3;
    border: 2px solid white;
}

.Free-Maintenance td {
    background: #fff;
    font-size: 17px;
    font-weight: 500;
    border: none !important;
}

.ffaq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.3s ease;
}

.ffaq-question {
    background: #fff;
    border: none;
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #222;
    transition: background 0.3s ease;
    border-bottom: 2px solid #cfcfcf;
}

.ffaq-question:hover {
    background: #f0f0f0;
}

.ffaq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fafafa;
    transition: all 0.4s ease;
    padding: 0 20px;
    line-height: 1.6;
    color: #555;
}

.ffaq-answer p {
    margin-bottom: 0;
}

.ffaq-item.active .ffaq-answer {
    max-height: 500px;
    padding: 15px 20px;
}

.ffaq-icon {
    font-size: 20px;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.ffaq-item.active .ffaq-icon {
    transform: rotate(180deg);
}

.Free-Maintenance {
    table-layout: fixed;
    width: 100%;
}

.Free-Maintenance th,
.Free-Maintenance td {
    vertical-align: middle !important;
}

.service-name {
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
}

.Free-Maintenance th {
    white-space: normal;
}

.maintain ul li {
    background-color: white !important;
    padding: 10px 30px;
}

.car-image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.car-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.Free-Maintenance thead th,
.Free-Maintenance tbody td {
    vertical-align: middle;
}

.Contact-us-card {
    background: linear-gradient(to right, #f2f5f7, #e1e1e1);
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    height: 100%;
    /*width: fit-content;*/
    padding: 10px 50px;
    width: 100%;
    border: 2px solid white;
}

/* Mobile responsive */
@media (min-width:100px) and (max-width:370px) {
    .subhead {
        font-size: 1.8rem !important;
    }

    .ffaq-question {
        font-size: 1.4rem !important;
    }

    .ffaq-item.active .ffaq-answer {
        max-height: 680px !important;
    }

    .peace-btn {
        font-size: 14px !important;
    }

    .info-item .tyre {
        font-size: 22px !important;
    }

    .Free-Maintenance td::before {
        font-size: 13px !important;
    }
}

@media (min-width:371px) and (max-width:576px) {
    .ffaq-item.active .ffaq-answer {
        max-height: 540px !important;
    }
}

@media (max-width: 767px) {

    .warranty-table td,
    .warranty-table th {
        font-size: 15px;
    }

    .warranty-para p {
        font-family: ToyotaType-Regular;
        font-size: 15px;
        color: #333;
    }

    .info-item p {
        font-family: ToyotaType-Regular;
        font-size: 15px;
        color: #333;
    }

    .peace-btn {
        font-size: 16px;
        padding: 14px 26px;
    }

    .peace-btn i {
        font-size: 22px;
    }

    .subhead {
        font-size: 2.2rem;
    }

    .ffaq-question {
        font-size: 1.5rem;
    }

    .rsa-card {
        width: 100% !important;
    }

    .rsa-card-table,
    .rsa-card-table thead,
    .rsa-card-table tbody,
    .rsa-card-table tr,
    .rsa-card-table td,
    .rsa-card-table th {
        display: block;
        width: 100%;
    }

    .rsa-card-table thead {
        display: none;
    }


    .rsa-card thead th {
        background: #f3f3f3;
        border: 2px solid white;
    }

    .rsa-card-table td {
        text-align: left;
        padding: 14px;
        font-size: 15px;
        background: none;
    }

    .rsa-card-table td::before {
        content: attr(data-label);
        display: block;
        font-weight: 600;
        color: #e60000;
        margin-bottom: 6px;
        font-size: 18px;
    }

    .Free-Maintenance-card {
        width: 100%;
    }

    .Free-Maintenance-table,
    .Free-Maintenance thead,
    .Free-Maintenance tbody,
    .Free-Maintenance tr,
    .Free-Maintenance td,
    .Free-Maintenance th {
        display: block;
        width: 100%;
    }

    .Free-Maintenance thead {
        display: none;
    }

    .Free-Maintenance tr {
        margin-bottom: 16px;
        background: #fff;
        border-radius: 6px;
        padding: 10px;
    }

    .Free-Maintenance td {
        text-align: left;
        padding: 10px;
        font-size: 15px;
    }

    .Free-Maintenance td::before {
        content: attr(data-label);
        display: block;
        font-weight: 600;
        color: #e60000;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .ffaq-item.active .ffaq-answer {
        max-height: 515px;
    }

}