/* Slider */
.dubicars-toolkit-slider-item {
    display: flex;
    gap: 20px;
}

.dubicars-toolkit-slider-image {
    width: 70%;
}

.dubicars-toolkit-slider-content {
    width: 30%;
}

.dubicars-toolkit-slider-content h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.dubicars-toolkit-slider-image img {
    height: 440px !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 20px !important;
}

.dubicars-toolkit-slider-content a.dt-btn {
    margin-top: 20px;
    display: inline-block;
    color: #0877fe;
    font-weight: bold;
}

.dubicars-toolkit-slider-content {
    border-radius: 12px !important;
    background: #eee;
    padding: 20px;
}

.dubicars-toolkit-slider-wrapper {
    position: relative;
}

.dubicars-toolkit-slider-wrapper .owl-nav button {
    height: 50px;
    width: 50px;
    background: #eeeeee82 !important;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 10px !important;
    position: absolute;
    top: calc(50% - 30px);
    left: -60px;
    transition: 0.3s;
    color: #999 !important;
}

[dir="rtl"] .dubicars-toolkit-slider-wrapper .owl-nav button {
    right: -60px;
}



.dubicars-toolkit-slider-wrapper .owl-nav button span {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10px !important;
    padding-bottom: 7px !important;
}

.dubicars-toolkit-slider-wrapper .owl-nav button.owl-next {
    right: -60px;
    left: auto;
    padding-left: 2px !important;
}

.dubicars-toolkit-slider-wrapper .owl-nav button.owl-prev {
    /* right: -60px;
    left: auto; */
    padding-right: 2px !important;
}


[dir="rtl"] .dubicars-toolkit-slider-wrapper .owl-nav button.owl-next {
    right: auto;
    left: -60px;
}



.dubicars-toolkit-slider-wrapper .owl-nav button:hover {
    background: #0877fe !important;
    color: #fff !important;
}

/* Latest post */
.dubicars-toolkit-latest-post-single {
    width: calc(33.33% - 34px);
    margin-bottom: 10px;
}

.dubicars-toolkit-latest-post-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
}

.dubicars-toolkit-latest-post-single img {
    width: 100%;
    height: 210px !important;
    object-fit: cover;
    border-radius: 12px !important;
    margin-bottom: 10px;
}

.dubicars-toolkit-latest-post-cat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #df556a;
    gap: 10px;
}

.category-text {

    font-size: 14px;
}

.dubicars-toolkit-latest-post-single h3 {
    font-size: 15px;
    font-weight: 600;
    color: #0078ff;
    margin: 10px 0;
    min-height: 36px;
    /* margin-bottom: 20px; */
    line-height: 1.4;
}

.dubicars-toolkit-latest-post-section>h2 {
    font-weight: 600;
    color: #3b3b3b;
    margin-bottom: 24px;
}

.dubicars-toolkit-latest-post-single .excerpt p {
    color: #3b3b3b;
    font-size: 14px;
}

/* Cat post */
.dubicars-toolkit-latest-post-wrapper.dt-post-by-cat .dubicars-toolkit-latest-post-single:first-child {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: stretch;
}

/* tab */
.dubicars-toolkit-tab-head ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 50px;
    width: fit-content;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

