.sidebar-area {
    position: sticky !important;
    top: 30px !important;
    align-self: flex-start;
}
.th-btn:after {
background: var(--theme-color) !important;
}
.haberdetaytext {
    line-height: 1.8; 
    color: #333 !important; 
}
.haberdetaytext h1 {
    font-size: 18px;
}
.haberdetaytext h2 {
    font-size: 18px;
}
.haberdetaytext h3 {
    font-size: 16px;
}

.haberdetaytext h1, 
.haberdetaytext h2, 
.haberdetaytext h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333 !important;
}

.haberdetaytext p {
    margin-top: 0;
    margin-bottom: 1.25rem;
}


.haberdetaytext {
    display: block;
    word-wrap: break-word;
}

.haberdetaytext img {
    margin-bottom: 1.5rem;
}

.anarenk {
    color: var(--theme-color);
}
.dildegistir {
    position: relative;
    display: inline-block;
    font-family: inherit; 
}

.dildegistir-btn {
    background-color: transparent; 
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dildegistir-btn:hover {

}

.dildegistir-btn img {
    width: 20px;
    height: auto;
    border-radius: 2px;
}

.dildegistir-btn .caret {
    transition: transform 0.3s ease;
    margin-left: 4px;
	color: #fff;
}

.dildegistir.open .caret {
    transform: rotate(180deg);
}

.dildegistir-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 8px 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dildegistir.open .dildegistir-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dildegistir-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.dildegistir-menu li a img {
    width: 20px;
    height: auto;
    border-radius: 2px;
}

.dildegistir-menu li a:hover {
    background-color: #f5f7fa;
    color: #000000;
}

.lang-text-rotate {
    display: inline-block;
    text-align: left;
    transition: opacity 0.3s ease-in-out;
	color: #fff;
}

.lang-text-rotate.fade-out {
    opacity: 0;
}

.blog-single {
    box-shadow: 0px 10px 50px rgba(0, 70, 59, 0.1);
    padding: 15px;
	border-radius: 24px;
}

.space, .space-top2 {
    padding-top: 150px !important;
}
@media (max-width: 575px) {
.space, .space-top2 {
    padding-top: 100px !important;
}
}

.yorumyazBG {
    padding: 30px;
    background-color: var(--smoke-color);
    border-radius: 20px;
}

.title_cizgili {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.title_cizgili:before, .title_cizgili:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 48%;
    height: 1px;
    content: '\a0';
    background-color: var(--theme-color);
    margin-left: 2%;
}
.title_cizgili:before {
    margin-left: -50%;
    text-align: right;
}


@media (min-width: 1200px) {
.mt-n3rem {
    margin-top: -3rem !important;
}
.mt-n5rem {
    margin-top: -5rem !important;
}
}

.haberbaslikarea {
    border-left: 5px solid var(--theme-color);
	padding: 10px 10px 10px 15px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
margin-bottom:20px;	
}

.blog-details .widget_event_info .info-list li i {
    width: 44px !important;
    height: 44px !important;
	font-size: 20px !important;
}

.blog-details .widget_event_info .info-list li strong {
    font-size: 15px !important;
}
.blog-details .info-list li {
    padding: 8px 0 !important;
}

.blog-details .widget_event_info .info-list li span {
    margin-bottom: 0px !important;
}

.blog-details .recent-post .recent-post-meta a {
    font-size: 13px !important;
}

.blog-details .wp-block-archives__label, .widget_title {
    margin: -0.1em 0 20px 0 !important;
}

.blog-details .recent-post .post-title {
    font-size: 13px !important;
	font-weight: bold !important;
    line-height: 1.455 !important;
}
.blog-details .blog-single .blog-audio, .blog-single .blog-img, .blog-single .blog-video {
    margin-bottom: 14px !important;
}

.habericiyatayReklamAlani {
    padding: 14px;
    background: var(--smoke-color);
    border-radius: 14px;
    position: relative;
	margin-bottom:20px;
}

.header-default .sticky-wrapper.sticky {
    background: var(--smoke-color) !important;
}


.paylaskopyala .input-group {
    border-radius: 6px;
    overflow: hidden;
}

.paylaskopyala .input-group .form-control {
    background-color: #ffffff;
    border-color: #dee2e6;
}

.paylaskopyala .input-group .btn {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    transition: all 0.2s ease-in-out;
}

.paylaskopyala .input-group .btn:hover {
    background-color: #e2e6ea;
}

.paylaskopyala .share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: transform 0.2s, opacity 0.2s;
}

.paylaskopyala .share-icon:hover {
    opacity: 0.85;
    transform: scale(1.05);
}

.paylaskopyala .icon-svg {
    fill: currentColor;
    width: 20px;
    height: 20px;
}

