.wp-singular , .archive , .search , .archive {
    background: linear-gradient(0deg, transparent, #e5e5e5);
}

.wp-singular #header , .archive #header , .search #header {
    padding: 0.5rem 0;
}

.navigation {
    background: #e5e5e5;
    border-top: 2px solid var(--red);
}

.navigation p {
    color: var(--blue);
    font-size: 0.8rem;
    padding: 0.6rem 0px;
    margin: 0px;
    font-weight: bold;
}

/* singular page style */
/* header page */
.wp-block-table table {
    min-width: 900px;
    overflow: scroll;
}

.wp-singular .wp-block-table .has-fixed-layout td, .wp-singular .wp-block-table .has-fixed-layout th {
    border: 1px solid #b3b3b3;
}

.wp-singular #head , .search #head  {
    background: var(--blue);
    text-align: center;
    padding: 4rem;
    color: #fff;
}

.wp-singular #head h1 {
    margin-top: 4rem;
    margin-bottom: 3rem;
    font-weight: bold;
}

.wp-singular #head h1 span {
    font-size: 2rem !important;
}

.wp-singular .wrapper {
    background: #fff;
    padding: 1rem;
    margin-top: -3rem;
    border-radius: 7px;
    border: 1px solid #d9d6d6ab;
}

.wp-singular img {
    max-width: 100%;
    height: auto;
}

.wp-singular h2 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  display: inline-block;
  color: var(--blue);
}

.wp-singular h3 {
    font-size: 1.27rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    display: inline-block;
    color: #853535;
}

.wp-singular h4 {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    /* font-weight: bold; */
    display: inline-block;
}