.dubicars-toolkit-tab-head ul li {
    padding: 8px 8px;
    font-size: 20px;
    color: #3b3b3b;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

li.active {
    font-weight: 600;
}

.dubicars-toolkit-tab-head ul li:after {
    position: absolute;
    content: "";
    width: 0;
    background: #555;
    bottom: 0;
    height: 3px;
    transition: 0.4s;
    opacity: 0;
}

.dubicars-toolkit-tab-head ul li.active:after {
    height: 3px;
    opacity: 1;
    width: 100%;
}

.dubicars-toolkit-video-slider-item img {
    height: 200px !important;
    width: 100% !important;
    border-radius: 12px !important;
    margin-bottom: 10px;
    object-fit: cover;
}

.dubicars-toolkit-video-slider-item h3 {
    padding-left: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #3b3b3b;
    margin: 10px 0;
    min-height: 36px;
    margin-bottom: 0;
    line-height: 1.4;
}

.dt-post-by-cat .dubicars-toolkit-latest-post-single:nth-child(n + 8) {
    display: none;
}

.dubicars-toolkit-latest-post-wrapper.dt-post-by-cat .dubicars-toolkit-latest-post-single:first-child .dubicars-toolkit-cat-post-image {
    width: 70%;
}

.dubicars-toolkit-latest-post-wrapper.dt-post-by-cat .dubicars-toolkit-latest-post-single:first-child .dubicars-toolkit-cat-post-content {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #eeeeee;
    padding: 20px;
    border-radius: 10px;
}

.dubicars-toolkit-latest-post-wrapper.dt-post-by-cat .dubicars-toolkit-latest-post-single:first-child .dubicars-toolkit-latest-post-cat {
    display: none;
}

.dubicars-toolkit-latest-post-wrapper.dt-post-by-cat .dubicars-toolkit-latest-post-single:first-child img {
    margin: 0;
    height: 100% !important;
}

.dubicars-toolkit-tab-body button.owl-prev {
    display: none;
}

.dubicars-toolkit-tab-body button.owl-next {
    position: absolute;
    top: calc(50% - 65px);
    right: -40px;
}

.dubicars-toolkit-tab-body button.owl-next span {
    font-size: 30px !important;
    line-height: 60px;
    display: flex;
    align-items: center;
    /* color: #999999; */
}

.dubicars-toolkit-cat-post-image img {
    height: 140px !important;
    object-fit: cover;
}

.dubivars-faq-accordion-item {
    border-bottom: 1px solid #999;
    padding: 10px 0;
}

.dubivars-faq-accordion-item:last-child {
    border: none;
}

.dubivars-faq-accordion-header {
    cursor: pointer;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
}

.dubivars-faq-accordion-content p {
    margin: 0;
    padding: 0;
}

.dubivars-faq-accordion-content {
    padding: 5px 0;
    margin: 5px 0;
}

.dubivars-faq-accordion-header:after {
    content: "";
    height: 12px;
    width: 12px;
    position: absolute;
    border: 1px solid #ddd;
    right: 0;
    transform: rotate(45deg);
    border-top: 0;
    border-right: 0;
    transition: 0.3s;
}

.dubivars-faq-accordion-item.active .dubivars-faq-accordion-header:after {
    transform: rotate(-45deg);
}

h3.dubivars-sec-title {
    font-weight: 600;
    border-bottom: 4px solid #df556a;
    margin-bottom: 45px;
    padding-bottom: 12px;
}

.onyx_poll_dubicars_cs {
    display: flex;
    flex-direction: column;
}

.onyx_poll_dubicars_cs li.onyx-poll-choice {
    border: none !important;
    padding-left: 0;
}

.onyx_poll_dubicars_cs .onyx-poll.view .onyx-poll-choices li:before,
.onyx_poll_dubicars_cs .onyx-poll.view .onyx-poll-choices li:after {
    position: absolute;
    left: 50px;
    text-align: left;
    padding-left: 20px;
    font-weight: 700 !important;
    font-size: 18px;
}

.onyx_poll_dubicars_cs .onyx-poll {
    padding: 0;
    border: none;
    font-style: normal !important;
}

.onyx_poll_dubicars_cs .onyx-poll * {
    font-style: normal !important;
    font-size: 18px !important;
}

.onyx_poll_dubicars_cs .onyx-poll.view .onyx-poll-choices li:before {
    background: #D9D9D9;
}

.onyx_poll_dubicars_cs .onyx-poll.active .onyx-poll-choices li:hover:before {
    background: transparent;
}

.onyx_poll_dubicars_cs .onyx-poll.voted .onyx-poll-choices li:hover:before {
    background: #D9D9D9;
}

.onyx_poll_dubicars_cs .onyx-poll .onyx-poll-choices li {
    background: #D9D9D9;
    border-radius: 0;
    padding: 10px;
    transition: 0.3s;
    font-weight: 700 !important;
    font-size: 18px;
    text-shadow: none !important;
}

.onyx_poll_dubicars_cs .onyx-poll.voted .onyx-poll-choices li {
    background: transparent;
    border-radius: 0;
    padding: 10px 0px;
}

.onyx_poll_dubicars_cs>h3 {
    background: #d9d9d9;
    padding: 12px 30px;
    font-weight: bold;
}

.dubicars-search-wrapper .dubicars-search-fields {
    display: flex;
    position: relative;
    border: 1px solid #3b3b3b;
    border-radius: 10px;
    overflow: hidden;
}

.dubicars-search-wrapper .dubicars-search-fields input {
    width: 100%;
    min-height: 50px;
    padding: 12px 15px;
    border: none;
}

.dubicars-search-wrapper button.search-submit {
    position: absolute;
    right: -80px;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    justify-content: center;
    border: unset;
    box-shadow: unset;
    padding: 0 0 0 5px;
}

[dir="rtl"] .dubicars-search-wrapper button.search-submit {
    right: auto;
    left: -80px;
}

.dubicars-search-fields.focused button.search-submit {
    right: 0;
    opacity: 1;
    padding: 0 20px 0 27px;
}

[dir="rtl"] .dubicars-search-fields.focused button.search-submit {
    right: auto;
    left: 0;
    opacity: 1;
    padding: 0 20px 0 27px;
}

.dubicars-subscribe-wrapper {
    display: flex;
    position: relative;
    width: 100%;
}

input.dubicars-subscribe-email-input {
    width: 100%;
    min-height: 50px;
    padding: 12px 15px;
    background: transparent;
    border: 1px solid #3b3b3b;
    border-radius: 11px;
    font-size: 16px;
    color: #3b3b3b;
}

.dubicars-subscribe-wrapper form {
    width: 100%;
}

button.dubicars-subscribe-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    background: #0078ff;
    color: #fff;
    padding: 5px 20px;
    z-index: 3;
    border: 0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

[dir="rtl"] button.dubicars-subscribe-submit {
    right: auto;
    left: 0;
}

.input-group.dubicars-subscribe-fields {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    border-radius: 10px;
    margin-bottom: 5px;
}

input.dubicars-subscribe-email-input::-webkit-input-placeholder {
    color: #3b3b3b;
}

.dubicars-subscribe-wrapper form>p {
    font-size: 14px;
    color: #3b3b3b;
}

.dubicars-subscribe-wrapper form>p a {
    color: #3b3b3b;
    text-decoration: underline;
}

button.dubicars-subscribe-submit:hover {
    transform: scale(1.05);
}

.dubicars-toolkit-latest-post-wrapper.dt-post-by-cat .dubicars-toolkit-latest-post-single:first-child .dubicars-toolkit-cat-post-image a {
    height: 100%;
}

.dubicars-toolkit-slider-content {
    min-width: 280px;
}

.dubicars-single-post-head {
    margin-bottom: 10px;
}

.dubicars-toolkit-video-slider-item.badge-shorts img {
    aspect-ratio: 9 / 16;
    width: 100%;
    height: unset !important;
    object-fit: cover;
}

/* mobile css */
@media only screen and (max-width: 767px) {
    .dubicars-toolkit-slider-content {
        border-radius: 0px 0px 20px 20px !important;
    }

    .dubicars-toolkit-slider-image img {
        border-radius: 20px 20px 0px 0px !important;
    }

    .dubicars-toolkit-slider-item {
        gap: 0px !important;
    }

    .dubicars-toolkit-latest-post-wrapper.dt-post-by-cat .dubicars-toolkit-latest-post-single:first-child .dubicars-toolkit-cat-post-content {
        border-radius: 0 0 12px 12px !important;
    }

    .dubicars-toolkit-latest-post-wrapper.dt-post-by-cat .dubicars-toolkit-latest-post-single:first-child img {
        border-radius: 12px 12px 0 0 !important;
    }

    .dubicars-toolkit-latest-post-wrapper.dt-post-by-cat .dubicars-toolkit-latest-post-single:first-child {
        gap: 0 !important;
    }


}