.paylaskopyala .icon-whatsapp { background-color: #25D366; }
.paylaskopyala .icon-x { background-color: #000000; }
.paylaskopyala .icon-facebook { background-color: #1877F2; }
.paylaskopyala .icon-telegram { background-color: #0088cc; }


.yorumlist .reply-btn {
    color: #2b5c47;
    font-size: 14px;
    transition: opacity 0.2s;
	padding:5px;
	opacity: 0.8;
}

.yorumlist .reply-btn:hover {
    color: #1e4132;
    opacity: 0.8;
}


.yorumlist .children {
    position: relative;
    padding-left: 3rem; 
}


.yorumlist .children::before {
    content: "";
    position: absolute;
    top: -1.5rem;
    bottom: 2rem;
    left: 1.25rem;
    width: 2px;
    background-color: var(--theme-color);
    border-radius: 2px;
}


.yorumlist .children .comment-item::before {
    content: "";
    position: absolute;
    top: 2.5rem;
    left: -1.75rem;
    width: 1.5rem;
    height: 2px;
    background-color: var(--theme-color);
    border-radius: 2px;
}

/* Mobil */
@media (max-width: 576px) {
    .yorumlist .children {
        padding-left: 1.5rem;
    }
    .yorumlist .children::before {
        left: 0.5rem;
    }
    .yorumlist .children .comment-item::before {
        left: -1rem;
        width: 0.75rem;
    }
	.header-left-wrap a{
		font-size: 0.75rem !important;
	}
	.header-left-wrap i{
		font-size: 0.75rem !important;
		margin-right: 4px !important;
	}	
}
@media (max-width: 767px) {
    .blog-details .blog-single {
       margin-top:30px !important;
    }
}
@media (max-width: 767px) {
    .blog-single .blog-title {
        font-size: 16px !important;
    }
}
.yorumkurallari {
    height: 150px;
    overflow-y: scroll;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    font-size: 0.75rem !important;
    line-height: 1.6;
    color: #000;
}

.footer-layout2 .subscribe-box {
    background: var(--smoke-color5);
    border-radius: 240px;
    padding: 80px;
	background-image: url(../img/bg/whatsappBG.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-widget.widget_nav_menu a {
    color: #000 !important;
	padding: 0 0 0 20px !important;
}
.footer-widget.widget_nav_menu a:hover {
    color: var(--theme-color) !important;
	font-weight: bold;
}
.footer-widget .widget_title {
    max-width: 100% !important;
}

       .category-list {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 10px; 
            margin-top: 20px;
            width: 100%;
        }
        @media (max-width: 991px) {
            .category-list {
                grid-template-columns: repeat(5, 1fr);
            }
        }
        @media (max-width: 768px) {
            .category-list { 
                grid-template-columns: repeat(2, 1fr);
                gap: 10px; 
                margin-top: 15px; 
            }
        }

        .category-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            color: #000;
            text-decoration: none;
            transition: 0.2s;
            cursor: pointer;
            background: var(--smoke-color4);
            -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
            backdrop-filter: saturate(180%) blur(10px) !important;
			border-radius: 5px;
			padding: 10px 5px 10px 5px;
			
        }		
        .category-item:hover {
            color: var(--theme-color);
			transform: scale(1.09);
			font-weight:bold;
			box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        }
        .category-item i {
            font-size: 28px;
            margin-bottom: 8px;
        }
        .category-item span {
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            word-break: break-word;
            line-height: 14px;			
        }

.footer-widget.widget_nav_menu a:before {
    content: "\f111" !important;
    font-family: var(--icon-font) !important;
	clip-path: none !important;
	background-color: transparent !important;
	font-weight: 900 !important;
	line-height: 14px !important;
    font-size: 14px !important;
  }		

.subscribe-box {
    border-bottom: 10px solid var(--theme-color) !important;

}  
.th-menu-wrapper .th-mobile-menu-bottom {
    margin-top: 0 !important;
}

.th-mobile-menu ul li ul li {
    padding-left: 10px !important;
}

.main-menu ul.sub-menu li a:before {
    content: "\f343" !important;
}

.th-body-visible .widget_title {
    margin: -0.1em 0 0px 0 !important;
}
@media (max-width: 400px) {
.th-menu-wrapper .th-menu-area {
        max-width: 300px !important;
    }
}

#etkinliklerSlider1 .th-product .category, .th-product .etkinlikilce {
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: var(--theme-color2);
    color: var(--black-color);
    padding: 0 12px;
    min-width: 60px;
    z-index: 3;
    border-radius: 30px;
    line-height: 24px;
}

.rating-summary{display:flex;gap:10px;background: var(--smoke-color2);color:#374557;padding:10px;border-radius:10px;margin:10px 0}
.rating-summary .avg{width:250px;text-align:center}
.rating-summary .avg .kisaaciklama{font-size:0.8em;}
.rating-summary .avg .num{font-size:3em;font-weight:bold}
.rating-summary .stars{font-size:1.5em;margin:5px 0}
.rating-summary .stars span{color:#555}
.rating-summary .stars span.filled{color: var(--theme-color);}
.rating-summary .dist{flex:1}
.rating-summary .bar-row{display:flex;align-items:center;margin-bottom:6px}
.rating-summary .label{width:30px}
.rating-summary .label span{color: var(--theme-color);}
.rating-summary .bar{background:#e7f1ff;height:8px;flex:1;margin:0 10px;border-radius:4px;overflow:hidden}
.rating-summary .fill{ background-color: var(--theme-color) !important;height:100%}
.rating-summary .perc{width:40px;text-align:right}
@media (max-width: 768px) {
.rating-summary .avg {
    width: 180px !important;
}
.rating-summary {
    gap: 1px !important;
    padding: 7px !important;
}
  }
@media (max-width: 575px) {
    .product-grid {
        max-width: 100% !important;
    }
}  