.thm-btn--two.irt-red-button::before {
    background-color: #b9242c;
}
.thm-btn--two.irt-red-button i {
    color: #b9242c;
}
.thm-btn--two.irt-red-button:hover {
    color: #b9242c !important;
}
.thm-btn--two.irt-red-button:hover i {
    background: #b9242c;
    color: #fff;
}
blockquote {
    margin: 2rem 0;
    padding: 0.5rem 1.5rem;
    border-left: 4px solid var(--paroti-base); /* modern mavi, istersen değiştir */
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--paroti-text);
    /*font-style: italic;*/
}

blockquote p {
    margin: 0;
}

blockquote cite {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.85rem;
    font-style: normal;
    /*color: #6b7280;*/
}
blockquote {
    transition: border-color 0.2s ease;
}

blockquote:hover {
    border-left-color: var(--paroti-primary);
}

.yn-owl-carousel.owl-carousel {
    position: relative;
}

.yn-owl-carousel.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);

    display: flex;
    justify-content: space-between;
    padding: 0 1rem;

    pointer-events: none; /* KRİTİK NOKTA */
}

.yn-owl-carousel .owl-nav .owl-prev,
.yn-owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    background: var(--paroti-base) !important;
    border-radius: 4px !important;
    color: #fff !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    pointer-events: auto; /* butonlar çalışır */
}
