.car-details-section {
    background-color: var(--background-white-to-black);
}

.custom-back-btn {
    background: none;
    color: #9f228b;
    border: 1px solid #9f228b;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 18px;
    transition: background 0.2s, color 0.2s;
    box-shadow: none;
}

.custom-back-btn:hover,
.custom-back-btn:focus {
    background: #f5e8f3;
    color: #9f228b;
    border-color: #9f228b;
}

.car-details-section .breadcrum {
    /* margin-top: 30px; */
    color: var(--black-to-white);
}

.car-details-section .breadcrum span {
    color: var(--black-to-white);
}

.car-details-row {
    margin-top: 20px;
}

/* .gallery-box {
    border-radius: 10px;
    height: 140px;
    background: #F8F8F8;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.gallery-box img {
    max-width: 100%;
    max-height: 100%; 
    object-fit: cover; 
    border-radius: 10px; 
} */
.gallery-box {
    /* border-radius: 10px; */
    /* height: 88.2%; */
    /* background: #F8F8F8; */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    /* border: 1px solid transparent; */
    transition: 0.3s ease-in-out;
    cursor: pointer;
    gap: 15px;
    overflow: hidden;
    /* Hide the scrollbar */
    position: relative;
    padding-right: 6px;
}

.gallery-box img {
    width: 100%;
    /* max-width: max-content; */
    padding: 19px 0;
    max-height: 110px;
    min-height: 110px;
    width: 142px;
    object-fit: contain;
    margin-bottom: 17px;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    /* background: #F8F8F8; */
    border: 1px solid #EEE;
}

.gallery-box .active-thumb {
    border: 1px solid #9F228B;
    box-shadow: 0px 0px 10px 0px #0000001A;
}

.gallery-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 11px;
    padding-right: 6px;
}

.gallery-controls div {
    background: #e0e0e0;
    /* Button background color */
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    transition: background-color 0.2s;
}


.gallery-box:hover {
    /* border-color:#9f228b;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10); */

}

.gallery-controls {
    gap: 9px
}

