/* Blog kartları ve liste */
.by-blog-liste .by-blog-kat-filtre {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.by-blog-kat-pil {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.25s ease;
}
.by-blog-kat-pil:hover,
.by-blog-kat-pil.aktif {
    background: #dd1c1c;
    border-color: #dd1c1c;
    color: #fff;
}
.by-blog-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 40px;
}
.by-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
.by-blog-card .blg-thmb {
    position: relative;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.by-blog-card .blg-thmb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.by-blog-card:hover .blg-thmb img {
    transform: scale(1.06);
}
.by-blog-kat {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;
    background: #dd1c1c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 5px 12px;
    border-radius: 20px;
}
.by-blog-card .blg-inf {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 22px 22px 26px;
    margin-top: 0;
    border-bottom: 0;
}
.by-blog-card .blg-inf > h6 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 50px;
}
.by-blog-card .blg-inf > h6 a {
    color: #222;
}
.by-blog-card .blg-inf > h6 a:hover {
    color: #dd1c1c;
}
.by-blog-card .blg-inf > p {
    flex: 1;
    margin-bottom: 16px;
    color: #666;
    line-height: 1.65;
}
/* Tema .blg-inf > a absolute konumunu iptal et; anasayfa ile aynı buton */
.by-blog-liste .blg-bx.by-blog-card,
.by-blog-ilgili .blg-bx.by-blog-card {
    float: none;
}
.by-blog-card .blg-inf {
    float: none;
}
.by-blog-card .blg-inf > a.by-blog-detay {
    position: static;
    bottom: auto;
    right: auto;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 4px;
    padding-left: 0;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none !important;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 11px 22px 11px 24px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease;
}
.by-blog-card .blg-inf > a.by-blog-detay i {
    margin-left: 0;
    font-size: 11px;
    transition: transform 0.25s ease;
}
.by-blog-card .blg-inf > a.by-blog-detay:hover,
.by-blog-card .blg-inf > a.by-blog-detay:focus {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    background: linear-gradient(135deg, #2a2a2a 0%, #3d3d3d 45%, #252525 100%);
}
.by-blog-card .blg-inf > a.by-blog-detay:hover i,
.by-blog-card .blg-inf > a.by-blog-detay:focus i {
    transform: translateX(4px);
}

/* İlgili yazılar bölümü */
.by-blog-ilgili {
    float: left;
    width: 100%;
    margin-top: 48px;
    padding: 40px 28px 8px;
    background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
    border: 1px solid #eee;
    border-radius: 12px;
}
.by-blog-ilgili-head {
    text-align: center;
    max-width: 520px;
    margin: 0 auto 32px;
}
.by-blog-ilgili-etiket {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #dd1c1c;
    background: rgba(221, 28, 28, 0.08);
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
}
.by-blog-ilgili-head h3 {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
}
.by-blog-ilgili-head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}
.by-blog-ilgili .row {
    margin-left: -12px;
    margin-right: -12px;
}
.by-blog-ilgili .by-blog-card {
    margin-bottom: 24px;
}
/* ================================================
   Blog Detay — Yeni Tasarım (.by-blog-detay-yeni)
   ================================================ */
.by-blog-detay-yeni {
    padding: 60px 0 80px;
    background: #f7f8fa;
}

/* Layout: 2 kolon (main + sidebar) */
.by-bd-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 36px;
    align-items: start;
}

/* Ana Makale */
.by-bd-article {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 24px rgba(0,0,0,0.07);
}

/* Kapak Görseli */
.by-bd-cover {
    position: relative;
    overflow: hidden;
    max-height: 480px;
}
.by-bd-cover img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.by-bd-cover:hover img {
    transform: scale(1.02);
}
.by-bd-kat-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #dd1c1c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    text-decoration: none !important;
    transition: background 0.2s;
    box-shadow: 0 4px 12px rgba(221,28,28,0.35);
}
.by-bd-kat-badge:hover {
    background: #b81515;
    color: #fff;
}

/* Meta Bilgiler */
.by-bd-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 4px;
    padding: 20px 36px 0;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 18px;
}
.by-bd-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #888;
}
.by-bd-meta-item i {
    color: #dd1c1c;
    font-size: 12px;
}
.by-bd-meta-item a {
    color: #555;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.by-bd-meta-item a:hover {
    color: #dd1c1c;
}
.by-bd-meta-sep {
    color: #ccc;
    font-size: 16px;
    line-height: 1;
    margin: 0 4px;
}