.wp-singular h5 , .wp-singular h6 {
    font-size: 1.14rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.item-box h3 {
    color: #fff;
}

.item-box h4 {
    float: left;
}

/* related post */
.wp-singular .related {
    background: linear-gradient(to bottom , #fff 0%, #E0E3E9 50%) ;
    padding: 2rem 1rem;
    border-radius: 5px;
}

.wp-singular .related li {
    list-style: none;
}
.blog-article .item img {max-width: 100%;height: auto;}
.brand-intro {
    background: radial-gradient(var(--red), #6e070d);
    text-align: center;
    height: 72vh;
    position: relative;
}

.brand-intro .light , .single-cars .light {
    font-size: 15vw;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 0;
    color: #fff;
}

.brand-intro .intro h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    margin-top: 1rem;
}

.brand-intro .intro {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.products-rows {
    margin-top: -8rem;
}

.products-rows .item {
    background: #fff;
    margin-top: 2rem;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 1rem;
    height: 100%;
    position: relative;
    min-height: 190px;
    box-shadow: 0px 0px 3px #e41d1da1;
}

.products-rows .item footer {
    background: radial-gradient(#bb363678, #00000030);
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 1rem;
    width: 100%;
    height: 40%;
    transition: all 0.2s;
    display: table;
}

.products-rows .item h3 {
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

.products-rows .item img {
    width: 100%;
    height: auto;
}

.products-rows .item:hover footer {
    height: 100%;
    background: radial-gradient(#ffb5b5, #0000008f);
}

/* single car */
.single-navigation {
    color: var(--blue;
    )}

.single-cars #header {
    background: #dcdcdc;
}

.single-cars .car-info {
    background: #dcdcdc;
    padding: 6rem 0px;
    position: relative;
    height: 70vh;
}

.single-cars .car-info::after {
    content: "";
    display: inline-block;
    z-index: -1;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    z-index: 1;
    border-right: 40vw solid var(--red);
    border-top: 70vh solid transparent;
}

.single-cars .car-info .container , .single-cars .text-box , .car-content .container {
    position: relative;
    z-index: 2;
}

.single-cars .car-info h1 {
    color: #282828;
    font-size: 3rem;
    font-weight: bold;
    margin-top: 1rem;
    line-height: 1.5;
}

/* car-content */
.car-content {
    background: #dcdcdc;
}

.car-content::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    z-index: 1;
    border-right: 40vw solid #ff1f2d1a;
    border-bottom: 70vh solid transparent;
}

.car-content .item {
    background: #ffffff9e;
    padding: 1.5rem 1rem 0.5rem;
    border-radius: 6px;
}

.car-content .item .content {
    text-align: justify;
    margin-top: 2rem;
}

.car-content .item .content img {
    border-radius: 5px;
}

.triangle-dotted {
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#c4bcbc 1px, transparent 1px);
    background-size: 10px 10px;
    -webkit-mask-image: linear-gradient(to right, rgb(159 159 159), rgba(0, 0, 0, 0));
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to right, rgb(95 95 95), rgba(0, 0, 0, 0));
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.fullpage-banner .car-banner {
    height: 28rem;
}

/* car-tables */
.car-tables {
    position: relative;
}

.car-tables .table {
    column-count: 3;
    column-gap: 20px;
    position: relative;
    z-index: 3;
}

.car-tables .table li {
    list-style: none;
    text-align: right;
    border: 1px solid var(--blue);
    line-height: 0;
}

.car-tables .table li span:first-child {
    background: #e7e7e7;
    width: 50%;
    border-left: 1px solid var(--blue);
}

.car-tables .table li span {
    display: inline-block;
    width: 50%;
    line-height: 1.7;
    padding: 4px 10px;
    width: 5;
    background: #fff;
}

.car-tables .table.tab2 li span {
    width: 100% !important;
    border-left: 0px;
}

.car-slider-img {
    padding: 3rem 4rem;
    background: #0726754f;
}

/* dealers list */
.agent-search {
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    margin-top: -10rem;
    /* position: absolute; */
    /* bottom: -6rem; */
    position: relative;
    z-index: 2;
}

aside .wp-block-heading {border-bottom: 1px dashed #c0c0c0;margin-bottom: 0px;padding-bottom: 1rem;width: 100%;margin-top: 2rem;}
aside ul {margin-right: 1.5rem;}




#filter-part {
    background: url('../images/map-bg.png');
    padding: 3rem 0px 0px;
    position: relative;
    min-height: 14rem;
}

#filter-part::before {
    content: "";
    display: block;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: red;
    position: absolute;
    opacity: 0.7;
}

.item-box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.item-box .title-box {
    background: #28499b;
    padding: 3px 10px;
    border-radius: 5px 5px 0px 0px;
    color: #ffffffd9;
}

.item-box > section {
    padding: 0px 10px 10px;
    margin-top: 10px;
}

.item-box .part2 .info-box {
    background: #f3f3f3;
    padding: 10px 14px;
}

.item-box .activity-type {
    background: #eaeaea;
    margin: 0px;
    margin-bottom: 1rem;
    border-radius: 5px;
    display: flex;
    padding: 0px 10px 3px;
    font-size: 12px;
    width: 100%;
}

.form-select[type=number] , .form-select[type=text] {
    --bs-form-select-bg-img: none;
    text-align: right;
}

.item-box .activity-type p {
    margin-left: 15px;
    margin-bottom: 0px;
    padding-top: 9px;
}

.item-box .activity-type .brands {
    margin-right: auto;
}

.item-box .activity-type .brands img {
    max-width: 44px;
    height: auto;
    margin-right: 6px;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 1;
}

.item-box > section li {
    list-style: none;
    padding-right: 1rem;
    line-height: 2.5;
}

.part2 , .part3 {
    display: none;
}

.item-box .activity-type svg {
    width: 20px;
    height: 20px;
    fill: red;
    margin-left: 4px;
}

.item-box .showHide {
    cursor: pointer;
    font-size: 11px;
    background: #f0f4ff;
    padding: 5px 10px;
    border-radius: 10px;
}

.item-box .showHide svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
    margin-left: 6px;
    margin: auto;
    background: #28499b;
    border-radius: 100%;
    padding: 4px;
}

/******* about */
/* image imageVertical */
.imageVertical {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.manager {
    overflow: hidden;
    padding-bottom: 13rem;
}

.manager .item {
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    color: #414141;
    font-size: 12px;
    transition: all 0.2s;
    position: relative;
}

.managerPart::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100px;
    background: var(--red);
    top: 50%;
    width: 100%;
}

.manager-slider .item:hover {
    background: var(--blue);
}

.manager .item .caption p.name {
    margin-top: 1rem;
    font-weight: bold;
    color: var(--blue);
    margin-bottom: 5px;
    font-size: 14px;
}

.manager .item:hover p.name , .manager .item:hover p {
    color: #fff;
}

.manager .item img {
    border-radius: 100%;
    background-image: url(http://localhost/rasa/wp-content/themes/rasa/assets/images/service-bg.png);
    border-radius: 100%;
    background: #f6f6f6;
    box-shadow: 0px 1px 5px #424347;
}

.faq .item {
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    background: #ff262600;
    padding: 6px;
    font-size: 14px;
}

.faq .question {
    background: #f8f8f8d4;
    padding: 15px 30px 20px 10px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    transition: background 0.3s ease;
    font-size: 14px;
}

.faq .question:hover {
    background: #f0f0f0;
}

.faq .question::after {
    content: '+';
    position: absolute;
    right: 8px;
    font-size: 22px;
    transition: transform 0.3s ease;
    top: 5px;
}

.faq .item.active .question::after {
    content: '−';
    transform: rotate(180deg);
}

.faq .answer {
    display: none;
    padding: 2rem 20px;
    background: #fff;
    border-top: 1px solid #eee;
    line-height: 1.6;
    text-align: right;
    line-height: 2.2;
}

.faq-part::after {
    content: '';
    position: absolute;
    font-size: 22px;
    transition: transform 0.3s ease;
    width: 100%;
    height: 37vw;
    background: linear-gradient(18deg, #ffffff, #f0f0f0);
    border-radius: 20px;
    z-index: -2;
    right: 0px;
    top: -39%;
    transform: translateX(28%) rotate(18deg);
}

/* contact */
.contact .info {
    list-style: none;
}

.contact form .gfield input , .contact form textarea {
    border: 1px solid #b6b6b6;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}

.form.contact {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 3rem 0px;
}

.form.contact::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: radial-gradient(circle at center, rgb(255 255 255 / 71%) 30%, rgba(255, 255, 255, 1) 70%);
    mix-blend-mode: lighten;
    /* یا normal یا overlay بسته به نیاز */
}

.form.contact::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at center, rgb(255 255 255 / 5%) 30%, rgb(255 251 251) 70%);
    mix-blend-mode: lighten;
    /* یا normal یا overlay بسته به نیاز */
    z-index: 3;
}

.fade-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, rgba(255,255,255,0), #f9f9f9);
    z-index: 3;
    pointer-events: none;
}

.fade-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #f9f9f9);
    z-index: 3;
    pointer-events: none;
}

.wp-block-search__input:focus {outline: unset;}




@media (max-width: 1024px) {
    .car-tables .table {
        column-count:2;
    }

    .single-cars .car-info h1 {
        font-size: 2rem;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .top-footer {
        margin-top: 2rem !important;
    }

    .products-rows .item h3 {
        font-size: 1rem;
    }

    .products-rows .item {
        min-height: 196px;
    }

    .single-cars .line-head.logo {
        text-align: left;
        padding-left: 30px;
    }

    .single-cars .download.button-row {
        justify-content: left;
    }

    .wp-singular #head {
        padding: 3rem 10px;
    }

    .item-box h4 {
        float: unset;
    }

    /* car single */
    .car-slider-img {
        padding: 1rem 0px;
    }

    .car-tables .table {
        column-count: 1;
    }

    .single-cars .car-info::after {
        border-right: 40vw solid var(--red);
    }
}