.gallery-controls div i {
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.gallery-controls div:hover {
    background-color: black;
}

.gallery-controls div:hover i {
    color: white;
}

.gallery-controls div:hover i {
    color: white;
}

.gallery-controls div {
    display: flex;
    transition: background 0.3s ease-in-out;
    width: 50%;
    align-items: center;
    border-radius: 5px;
    background: #F8F8F8;
    height: 45px;
    justify-content: center;
}

.feature-img-box {
    display: flex;
    border-radius: 10px;
    /* background: #F8F8F8; */
    height: 450px;
    align-items: center;
    justify-content: center;
}

.car-details-section .faq-items {
    box-shadow: none;
    border: 1px solid #EEE;
    padding: 15px 0px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.car-details-section .car-details-row .col-md-5 h2 {
    font-size: 36px;
    color: var(--black-to-white) !important;
    margin-bottom: 0px;
}

.car-details-section .faq-wrapper {
    margin-top: 30px;
}

.car-details-section .answer p {
    border-top: 1px solid #EEE;
    padding: 0px 20px;
    margin-top: 0px;
    padding-top: 13px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: column; */
}

.car-details-section .car-description .answer p {
    flex-direction: column;
    gap: 8px;
}

.car-details-section .question {
    padding: 0px 20px;
    margin-bottom: 15px;
}

[dir="right_to_left"] .car-details-section .question {
    direction: rtl;
}

span.property {
    color: var(--black-to-white);
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.456px;
    /* 113.643% */
    text-transform: capitalize;
}

span.value {
    color: var(--c616161-to--white);
    text-align: right;
    font-family: var(--font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.456px;
    /* 127.848% */
    text-transform: capitalize;
}

.padding-left-40px {
    padding-left: 40px;
}

.subscribtion {
    margin-top: 60px;
    border-radius: 20px;
    border: 1px solid #EEE;
    padding: 39px 64px;
}



.subscribtion .subscription-options {
    display: flex;
    gap: 20px;
    justify-content: space-between;

}

.subscribtion .option-box {
    align-content: center;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 30px;
    width: 100%;
    text-align: center;
    position: relative;
}

.subscribtion .option-box input {
    display: none;
}

.subscribtion .option-box .box-content div {
    text-align: left;
}

.subscribtion .option-box .box-content div p {
    margin-bottom: 0px;
}

.subscribtion .option-box .box-content {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

.subscribtion .option-box .checkmark {
    color: transparent;
    font-size: 12px;
}

.subscribtion .option-box input:checked+.box-content .checkmark {
    color: white;
}

.subscribtion .option-box .checkmark {
    display: block;
    width: 22px;
    height: 22px;
    background-color: rgba(204, 0, 51, 0);
    border-radius: 50%;
    border: 2px solid var(--acent-to-white);
    margin: 0 auto;
}

.subscribtion .option-box input:checked+.box-content .checkmark {
    background-color: purple;
}

.subscribtion .option-box input:checked {
    border-color: purple;
}

.subscribtion div {
    gap: 73px
}

.subscribtion .box-content strong {
    color: var(--black-to-white);
    font-family: var(--font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 80% */
    text-transform: capitalize;
    margin-bottom: 0px;
}

.subscribtion .box-content p {
    color: #9F228B;
    font-family: var(--font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 106.667% */
    text-transform: capitalize;
    border-radius: 3.12px;
    padding: 2px;
    margin-top: 5px;
    background: #FFD7F9;
}

.subscribtion-text {
    color: var(--black-to-white);
    font-family: var(--font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 125% */
    text-transform: capitalize;
}



.Insurance .subscription-options {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.Insurance .option-box {
    align-content: center;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 20px 15px;
    width: 47%;
    text-align: center;
    position: relative;
}

.Insurance .option-box input {
    display: none;
}

.Insurance .option-box .box-content div {
    text-align: start;
}

.Insurance .option-box .box-content div p {
    margin-bottom: 0px;
}

.Insurance .option-box .box-content {
    display: flex;
    gap: 25px;
    align-items: center;
    /* justify-content: center; */
    margin-left: 15px;
}

.Insurance .option-box .checkmark {
    color: transparent;
    font-size: 12px;
}

.Insurance .option-box input:checked+.box-content .checkmark {
    color: white;
}

.Insurance .option-box .checkmark {
    display: block;
    width: 18px;
    height: 18px;
    background-color: rgba(204, 0, 51, 0);
    border-radius: 50%;
    border: 2px solid var(--acent-to-white);
    margin: 0 0;
}

.Insurance .option-box input:checked+.box-content .checkmark {
    background-color: purple;
}

.Insurance .option-box input:checked {
    border-color: purple;
}

.Insurance div {
    gap: 73px
}

.Insurance .box-content strong {
    color: var(--black-to-white);
    font-family: var(--font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 80% */
    text-transform: capitalize;
    margin-bottom: 0px;
}

.Insurance .box-content p {
    color: #9F228B;
    font-family: var(--font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 106.667% */
    text-transform: capitalize;
    border-radius: 3.12px;
    padding: 2px;
    margin-top: 5px;
    background: #FFD7F9;
}

.col-md-7.wrapper-car-details-row {
    padding-right: 50px;
}

.Insurance .subscribtion-text {
    top: -18px;
    z-index: 1;
    width: max-content;
    /* position: absolute; */
    color: var(--black-to-white);
    font-family: var(--font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px !important;
    line-height: 30px;
    margin-bottom: 0px;
    text-transform: capitalize;
    background-color: var(--background-white-to-black);
}

.Insurance {
    /* padding: 40px; */
    border-radius: 20px;
    /* border: 1px solid #EEE; */
    width: 100%;
    position: relative;
}

.insurance-and-allowance {
    gap: 20px;
    margin-top: 0px;

}

.col-md-5.padding-left-40px.car-details-row3 {
    height: max-content;
    border: 1px solid #D9D9D9;
    padding-bottom: 30px;
    border-radius: 20px;
    padding: 30px 20px;
    position: relative;
    z-index: 0;
}

[dir="right_to_left"] .col-md-5.padding-left-40px.car-details-row3 {
    direction: rtl;
}

.monthly-fee {
    width: 100%;
    border-radius: 20px;
    /* border: 1px solid #D9D9D9; */
    margin: auto;
    /* padding: 20px 15px; */
    margin-top: 30px;
}

.monthly-fee p {
    color: var(--c616161-to--white);
    text-align: start;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.456px;
    /* 127.848% */
    text-transform: capitalize;
    margin-bottom: 5px;
}

.monthly-fee h5 {
    color: var(--black-to-white);
    font-family: var(--font-family);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    /* 100% */
    text-transform: capitalize;
}

.monthly-fee div {
    width: 50%;
}

.monthly-fee div button {
    background-color: #9F228B;
    border-radius: 10px;
    padding: 20px 30px;
    color: #FFF;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    width: 192px;
    line-height: 20px;

}

.solid-hover-acent {
    /* border: 1px solid var(--transparent-to-white); */
    transition: 0.3s ease-in-out;
}

.solid-hover-acent:hover {
    background-color: transparent;
    border: 1px solid var(--black-to-white);
    color: var(--black-to-white);
}

.monthly-fee div button {
    background-color: #9F228B;
    border-radius: 10px;
    padding: 20px 30px;
    color: #FFF;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}


/* Blog Section CSS */
.articles-section {
    background: #fff !important;
}

.articles-section .container {
    max-width: 1200px;
    margin: 100px auto;
    /* background-color: white; */
}


.articles-section .container .row .col-md-9 .breadcrumb-div span a {
    font-size: 14px;
    color: black;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    line-height: 1px;
    text-underline-offset: 2px;
    font-weight: bold;
    transition: text-decoration-thickness 0.3s ease;

}

.articles-section .container .row .col-md-9 .breadcrumb-div span {
    font-size: 15px;
    color: gray;
}

.articles-section .container .row .col-md-9 .breadcrumb-div span a:hover {
    text-decoration-thickness: 2px;
    text-decoration-color: #9f228b;
}

.articles-section .container .row .col-md-9 h1 {
    font-size: 3.125rem !important;
    font-weight: 800;
    max-width: 48.417rem;
}

.articles-section .container .row .col-md-9 .breadcrumb-div .selected-article-page {
    text-decoration: none;
    font-size: 14px;
    color: black;
}


.articles-section .container .row .col-md-9 .article-description h2 {
    font-weight: 800;
}

.articles-section .container .row .col-md-9 .article-description h3 {
    font-weight: 800;
}

.articles-section .container .row .col-md-9 .article-description h4 {
    font-weight: 800;
}

.articles-section .container .row .col-md-9 .article-description h5 {
    font-weight: 800;
}

.articles-section .container .row .col-md-9 .article-description h6 {
    font-weight: 800;
}

.articles-section .container .row .col-md-9 .article-description ul {
    flex-direction: column;
    gap: 5px !important;
    padding-left: 1.5rem;
    margin: 0;
}

.articles-section .container .row .col-md-9 .article-description ul li {
    list-style: none;
    position: relative;
}

.articles-section .container .row .col-md-9 .article-description ul li::before {
    background-color: #9F228B;
    border-radius: 50%;
    content: "";
    height: .45em;
    left: -16px;
    position: absolute;
    top: .5em;
    width: .45em;
}

.articles-section .container .row .col-md-9 .article-description a {
    text-decoration: underline;
    color: black;
}

.articles-section .container .row .col-md-9 .article-description a:hover {
    text-decoration-thickness: 3px;
    text-decoration-color: #9f228b;
}

.articles-section .container .row .col-md-9 .article-description ul li span {
    font-weight: bold;
}

.article-about-make {
    background: rgba(128, 128, 128, 0.055);
}

.article-about-make .top img {
    max-height: 52px;
    width: auto;
    object-fit: cover;
}

.article-about-make .top span {
    font-size: .875rem;
    color: #212121;
}

.article-about-make .top h4 {
    font-size: 1.625rem;
    ;
    font-weight: 700;
}


.article-about-make p {
    font-size: 14px;
    color: #212121;
}

.article-about-make button {
    background: #9F228B;
    border: none;
}

.article-about-make button:hover {
    background: #9f228b;
}


.input-group>.intl-tel-input.allow-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

.input-group>.intl-tel-input.allow-dropdown>.flag-container {
    z-index: 4;
}

.iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
    }
}


.iti__country-list {
    display: list-item;

}

.car-details-row2 .black.text-left {
    font-size: 30px;
    font-weight: 700;
    color: var(--heading-black);
}

.imge-gallery {

    display: flex;
    align-items: center;
    justify-content: space-between;

}

.wrapper-with-scroll-up {
    display: flex;
    align-items: center;
    gap: 20px;
}

.scroll-up,
.scroll-down {
    background: #edeaea;
    height: 50px;
    width: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    justify-content: center;
    transition: background 0.3s ease-in-out;
}

.scroll-up:hover,
.scroll-down:hover {
    background: #f5f5f5;
}

@media only screen and (max-width: 767px) {
    .col-md-7.wrapper-car-details-row {
        padding-right: 0px;
    }

    .car-details-section {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 18px;
    }

    .monthly-fee {
        flex-direction: column;
    }

    .monthly-fee>div {
        width: 100%;
        text-align: center;
    }

    .monthly-fee>div p {
        width: 100%;
        text-align: center;
    }

    .listing-last-cta {
        padding: 60px 20px 5px;
    }

    .Insurance .option-box {
        width: 46%;
    }
}