/* İçerik */
.by-bd-content {
    padding: 32px 36px 28px;
    font-size: 16.5px;
    line-height: 1.9;
    color: #3a3a3a;
}
.by-bd-lead {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 1.7;
    margin-bottom: 28px;
    padding: 20px 24px;
    background: #fef5f5;
    border-left: 4px solid #dd1c1c;
    border-radius: 0 8px 8px 0;
}
.by-bd-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 2em 0 0.7em;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}
.by-bd-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 1.6em 0 0.6em;
}
.by-bd-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 1.4em 0 0.5em;
}
.by-bd-content p {
    margin-bottom: 1.4em;
}
.by-bd-content ul,
.by-bd-content ol {
    padding-left: 1.6em;
    margin-bottom: 1.4em;
}
.by-bd-content li {
    margin-bottom: 0.5em;
}
.by-bd-content img {
    max-width: 100%;
    border-radius: 10px;
    margin: 12px 0;
}
.by-bd-content a {
    color: #dd1c1c;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.by-bd-content blockquote {
    border-left: 4px solid #dd1c1c;
    margin: 24px 0;
    padding: 16px 24px;
    background: #fafafa;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #555;
}
.by-bd-content strong {
    color: #111;
}

/* Galeri */
.by-bd-gallery-wrap {
    padding: 0 36px 28px;
}

/* Alt Footer */
.by-bd-footer {
    padding: 20px 36px 32px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 16px;
}
.by-bd-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 24px;
    background: #111;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 999px;
    text-decoration: none !important;
    transition: background 0.25s, transform 0.25s;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}
.by-bd-back-btn i {
    font-size: 11px;
    transition: transform 0.25s;
}
.by-bd-back-btn:hover {
    background: #dd1c1c;
    transform: translateY(-2px);
    color: #fff !important;
}
.by-bd-back-btn:hover i {
    transform: translateX(-3px);
}

/* Sidebar */
.by-bd-sidebar {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.by-bd-widget {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.by-bd-widget-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 22px 14px;
    border-bottom: 1px solid #f0f0f0;
}
.by-bd-widget-head i {
    color: #dd1c1c;
    font-size: 14px;
}
.by-bd-widget-head h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #111;
}
.by-bd-cat-list {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.by-bd-cat-list li {
    margin: 0;
}
.by-bd-cat-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 22px;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    border-radius: 0;
}
.by-bd-cat-list li a i {
    font-size: 10px;
    color: #ccc;
    transition: color 0.2s, transform 0.2s;
}
.by-bd-cat-list li a:hover,
.by-bd-cat-list li a.aktif {
    background: #fef5f5;
    color: #dd1c1c;
}
.by-bd-cat-list li a:hover i,
.by-bd-cat-list li a.aktif i {
    color: #dd1c1c;
    transform: translateX(3px);
}

