body {
    background-color: #f5f6f8;
}
a{
	text-decoration:none;
	color: #dc3445;
}
.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;
}

/* 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;
}

.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: 42px;
    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;
}

/* Social */
.hf-widget--social .hf-social-btn {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .85rem;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
}
.hf-widget--social .hf-social-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
.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%;
}

/* Footer menu */
.hf-widget--footer-menu .hf-footer-menu-link {
    display: block;
    padding: 2px 0;
    text-decoration: none;
    font-size: .9rem;
    color: #e8eaed;
}
.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:15px;
}
.homeRight{
	padding-left:15px;
}
}
.category-block-widget a{
	color:#ffffff;
}
.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;
}

.vs-title,
.vs-spot,
.vs-kicker {
    position:absolute;
    padding:6px 10px;
    border-radius:4px;
    font-weight:700;
    line-height:1.25;
}

.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;
    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;
}

/* 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;
}