body {
    background-color: #f5f6f8;
}
a{
	text-decoration:none;
	color: #0e172a;
}
.swiper-pagination-bullet{
	width:20px;
	height:20px;
}
.bg-primary {
    background-color: rgb(220 52 69) !important;
}
.homepage-block {
    border-radius: .5rem;
    background: #fff;
    padding: 1rem 1rem 1.2rem 1rem;
}
.card-header {
    font-weight: 900 !important;
    letter-spacing: -1px;
    font-size: 24px;
}
.featuredSlider .card-header *{
    font-weight: 900 !important;
    letter-spacing: -1px;
    font-size: 24px;
}
/* Slider stilleri */
.homepage-block-slider .slider-image {
    border-radius: .75rem;
}

.homepage-block-slider .slider-caption-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem 1.25rem;
    background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,0));
}

/* Minimal slider */
.slider-minimal-list a {
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 2px;
}

/* Spot blok */
.homepage-block-spot .card {
    border-radius: .75rem;
}

/* Breaking ticker */
.breaking-ticker {
    overflow: hidden;
    position: relative;
}

.breaking-ticker span.small {
    white-space: nowrap;
}

/* Authors */
.homepage-block-authors .card {
    border-radius: .75rem;
}

/* Genel spacing */
.homepage-block + .homepage-block {
    margin-top: 1rem;
}
/* Widget genel stil */
.widget-card {
    background: #ffffff;
    border-radius: .75rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(148,163,184,.25);
    box-shadow: 0 .1rem .4rem rgba(15,23,42,.06);
}

.widget-card .widget-title {
    font-weight: 600;
    letter-spacing: .01em;
}

.widget-card .widget-body {
    font-size: .9rem;
}

/* Küçük metin */
.extra-small {
    font-size: .75rem;
}

/* Breaking ticker */
.breaking-ticker {
    background: #b91c1c;
    color: #fff;
    border-radius: 999px;
    padding: .35rem .75rem;
    overflow: hidden;
}
.breaking-ticker .ticker-items {
    white-space: nowrap;
    overflow: hidden;
}
.breaking-ticker .ticker-item {
    display: inline-block;
}

/* Weather / Prayer kartları */
.weather-widget,
.prayer-widget {
    font-size: .8rem;
}