/* CTA Widget */
.by-bd-widget-cta {
    background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 100%);
    text-align: center;
    padding: 32px 24px;
}
.by-bd-cta-icon {
    width: 60px;
    height: 60px;
    background: rgba(221,28,28,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.by-bd-cta-icon i {
    font-size: 24px;
    color: #dd1c1c;
}
.by-bd-widget-cta h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.by-bd-widget-cta p {
    color: #aaa;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.by-bd-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #dd1c1c;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 999px;
    text-decoration: none !important;
    transition: background 0.25s, transform 0.25s;
    box-shadow: 0 4px 14px rgba(221,28,28,0.4);
}
.by-bd-cta-btn i {
    font-size: 11px;
    transition: transform 0.25s;
}
.by-bd-cta-btn:hover {
    background: #b81515;
    transform: translateY(-2px);
    color: #fff !important;
}
.by-bd-cta-btn:hover i {
    transform: translateX(4px);
}

/* İlgili Yazılar — tam genişlik */
.by-bd-ilgili-wrap {
    margin-top: 60px;
    padding: 52px 0 20px;
    background: #fff;
    border-top: 1px solid #eee;
}
.by-bd-ilgili-wrap .by-blog-ilgili-head {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 36px;
}
.by-bd-ilgili-wrap .by-blog-card {
    margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 991px) {
    .by-bd-layout {
        grid-template-columns: 1fr;
    }
    .by-bd-sidebar {
        position: static;
    }
    .by-bd-cover img {
        height: 320px;
    }
    .by-bd-content,
    .by-bd-meta,
    .by-bd-footer,
    .by-bd-gallery-wrap {
        padding-left: 22px;
        padding-right: 22px;
    }
}
@media (max-width: 575px) {
    .by-blog-detay-yeni {
        padding: 32px 0 50px;
    }
    .by-bd-cover img {
        height: 220px;
    }
    .by-bd-content {
        font-size: 15.5px;
    }
    .by-bd-lead {
        font-size: 16px;
        padding: 16px 18px;
    }
}
.by-page-hero-plain {
    background-color: #f9f9f9;
}
.by-page-hero-plain .by-hero-plain-gap,
.by-page-hero-plain .gap {
    background: #f5f5f5 !important;
}
.by-page-hero-plain .pg-tp-wrp.style2 {
    /* padding-top: 45px !important; */
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.by-page-hero-plain .pg-tp-wrp.by-hero-align-left {
    text-align: left !important;
    max-width: 100%;
    width: 100%;
}
.by-page-hero-plain .pg-tp-wrp.by-hero-align-left .by-breadcrumb-nav {
    justify-content: flex-start;
}
.by-page-hero-plain .pg-tp-wrp.by-hero-align-left > h1 {
    text-align: left !important;
}
.by-page-hero-plain .pg-tp-wrp > h1 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 42px !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
}
.by-page-hero-plain .pg-tp-wrp h1:after {
    display: none !important;
}
.by-urunler-sayfa .srv-bx4.by-urun-kart .srv-info4 > h4,
.by-urunler-sayfa .srv-bx4.by-urun-kart .srv-info4 > h4 a,
.by-urunler-sayfa a.by-urun-kart-link .srv-info4 > h4 {
    color: #000 !important;
}
.by-urunler-sayfa a.by-urun-kart-link .by-urun-desc {
    color: #333;
}
.by-urunler-sayfa .by-kat-yol,
.by-hizmetler-sayfa .by-kat-yol {
    text-align: center;
    font-size: 14px;
}
.by-urunler-sayfa .by-kat-yol a,
.by-hizmetler-sayfa .by-kat-yol a {
    color: #dd1c1c;
    font-weight: 600;
}
.by-urunler-sayfa .by-kat-ayrac,
.by-hizmetler-sayfa .by-kat-ayrac {
    margin: 0 8px;
    color: #999;
}
.by-urunler-sayfa .by-kat-aktif,
.by-hizmetler-sayfa .by-kat-aktif {
    font-weight: 700;
    color: #222;
}
.by-urunler-sayfa .by-urun-fiyat,
.by-hizmetler-sayfa .by-urun-fiyat {
    font-size: 17px;
    font-weight: 700;
    color: #dd1c1c;
    margin: 8px 0 0;
}

/* Ürün / kategori listesi: parallax yerine düz beyaz arka plan */
.by-kategori-urunler .gap.white-layer:before,
.by-urunler-sayfa .gap.white-layer:before {
    background-color: #fff;
    opacity: 1;
}
.by-kategori-urunler .fixed-bg2,
.by-urunler-sayfa .fixed-bg2 {
    background-image: none !important;
    background-color: #fff !important;
    background-blend-mode: normal !important;
}

/* İçerik galerisi (ürün / blog detay) */
.by-content-gallery {
    padding-top: 28px !important;
    border-top: 1px solid #f0f0f0;
    margin-top: 100px!important;
}
.by-content-gallery-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px !important;
    display: block;
    height: auto!important;
}
.by-content-gallery-item {
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
    border: 1px solid #e2e2e2;
}

.by-content-gallery-item.brd-rd5 {}
.by-content-gallery-item > a {
    display: block;
    position: relative;
}
.by-content-gallery-item img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.by-content-gallery-item:hover img {
    transform: scale(1.05);
}
.by-content-gallery-item > a > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgba(221, 28, 28, 0.9);
    color: #fff;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.by-content-gallery-item:hover > a > i {
    opacity: 1;
}
.by-urun-detay .event-detail-img > a {
    display: block;
}
.by-urun-detay .pst-shr-tgs .theme-btn i {
    margin-right: 6px;
}
.by-urun-sidebar-nav ul li.pl-3 {
    font-size: 14px;
}
.by-urun-sidebar-nav ul li.pl-3 a {
    font-weight: 500;
}
.by-urun-mini-kart .blg-inf > h6 {
    font-size: 15px;
    min-height: auto;
}
.by-urun-mini-kart .blg-thmb img {
    height: 160px;
}

/* ================================================
   Ürün Detay — Yeni Tasarım
   ================================================ */

/* Kapak görseli — overlay kaldırıldı */
.by-urun-detay .by-urun-cover {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 0;
    border: 1px solid #e2e2e2;
    background: #f9f9f9;
}
.by-urun-detay .by-urun-cover::before {
    display: none !important;
}
.by-urun-detay .by-urun-cover img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.by-urun-detay .by-urun-cover:hover img {
    transform: scale(1.02);
}

/* CTA Bar — WhatsApp & Telefon */
.by-urun-cta-bar {
    display: flex;
    gap: 12px;
    padding: 24px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
}
.by-urun-cta-bar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}
.by-cta-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
}
.by-cta-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.45);
    color: #fff !important;
}
.by-cta-whatsapp i {
    font-size: 20px;
}
.by-cta-phone {
    background: linear-gradient(135deg, #dd1c1c 0%, #b81515 100%);
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(221, 28, 28, 0.35);
}
.by-cta-phone:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(221, 28, 28, 0.45);
    color: #fff !important;
}
.by-cta-phone i {
    font-size: 16px;
}

/* Alt navigasyon */
.by-urun-alt-nav {
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.by-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: color 0.2s;
}
.by-nav-link:hover {
    color: #dd1c1c;
}
.by-nav-link i {
    font-size: 12px;
    transition: transform 0.2s;
}
.by-nav-link:hover i {
    transform: translateX(-3px);
}

/* Sidebar Accordion (Bootstrap 4) */
.by-sidebar-accordion {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 24px rgba(0,0,0,0.06);
    margin-bottom: 24px;
}
.by-sidebar-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 22px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.by-sidebar-header i {
    color: #dd1c1c;
    font-size: 14px;
}
.by-sidebar-accordion .accordion {
    border: none;
}
.by-sidebar-accordion .card.by-acc-card {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
}
.by-sidebar-accordion .card.by-acc-card:last-child {
    border-bottom: none;
}
.by-sidebar-accordion .by-acc-header {
    padding: 0;
    background: #fff;
    border: none;
}
.by-sidebar-accordion .by-acc-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none !important;
    background: #fff;
    border: none;
    text-align: left;
    transition: all 0.2s;
}
.by-sidebar-accordion .by-acc-btn:hover,
.by-sidebar-accordion .by-acc-btn:focus {
    text-decoration: none !important;
    box-shadow: none;
}
.by-sidebar-accordion .by-acc-btn:not(.collapsed) {
    background: #fef5f5;
    color: #dd1c1c;
}
.by-sidebar-accordion .by-acc-btn span.aktif {
    color: #dd1c1c;
}
.by-sidebar-accordion .by-acc-icon {
    font-size: 12px;
    color: #999;
    transition: transform 0.3s ease;
}
.by-sidebar-accordion .by-acc-btn:not(.collapsed) .by-acc-icon {
    transform: rotate(180deg);
    color: #dd1c1c;
}
.by-sidebar-accordion .by-acc-body {
    padding: 8px 16px 16px;
    background: #fafafa;
}
.by-acc-link {
    display: block;
    padding: 10px 16px;
    margin: 4px 0;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    text-decoration: none !important;
    border-radius: 8px;
    transition: all 0.2s;
}
.by-acc-link:hover,
.by-acc-link.aktif {
    background: #fff;
    color: #dd1c1c;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.by-acc-link.by-acc-parent {
    font-weight: 700;
    color: #333;
    border-bottom: 1px dashed #e0e0e0;
    border-radius: 8px 8px 0 0;
    margin-bottom: 8px;
}
.by-acc-solo {
    display: block;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none !important;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s;
}
.by-acc-solo:last-child {
    border-bottom: none;
}
.by-acc-solo:hover,
.by-acc-solo.aktif {
    background: #fef5f5;
    color: #dd1c1c;
}

/* Sidebar CTA Widget */
.by-sidebar-cta {
    background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
}
.by-cta-icon {
    width: 56px;
    height: 56px;
    background: rgba(221,28,28,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.by-cta-icon i {
    font-size: 22px;
    color: #dd1c1c;
}
.by-sidebar-cta h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}
.by-sidebar-cta p {
    color: #999;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.by-sidebar-wa,
.by-sidebar-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}
.by-sidebar-wa:last-child,
.by-sidebar-tel:last-child {
    margin-bottom: 0;
}
.by-sidebar-wa {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff !important;
}
.by-sidebar-wa:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: #fff !important;
}
.by-sidebar-tel {
    background: linear-gradient(135deg, #dd1c1c 0%, #b81515 100%);
    color: #fff !important;
}
.by-sidebar-tel:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(221, 28, 28, 0.4);
    color: #fff !important;
}

/* Responsive */
@media (max-width: 767px) {
    .by-urun-cta-bar {
        flex-direction: column;
    }
    .by-urun-cta-bar a {
        padding: 14px 16px;
    }
}