/* Footer widget grid */
.widget-grid-footer {
    display: grid;
    gap: 1rem;
}
@media (min-width: 768px) {
    .widget-grid-footer {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Header centered stil ufak dokunuşlar */
body.theme-header-centered .main-nav {
    border-top: 1px solid rgba(148,163,184,.3);
}

/* Footer minimal */
body.theme-footer-minimal .site-footer {
    padding-top: 1.5rem;
}
body.theme-footer-minimal .footer-widgets {
    display: none;
}
.breaking-ticker strong {
    min-width: 120px;
}
.category-block-widget .widget-header {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
/* HOME BOTTOM → 3 lü kolon (col_width=4 mantığı) */
.home-bottom-row {
    display: grid !important;                /* Bootstrap row'un flex'ini ez */
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 1rem;
    margin-right: 0;
    margin-left: 0;
}

/* İçerideki .col-xx sınıflarının genişlik ve paddinglerini grid'e uyumlu yap */
.home-bottom-row > [class*="col-"] {
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
}

/* Tablet: 2 li */
/* Tablet: 2 li */
@media (max-width: 992px) {
    .home-bottom-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobil: 1 li */
@media (max-width: 576px) {
    .home-bottom-row {
        grid-template-columns: 1fr;
    }
}



/* HF Builder frontend layout fix */
.hf-area-header, .hf-area-footer {
    width: 100%;
}

.hf-area-header .hf-section,
.hf-area-footer .hf-section {
    margin-bottom: 15px;
}

.site-header .hf-section .row {
    align-items: center;
}

.hf-block {
    display: flex;
    align-items: center;
}

/* Widget içerikleri düzgün hizalansın */
.hf-widget {
    width: 100%;
}

/* Menü widgetları bootstrap uyumu */
.hf-menu nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 18px;
}

.hf-menu nav ul li a {
    color: #222;
    font-weight: 600;
    text-decoration: none;
}
.navbar-nav {
    flex-direction: row;
}
/* ============================
   HEADER / FOOTER WIDGETS
============================ */

.hf-widget {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Logo */
.hf-widget--logo .hf-logo-img {
    max-height: 50px;
    width: auto;
    display: block;
}
.hf-widget--logo .hf-logo-title {
    font-weight: 700;
    font-size: 1.1rem;
}

/* Search */
.hf-widget--search .hf-search-inner {
    border-radius: 999px;
    background: #f2f4f8;
    padding: 4px 10px;
}
.hf-search-input {
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: .9rem;
}
.hf-search-input:focus {
    outline: none;
    box-shadow: none;
}
.hf-search-icon {
    color: #6c757d;
}

/* Date */
.hf-widget--date .hf-date-day {
    font-weight: 700;
    margin-right: 2px;
}
.hf-widget--date .hf-date-month {
    font-weight: 500;
    margin-right: 4px;
}
.hf-section-footer_top .hf-row-wrapper {
    padding: 50px 0;
}
.hf-section-footer_bottom .hf-row-wrapper {
    padding: 15px 0;
}
/* Social */
.hf-widget--social .hf-social-btn {
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 16px;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
    background: transparent;
    margin-left: 10px;
}
footer .hf-widget--social .hf-social-btn {
    margin-left: 0px;
}

.site-footer .hf-widget--social .hf-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
    background-color: #33383b;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 3px;
    text-align: center;
    line-height: 42px;
    vertical-align: middle;
}

.hf-widget--social .hf-social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
.site-footer .hf-widget--social .hf-social-btn:hover {
    background: #605f5f;
}
.hf-social-facebook  { background: #1877f2; }
.hf-social-twitter   { background: #111; }
.hf-social-instagram { background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf, #4f5bd5); }
.hf-social-youtube   { background: #ff0000; }
.hf-social-tiktok    { background: #111; }

/* Main menu */
.hf-widget--main-menu .hf-main-menu {
    list-style: none;
    padding-left: 0;
}
.hf-main-menu-item {
    margin-right: 16px;
}
.hf-main-menu-link {
    text-decoration: none;
    font-weight: 500;
    font-size: .9rem;
    color: #1b1f23;
    position: relative;
    padding-bottom: 4px;
}
.hf-main-menu-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #ff3b30;
    transition: width .2s ease;
}
.hf-main-menu-link:hover::after {
    width: 100%;
}
.site-footer{
	color: inherit;
}
/* Footer menu */
.hf-widget--footer-menu .hf-footer-menu-link {
    display: block;
    padding: 2px 0;
    text-decoration: none;
    font-size: .9rem;
	color: inherit;
}
.hf-widget--footer-menu .hf-footer-menu-link:hover {
    color: #fff;
}

/* Categories pill list */
.hf-categories-pill-list .hf-category-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    text-decoration: none;
    font-size: .8rem;
    color: #111827;
}
.hf-category-pill:hover {
    background: #111827;
    color: #fff;
}

/* Exchange */
.hf-widget--exchange .hf-exchange-item {
    border-radius: 999px;
    background: #f3f4f6;
    font-size: .8rem;
}
.hf-ex-symbol { font-weight: 600; }
.hf-ex-change.up   { color: #16a34a; }
.hf-ex-change.down { color: #ef4444; }

/* Weather */
.hf-widget--weather .hf-weather-icon i {
    font-size: 1.2rem;
}
.hf-widget--weather .hf-weather-temp {
    font-weight: 600;
}

/* Icon buttons */
.hf-widget--icon-buttons .hf-icon-btn {
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    font-size: .8rem;
    color: #111827;
    text-decoration: none;
    background: #fff;
}
.hf-widget--icon-buttons .hf-icon-btn:hover {
    background: #111827;
    color: #fff;
}

/* Manual links */
.hf-manual-link {
    font-size: .8rem;
    text-decoration: none;
    color: #9ca3af;
}
.hf-manual-link:hover {
    color: #fff;
}

/* App buttons */
.hf-widget--apps .hf-app-btn {
    border-radius: 12px;
    background: #111827;
    color: #fff;
    text-decoration: none;
    font-size: .8rem;
}
.hf-app-btn--ios { background: #111827; }
.hf-app-btn--android { background: #1ba261; }
.hf-app-btn:hover {
    filter: brightness(1.1);
}
.hf-row-wrapper {
    width: 100%;
    padding: 0;
	display: inline-block;
}

.hf-row-wrapper .hf-row {
    padding-top: 8px;
    padding-bottom: 8px;
}
.hf-row-wrapper > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.hf-widget-wrapper {
    display: flex;
    width: 100%;
}
/* HF Builder hizalamasını Bootstrap’tan üstün yap */
.hf-align-col .hf-widget,
.hf-align-col .hf-widget-wrapper {
    text-align: inherit !important;
}

/* Bootstrap’ın text-md-start sınıfını kolon hizalaması bozamasın */
.hf-align-col [class*="text-"] {
    text-align: inherit !important;
}
/* HF Builder hizalaması Bootstrap'tan üstün olsun */
.hf-align-col .hf-widget,
.hf-align-col .hf-widget-wrapper {
    text-align: inherit !important;
}

/* Bootstrap text-* utility'lerini kolon hizalamasına uydur */
.hf-align-col [class*="text-"] {
    text-align: inherit !important;
}

/* Sağ hizalı kolonlarda widgetları gerçekten sağa it */
.hf-align-right .hf-widget-wrapper {
    display: flex;
    justify-content: flex-end;
}

/* Ortalanmış kolonlarda widgetlar ortada dursun */
.hf-align-center .hf-widget-wrapper {
    display: flex;
    justify-content: center;
}

/* Flexli şeyler (arama kutusu vs.) aşırı genişlemesin istersen:  */
.hf-align-right .hf-widget-wrapper > form,
.hf-align-center .hf-widget-wrapper > form {
    max-width: 100%;
}
.hf-layout-header .hf-section-header_menu .hf-row-wrapper:first-child .hf-row {
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

.hf-layout-header .hf-section-header_menu .hf-row-wrapper:first-child {
    margin-bottom: 0;
	    top: 0 !important;
    position: relative;
}
@media (max-width: 767px) {
.hf-row-wrapper .hf-row {
    padding-left: 15px;
    padding-right: 15px;
}
}
.sidebarPopuler a,.sidebarList a,.latestNews a{
	font-weight:700;
	font-size: 16px;
}
.sidebarPopuler a span,.sidebarList a span,.latestNews a span{
	font-size: 16px;
}
.category-block-widget {
    padding: 0px;
}
.featuredSlider{
    padding: 0px;
}
.quadCard{
	padding: 0px;
}
.mix21{
    padding: 0px;
}
@media (min-width: 768px) {
.homeLeft{
	padding-right:20px;
}
.homeRight{
	padding-left:20px;
}
}
.category-block-widget a{
	color:#ffffff;
}
.card.category-block-widget.theme-pro>.card-header>div {
    line-height: 29px;
    position: relative;
    padding-right: 14px;
    font-weight: 800;
    letter-spacing: -1px;
    font-size: 24px;
}
.category-block-widget{
	border:none;
	background: transparent;
}
.category-block-widget>.card-body {
    padding-left: 0;
    padding-right: 0;
}
.category-block-widget>.card-body .col-md-6 a,.category-block-widget>.card-body .col-md-4 a{
	background:#ffffff;
}
.category-block-widget>.card-body .col-md-4 a .small{
	box-shadow: 0px 2px 7px -5px #000000;
    display: block;
    padding: 10px 10px;
    min-height: 60px;
}
.theme-pro .category-block-widget a{
	color:#000000;
}
.grid-1-4-widget .cat-badge {
    position:absolute;
    top:12px;
    left:12px;
    padding:4px 10px;
    font-size:12px;
    font-weight:700;
    color:#fff;
    border-radius:3px;
    z-index:2;
}

.grid-1-4-widget .title-overlay {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:14px;
    font-size:20px;
    font-weight:700;
    color:#fff;
    background:linear-gradient(to top,rgba(0,0,0,.75),transparent);
}

.grid-1-4-widget .title-overlay.small {
    font-size:15px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ec2027;
    --bs-btn-border-color: #ec2027;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ec2027;
    --bs-btn-disabled-border-color: #ec2027;
}
.verticalStorySlider {
    position: relative;
    height: 520px;
    overflow: hidden;
}

.story-slide {
    height: 520px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.story-category {
    position: absolute;
    top: 24px;
    left: 24px;
    color: #fff;
    padding: 6px 14px;
    font-weight: 700;
    border-radius: 4px;
}

.story-title {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    font-size: 42px;
    max-width: 60%;
}

/* NAV STYLE 1 */
.verticalStorySlider.style1 .vertical-nav .nav-item {
    background:#fff;
    color:#000;
}

/* NAV STYLE 2 */
.verticalStorySlider.style2 .vertical-nav .nav-item {
    background:#333;
    color:#fff;
}
.vertical-story-slider {
    position: relative;
}

.vs-slide {
    position: relative;
    aspect-ratio: 5 / 1;
    overflow: hidden;
}

.vs-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vs_title,
.vs_spot,
.vs_kicker {
    position: absolute;
    max-width: 90%;
}

.vs_title .txt,
.vs_spot .txt,
.vs_kicker .txt {
    display: inline-block;
    padding: 6px 12px;
}

@keyframes blink {
    0% {opacity:1}
    50%{opacity:.2}
    100%{opacity:1}
}
.vertical-story-slider {
    position: relative;
}

.vertical-story-slider .owl-nav {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vs-nav {
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
}

.vertical-story-slide {
    position: relative;
}

.vs-overlay {
    position:absolute;
    inset:0;
    pointer-events:none;
}


.vertical-story-slider .owl-nav {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vertical-story-slider .vs-nav {
    width: 34px;
    height: 34px;
    background: rgba(0,0,0,.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    user-select: none;
}
.vertical-story-wrapper {
    position: relative;
	padding:0;
}

.vs-numbers {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.vs-num {
    margin: 6px 0;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
}

/* GÖRÜNÜM 1 (YUVARLAK / DOLU) */
.nav-style1 .vs-num {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: #444;
    color: #fff;
}
.nav-style1 .vs-num.active {
    background: #e53935;
}

/* GÖRÜNÜM 2 (KUTU / AÇIK) */
.nav-style2 .vs-num {
    width: 36px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    background: #eee;
    color: #111;
}
.nav-style2 .vs-num.active {
    background: #1e3a5f;
    color: #fff;
}
.vertical-story-wrapper {
    position: relative;
}

.vs-nav-numbers {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 10;
}

.vs-nav-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 0;
    background: rgba(0,0,0,.4);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.vs-nav-btn.active {
    background: #e11d48;
}

/* STYLE 2 */
.nav-style2 .vs-nav-btn {
    background: #fff;
    border: 0px solid #1b3050;
	color: #1b3050;
	border-radius: 5px;
}

.nav-style2 .vs-nav-btn.active {
	background: #1b3050;
	background: #e01f28;
    color: #fff;
}
.vs-number-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 20;
}

.nav-pos-right + .vs-number-nav { right: 20px; }
.nav-pos-left  + .vs-number-nav { left: 20px; }

.nav-style-style1 .vs-number-nav button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-weight: 700;
    border: none;
}

.nav-style-style2 .vs-number-nav button {
    width: 36px;
    height: 36px;
    background: transparent;
    border-left: 3px solid #fff;
    color: #fff;
}

.vs-number-nav button.active {
    background: #ec2027;
}
.vertical-story-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 20;
}

/* SOL */
.vertical-story-nav.nav-left {
    left: 24px;          /* ✅ padding */
}

/* SAĞ */
.vertical-story-nav.nav-right {
    right: 24px;         /* ✅ padding */
}

/* NUMARA */
.vs-nav-item {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
}

.vs-nav-item.active {
    background: #e50914;
}
.vertical-story-wrapper {
    position: relative;
}

/* ORTAK */
.vs-nav-numbers {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 10;
	width: fit-content;
}

/* SAĞ */
.vertical-story-wrapper.nav-pos-right .vs-nav-numbers {
    right: 30px;
}

/* SOL */
.vertical-story-wrapper.nav-pos-left .vs-nav-numbers {
    left: 30px;
}
.h-main-nav .num.active{
	background:#dc3445 !important;
	color:#ffffff !important;
}
.vs-number-nav {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vs-number-nav .vs-num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0,0,0,0.45);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s;
}

.vs-number-nav .vs-num.active {
    background: #e11d2e;
}
.h-main-nav {
    justify-content: center;
}
.hf-align-right .hf-widget{
	justify-content: flex-end;
}
.hf-align-center .hf-widget{
    justify-content: center;
}
.one-plus-four-widget .card {
    box-shadow: none !important;
    background: transparent;
}

.one-plus-four-widget .card-body {
    padding: 0;
}
.category-block-widget .card-header a.small {
    font-size: 14px !important;
    font-weight: 500;
    color: #0e172a;
    letter-spacing: normal;
}
.sidebarPopuler,.sidebarPopuler .card {
    background: transparent;
    box-shadow:none !important;
    border: none !important;
}

.card:has(.latestBreaking),.latestBreaking {
    background: transparent;
    box-shadow:none !important;
    border: none !important;
	padding: 0;
}
.homeRight .h3, .homeRight h3,.homeRight .h4, .homeRight h4, .homeRight .h5, .homeRight h5 {
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    margin-top: 5px !important;
	border-left: 4px solid #cc2a2b;
    padding-left: 10px;
}
.hf-widget--site-desc {
    margin-top: 10px;
	max-width: 250px;
}
.hf-widget--footer-menu ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    padding: 0 50px;
    font-weight: 900;
    max-width: 600px;
}
@media (max-width: 767px) {
.hf-widget--footer-menu ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    padding: 0px;
}
.site-footer .hf-row>div {
    width: 100%;
}
}
.footerInfo {
    display: block;
    text-align: left;
	max-width: 280px;
}
footer a {
    color:inherit;
}
footer .hf-widget--social {
    margin-bottom: 30px;
}
.hf-align-right .footerInfo {
    margin-left: auto;
}
.footerInfo i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    vertical-align: middle;
}
.footerInfo .col-md-10 {
    height: 58px;
    vertical-align: middle;
    padding-top: 4px;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}
.category-header{
    border-bottom:1px solid #e5e7eb;
    background:linear-gradient(to bottom,#f9fafb,#ffffff);
    padding:18px 0 0px;
}

.category-header-inner{
    
}

.category-meta-top{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:8px;
}

.category-badge{
    color:#fff;
    font-size:16px;
    font-weight:900;
    padding:4px 10px;
    border-radius:6px;
    letter-spacing:.3px;
}

.category-count{
    font-size:12px;
    color:#6b7280;
}

.category-title{
    font-size:28px;
    font-weight:800;
    letter-spacing:-0.5px;
    margin-bottom:6px;
}

.category-desc{
    font-size:14px;
    color:#6b7280;
    line-height:1.6;
}
body{
    font-family: "Inter", system-ui, -apple-system, sans-serif;
}

/* Headings */

h1,h2,h3{

    letter-spacing:-0.4px;

}

h1{font-size:34px;font-weight:800;}

h2{font-size:24px;font-weight:700;}

h3{font-size:18px;font-weight:600;}

/* Article content */

.article-content{

    font-size:17px;

    line-height:1.8;

    color:#1f2937;

}

.article-content p{

    margin-bottom:18px;

}

.article-content img{

    border-radius:10px;

    margin:20px 0;

}

.article-content h2{

    margin-top:30px;

}

/* Links */

a{

    color:inherit;

}

a:hover{

    color:#ea2328;
	text-decoration:none;

}
.news-card{
    display:block;
    border-bottom:1px solid #e5e7eb;
    padding-bottom:14px;
    transition:.2s;
}

.news-card:hover{
    transform:translateY(-2px);
}

.news-img{
    overflow:hidden;
    border-radius:10px;
}

.news-img img{
    width:100%;
    height:160px;
    object-fit:cover;
    transition:.3s;
}

.news-card:hover img{
    transform:scale(1.04);
}

.news-body{
    padding-top:10px;
}

.news-meta{
    font-size:12px;
    color:#6b7280;
    margin-bottom:6px;
}

.news-title{
    font-size:15px;
    font-weight:700;
    line-height:1.4;
}
.share-bar{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
}

.share-bar a{
    width:34px;
    height:34px;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f3f4f6;
    color:#111;
    transition:.2s;
}

.share-bar a:hover{
    background:#111;
    color:#fff;
}
@media(min-width:992px){
    .news-grid{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:20px;
    }
}

.card{
    border:none !important;
    overflow:hidden;
    transition:all .25s ease;
}


/* =========================
   HEADLINE SLIDER FIX
========================= */
#hms_d79f5a3c .headline-box{
    overflow:hidden;
}
.ratio-16x9 {
    --bs-aspect-ratio: 60%;
	overflow: hidden;
}
#hms_d79f5a3c .headline-layer{
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,.6) !important;
    color:#fff !important;
    font-weight:800 !important;
    border-radius:8px;
}

#hms_d79f5a3c .slide-overlay{
    padding:22px;
    background:linear-gradient(to top,rgba(0,0,0,.9),transparent);
}


.h-main-nav .num.active{
    background:#ec2027 !important;
    color:#fff !important;
    border-color:#ec2027 !important;
}

/* =========================
   AUTHORS MODERN
========================= */
.author-card{
    background: #ffffffcc !important;
    backdrop-filter: blur(12px);
    border-radius:18px !important;
    border:1px solid rgba(0,0,0,.05);
}

.author-card:hover{
    transform:translateY(-6px) scale(1.02);
}

/* =========================
   FEATURED SLIDER
========================= */
.featured-slider .item-card{
    border-radius:16px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
}

.featured-slider .item-card img{
    height:170px;
}

.featured-slider .item-title{
    font-size:15px;
    font-weight:800;
}

.featured-slider .item-spot{
    font-size:12px;
    color:#6b7280;
}

/* =========================
   CATEGORY BLOCKS (EN KRİTİK)
========================= */
.category-block-widget{
    margin-bottom:18px;
}

.category-block-widget .card-header{
    background:transparent !important;
    border:none !important;
    padding:0 0 10px 0;
}

.category-block-widget .card-header span{
    font-size:20px !important;
    font-weight:900;
}

/* kartlar */
.category-block-widget .card{
    overflow:hidden;
}

.category-block-widget img{
    transition:all .4s ease;
}

.category-block-widget a:hover img{
    transform:scale(1.02);
}

/* grid küçük kart */
.category-block-widget .small{
    font-size:14px !important;
    font-weight:700 !important;
	text-wrap: balance;
}

.article-page .lead {
    text-wrap: balance;
}
.card-title {
    text-wrap: balance;
	font-weight: 700;
}
/* SON HABERLER */
.latestBreaking .item{
    border-radius:12px;
    padding:10px;
    transition:.2s;
}

.latestBreaking .item:hover{
    background:#f8fafc;
    transform:translateX(3px);
}

/* POPULER */
.sidebarPopular-modern-v2 .item{
    border-radius:12px;
}

.sidebarPopular-modern-v2 .item:hover{
    transform:translateX(4px);
}

/* =========================
   SL TABLE
========================= */
.sl-card{
    border-radius:18px;
    overflow:hidden;
}

.sl-row{
    transition:.2s;
}

.sl-row:hover{
    background:#f1f5f9;
}


/* =========================
   HEADER MENU MODERN
========================= */
.hf-mainmenu-desktop a{
    position:relative;
}

.hf-mainmenu-desktop a::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-6px;
    width:0;
    height:2px;
    background:#ec2027;
    transition:.2s;
}

.hf-mainmenu-desktop a:hover::after{
    width:100%;
}

/* =========================
   MOBILE OPTIMIZATION
========================= */
@media(max-width:768px){

    .card{
        border-radius:12px !important;
    }

    .featured-slider .item-card img{
        height:150px;
    }

    .latestBreaking .thumb{
        width:90px;
        height:60px;
    }

}
.footer-links {
    margin-top: 30px;
    font-weight: 900;
}
.hf-section-header_center .hf-align-col {
    margin-top: 0;
}