/* =========================================================
   HAYDİ NAMAZA - HEADER FINAL CSS
   File: templates/default/css/new-ui.css
   Mobil: Sol profil/login | Orta logo | Sağ hamburger
========================================================= */

:root {
    --hm-primary: #2563eb;
    --hm-info: #43c2df;
    --hm-text: #0f172a;
    --hm-muted: #64748b;
    --hm-border: rgba(148, 163, 184, .28);
    --hm-soft: #f8fafc;
    --hm-white: #ffffff;
}

body {
    padding-top: 146px;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, .07), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 42%, #eef2ff 100%);
    color: var(--hm-text);
    font-family: "Open Sans", Arial, sans-serif;
}

header.fixed-top,
header.navbar-fixed-top,
.hm-site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1050;
}

/* ================= TOP BAR ================= */

#preHeader {
    background: linear-gradient(90deg, #41bdd8 0%, #37c0e4 100%);
    color: #fff;
    min-height: 54px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

#preHeader .container,
#preHeader .row {
    min-height: 54px;
}

#preHeader .row {
    align-items: center;
}

#preHeader a {
    color: #fff;
    text-decoration: none;
}

#preHeader .info-header {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-right: 14px;
    white-space: nowrap;
}

#preHeader .fa-solid {
    color: rgba(255,255,255,.9);
}

#preHeader .fa-brands,
#preHeader .hm-social-link {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.16);
}

/* ================= SEARCH ================= */

.searchWrapper form {
    display: flex;
    width: 265px;
    height: 42px;
}

.searchWrapper .form-control {
    height: 42px;
    border-radius: 22px 0 0 22px;
    border: 1px solid rgba(255,255,255,.25);
    background: rgba(255,255,255,.14);
    color: #fff;
    box-shadow: none;
}

.searchWrapper .form-control::placeholder {
    color: rgba(255,255,255,.85);
}

.searchWrapper .btn {
    width: 56px;
    height: 42px;
    border-radius: 0 22px 22px 0;
    border: 0;
    background: var(--hm-primary);
}

/* ================= MAIN HEADER ================= */

#mainHeader {
    background: #fff;
    box-shadow: 0 8px 24px rgba(15,23,42,.06);
}

#mainHeader .navbar {
    background: #fff !important;
    min-height: 92px;
    padding: 12px 0;
}

#mainHeader .hm-navbar-fluid {
    display: flex;
    align-items: center;
}

.hm-desktop-logo {
    align-items: center;
    margin-right: 28px;
    padding: 0;
}

.hm-desktop-logo img {
    max-height: 76px;
    width: auto;
}

/* ================= DESKTOP MENU ================= */

#mainMenu {
    align-items: center;
}

#mainMenu .hm-main-nav {
    align-items: center;
    gap: 5px;
}

#mainMenu .nav-item {
    flex-shrink: 0;
}

#mainMenu .nav-link {
    color: #06101f !important;
    font-weight: 800;
    font-size: 15px;
    padding: 11px 12px !important;
    border-radius: 12px;
    white-space: nowrap;
}

#mainMenu .nav-link:hover,
#mainMenu .nav-link.active,
#mainMenu .nav-link.show {
    color: var(--hm-primary) !important;
    background: rgba(37,99,235,.08);
}

#mainMenu .dropdown-menu {
    border: 0;
    border-radius: 14px;
    padding: 8px;
    box-shadow: 0 18px 45px rgba(15,23,42,.16);
}

#mainMenu .dropdown-item {
    border-radius: 10px;
    padding: 9px 11px;
    font-weight: 600;
    font-size: 14px;
}

/* ================= ACCOUNT ================= */

.account-menu {
    margin-left: 12px;
    flex-shrink: 0 !important;
    position: relative;
}

.hm-account-btn {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    font-size: 0 !important;
    background: #fff !important;
    color: #0f172a !important;
    border: 1px solid rgba(148,163,184,.35) !important;
    box-shadow: 0 8px 18px rgba(15,23,42,.08) !important;
    text-decoration: none !important;
}

.hm-account-btn i {
    font-size: 21px !important;
    margin: 0 !important;
}

.hm-account-btn::after {
    display: none !important;
}

.hm-account-dropdown {
    min-width: 245px;
    border: 0 !important;
    border-radius: 16px !important;
    padding: 10px !important;
    margin-top: 10px !important;
    box-shadow: 0 18px 45px rgba(15,23,42,.18) !important;
    z-index: 5000 !important;
}

.hm-account-dropdown .dropdown-header {
    color: #0f172a;
    font-size: 14px;
    white-space: normal;
    line-height: 1.4;
    padding: 9px 11px;
}

.hm-account-dropdown .dropdown-item {
    border-radius: 10px;
    padding: 9px 11px;
    font-size: 14px;
    font-weight: 600;
}

.hm-account-dropdown .dropdown-item i {
    width: 22px;
    margin-right: 6px;
}

/* ================= TABLET ================= */

@media (max-width: 1199.98px) {
    #mainMenu .nav-link {
        font-size: 14px;
        padding: 9px 7px !important;
    }

    .hm-desktop-logo {
        margin-right: 16px;
    }

    .hm-desktop-logo img {
        max-height: 66px;
    }
}

/* ================= MOBILE: Sol profil | Orta logo | Sağ menü ================= */

@media (max-width: 991.98px) {
    body {
        padding-top: 126px !important;
    }

    #preHeader {
        min-height: 44px !important;
        font-size: 13px !important;
    }

    #preHeader .container,
    #preHeader .row {
        min-height: 44px !important;
    }

    #preHeader .col-8,
    #preHeader .col-md-7 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: left !important;
    }

    #preHeader .col-4,
    #preHeader .col-md-5 {
        display: none !important;
    }

    #preHeader .info-header,
    #preHeader .fa-solid {
        display: none !important;
    }

    #preHeader .fa-brands,
    #preHeader .hm-social-link {
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
        margin-right: 8px !important;
    }

    #mainHeader .navbar {
        min-height: 82px !important;
        padding: 8px 0 !important;
    }

    #mainHeader .hm-navbar-fluid {
        display: block !important;
        position: relative !important;
    }

    .hm-mobile-header-bar {
        width: 100% !important;
        min-height: 66px !important;
        display: grid !important;
        grid-template-columns: 54px 1fr 54px !important;
        align-items: center !important;
        column-gap: 8px !important;
    }

    .hm-mobile-account {
        grid-column: 1 !important;
        justify-self: start !important;
        width: 54px !important;
        min-width: 54px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        position: relative !important;
        z-index: 5001 !important;
    }

    .hm-mobile-logo {
        grid-column: 2 !important;
        justify-self: center !important;
        align-self: center !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .hm-mobile-logo img {
        max-height: 50px !important;
        max-width: 190px !important;
        width: auto !important;
    }

    .hm-mobile-menu-btn {
        grid-column: 3 !important;
        justify-self: end !important;
        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
        border-radius: 14px !important;
        background: #f8fafc !important;
        border: 1px solid rgba(148,163,184,.35) !important;
        box-shadow: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .hm-mobile-account .account-menu {
        margin: 0 !important;
        position: relative !important;
    }

    .hm-mobile-account .hm-account-btn {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
    }

    .hm-mobile-account .hm-account-dropdown {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        left: 0 !important;
        right: auto !important;
        transform: none !important;
        min-width: 240px !important;
        max-width: calc(100vw - 24px) !important;
        z-index: 6000 !important;
    }

    #mainMenu {
        width: 100% !important;
        margin-top: 10px !important;
        padding: 8px !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        border: 1px solid rgba(148,163,184,.22) !important;
        box-shadow: 0 16px 38px rgba(15,23,42,.12) !important;
        max-height: calc(100vh - 150px) !important;
        overflow-y: auto !important;
        z-index: 2000 !important;
    }

    #mainMenu.collapse:not(.show) {
        display: none !important;
    }

    #mainMenu.collapse.show,
    #mainMenu.collapsing {
        display: block !important;
    }

    #mainMenu .hm-main-nav {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 4px !important;
        margin: 0 !important;
    }

    #mainMenu .nav-item {
        width: 100% !important;
    }

    #mainMenu .nav-link {
        width: 100% !important;
        min-height: auto !important;
        padding: 8px 10px !important;
        border-radius: 9px !important;
        background: #f8fafc !important;
        color: #0f172a !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        white-space: normal !important;
    }

    #mainMenu .dropdown-menu,
    #mainMenu .subMenu {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        min-width: 100% !important;
        margin: 5px 0 3px !important;
        padding: 5px !important;
        border-radius: 12px !important;
        background: #f8fafc !important;
        border: 1px solid rgba(148,163,184,.18) !important;
        box-shadow: none !important;
    }

    #mainMenu .dropdown-item {
        padding: 7px 9px !important;
        border-radius: 8px !important;
        font-size: 12.5px !important;
        font-weight: 700 !important;
        white-space: normal !important;
    }
}

@media (max-width: 575.98px) {
    body {
        padding-top: 122px !important;
    }

    .hm-mobile-header-bar {
        grid-template-columns: 50px 1fr 50px !important;
        min-height: 64px !important;
        column-gap: 6px !important;
    }

    .hm-mobile-logo img {
        max-height: 48px !important;
        max-width: 178px !important;
    }

    .hm-mobile-menu-btn {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
    }

    .hm-mobile-account .hm-account-btn {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
    }

    #mainMenu {
        padding: 7px !important;
        border-radius: 14px !important;
    }

    #mainMenu .nav-link {
        padding: 7px 9px !important;
        font-size: 12.5px !important;
        border-radius: 8px !important;
    }

    #mainMenu .dropdown-item {
        padding: 7px 9px !important;
        font-size: 12px !important;
    }
}



/* =========================
   EBOOK
========================= */

.ebook-frame-box {
    width: 100%;
    height: 92vh;
    min-height: 820px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #e9eef3;
}

.ebook-frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.pdf-frame-box {
    height: 94vh;
    min-height: 900px;
}

@media (max-width: 768px) {
    .ebook-frame-box,
    .pdf-frame-box {
        height: 88vh;
        min-height: 650px;
    }
}

/* =========================
   SEARCH TOP
========================= */

.searchWrapper form {
    height: 34px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    overflow: hidden;
}

.searchWrapper .form-control {
    width: 210px;
    height: 34px;
    border: 0;
    background: rgba(255, 255, 255, .96);
    color: #0f172a;
    border-radius: 999px 0 0 999px;
    font-size: 13px;
    padding: 6px 14px;
}

.searchWrapper .form-control::placeholder {
    color: #94a3b8;
}

.searchWrapper .form-control:focus {
    box-shadow: none;
}

.searchWrapper .btn {
    width: 44px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(135deg, var(--hm-primary), var(--hm-primary-dark));
    color: #fff;
}

/* =========================
   MAIN HEADER
========================= */

#mainHeader {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(226, 232, 240, .9);
    box-shadow: 0 10px 35px rgba(15, 23, 42, .075);
}

#mainHeader .navbar {
    min-height: 90px;
    padding: 0;
}

#mainHeader .container-fluid {
    padding: 0;
}

#mainHeader .navbar-brand {
    display: flex;
    align-items: center;
    padding: 14px 0;
    margin-right: 46px;
}

#mainHeader .navbar-brand img {
    max-height: 64px;
    width: auto;
    filter: drop-shadow(0 8px 14px rgba(15, 23, 42, .10));
    transition: transform .25s ease, filter .25s ease;
}

#mainHeader .navbar-brand:hover img {
    transform: translateY(-1px) scale(1.025);
    filter: drop-shadow(0 10px 18px rgba(15, 23, 42, .14));
}

/* =========================
   MENU
========================= */

#mainMenu .navbar-nav {
    align-items: center;
    gap: 2px;
}

#mainMenu .nav-item {
    position: relative;
}

#mainMenu .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--hm-dark) !important;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -.02em;
    padding: 34px 13px 31px !important;
    border-radius: 0;
    transition: color .22s ease;
}

#mainMenu .nav-link::before {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 24px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--hm-primary), var(--hm-accent));
    opacity: 0;
    transform: scaleX(.25);
    transform-origin: center;
    transition: all .24s ease;
}

#mainMenu .nav-link:hover,
#mainMenu .nav-link.active {
    color: var(--hm-primary) !important;
}

#mainMenu .nav-link:hover::before,
#mainMenu .nav-link.active::before {
    opacity: 1;
    transform: scaleX(1);
}

#mainMenu .dropdown-toggle::after {
    display: none;
}

#mainMenu .fa-angle-down {
    font-size: 11px;
    margin-left: 7px;
    color: #94a3b8;
    transition: transform .22s ease;
}

#mainMenu .nav-item:hover .fa-angle-down {
    transform: rotate(180deg);
}

/* =========================
   DROPDOWN
========================= */

#mainMenu .dropdown-menu,
#mainMenu .subMenu {
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 18px;
    box-shadow: 0 22px 55px rgba(15, 23, 42, .12);
    padding: 10px;
    min-width: 240px;
    background: rgba(255, 255, 255, .98);
    backdrop-filter: blur(18px);
}

#mainMenu .dropdown-item {
    color: #334155;
    font-size: 14px;
    font-weight: 750;
    border-radius: 13px;
    padding: 11px 13px;
    transition: all .2s ease;
}

#mainMenu .dropdown-item:hover,
#mainMenu .dropdown-item:focus {
    color: var(--hm-primary);
    background: linear-gradient(90deg, rgba(37, 99, 235, .10), rgba(245, 158, 11, .07));
    transform: translateX(4px);
}

@media (min-width: 992px) {
    #mainMenu .nav-item:hover > .dropdown-menu,
    #mainMenu .nav-item:hover > .subMenu {
        display: block;
        animation: hmDrop .18s ease both;
    }

    #mainMenu .subMenu li {
        position: relative;
    }

    #mainMenu .subMenu .subMenu {
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: 12px;
    }
}

@keyframes hmDrop {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* =========================
   LANG
========================= */

#lang-btn {
    height: 34px;
    min-width: 44px;
    padding: 4px 9px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .12);
}

#lang-btn img,
#lang-menu img {
    max-width: 22px;
    border-radius: 4px;
}

#lang-menu {
    border: 0;
    border-radius: 18px;
    box-shadow: var(--hm-shadow);
    padding: 8px;
}

/* =========================
   MOBILE TOGGLER
========================= */

.navbar-toggler {
    border: 1px solid var(--hm-border);
    border-radius: 16px;
    padding: 9px 11px;
    background: rgba(248, 250, 252, .9);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .2rem rgba(37, 99, 235, .14);
}

/* =========================
   COOKIES
========================= */

#cookies-notice {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1080;
    padding: 16px 20px;
    border-radius: 22px;
    background: rgba(15, 23, 42, .94);
    color: #e2e8f0;
    box-shadow: var(--hm-shadow);
    backdrop-filter: blur(18px);
}

#cookies-notice .btn {
    border-radius: 999px;
    padding: 6px 16px;
    margin-left: 10px;
}

.dropdown-menu.show {
    display: block;
}

#loader-wrapper {
    background: rgba(255, 255, 255, .92);
}

/* =========================================================
   NEW UI - BLOG FOOTER
   File: templates/default/css/new-ui.css
========================================================= */

footer {
    position: relative;
    margin-top: 80px;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, .22), transparent 32%),
        linear-gradient(135deg, #0f172a 0%, #111827 52%, #020617 100%);
    color: #cbd5e1;
    overflow: hidden;
}

footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: .45;
    pointer-events: none;
}

#mainFooter {
    position: relative;
    z-index: 1;
    padding: 70px 0 48px;
}

#footer .widget,
#footer [id^="widget-"] {
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 24px;
    padding: 26px;
    height: 100%;
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

#footer .widget-title,
#footer h3,
#footer h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: -.02em;
}

#footer .widget-title::after,
#footer h3::after,
#footer h4::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--nf-primary), var(--nf-accent));
}

#footer p,
#footer li,
#footer .widget-content {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.75;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer li {
    margin-bottom: 9px;
}

#footer a {
    color: #e2e8f0;
    text-decoration: none;
    transition: .22s ease;
}

#footer a:hover {
    color: #ffffff;
    padding-left: 4px;
}

#footer img {
    max-width: 100%;
    height: auto;
}

#footerRights {
    position: relative;
    z-index: 1;
    background: rgba(2, 6, 23, .65);
    border-top: 1px solid rgba(255,255,255,.08);
    color: #94a3b8;
    font-size: 13px;
}

#footerRights a {
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 700;
    transition: .22s ease;
}

#footerRights a:hover {
    color: #ffffff;
}

#footerRights .fa-rss {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #f97316, #f59e0b);
    color: #fff;
    box-shadow: 0 10px 24px rgba(249, 115, 22, .25);
}

#toTop {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1090;
    border: 0;
    background: linear-gradient(135deg, var(--nf-primary), #1d4ed8);
    box-shadow: 0 16px 35px rgba(37, 99, 235, .35);
    transition: .22s ease;
}

#toTop:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 45px rgba(37, 99, 235, .45);
}

/* Popup polish */
.mfp-hide {
    border-radius: 24px;
    padding: 30px;
    max-width: 720px;
    margin: 40px auto;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .25);
}

/* Mobile footer */
@media (max-width: 991px) {
    footer {
        margin-top: 56px;
    }

    #mainFooter {
        padding: 48px 0 28px;
    }

    #footer .col-12 {
        margin-bottom: 18px;
    }

    #footer .widget,
    #footer [id^="widget-"] {
        padding: 22px;
    }
}

@media (max-width: 575px) {
    #footerRights {
        font-size: 12px;
        line-height: 1.7;
    }

    #footerRights a.ms-2 {
        display: inline-block;
        margin-top: 8px;
    }

    #toTop {
        width: 44px;
        height: 44px;
    }
}

/* =========================================================
   NEW UI - PWA INSTALL
   File: templates/default/css/style.css
========================================================= */

.pwa-footer-install {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap; /* Ã–NEMLÄ° */
  margin: 20px 0;
}

.pwa-install-store-btn,
.pwa-ios-box {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 300px !important;
  height: 70px !important;
  padding: 12px 18px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  background: linear-gradient(135deg, #0b1a2f, #0f172a) !important;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.pwa-install-icon-wrap,
.pwa-ios-icon {
  width: 46px !important;
  height: 46px !important;
  border-radius: 12px !important;
  background: #020617 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pwa-install-icon-wrap i,
.pwa-ios-icon i {
  font-size: 22px !important;
}

.pwa-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap; /* ðŸ”¥ BU SATIR HER ÅžEYÄ° DÃœZELTÄ°R */
}

.pwa-text small {
  font-size: 12px;
  opacity: .8;
  margin-bottom: 2px;
}

.pwa-text strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}


/* =========================================================
   NEW UI - BLOG COMMENTS
   File: templates/default/css/new-ui.css
========================================================= */

.modern-comments {
    position: relative;
    margin: 48px 0;
}

.comments-form-card,
.comments-list-card {
    position: relative;
    padding: 34px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(148, 163, 184, .22);
    box-shadow: 0 22px 70px rgba(15, 23, 42, .08);
    backdrop-filter: blur(14px);
}

.comments-list-card {
    margin-top: 34px;
}

.comments-heading,
.comments-list-title {
    margin-bottom: 26px;
}

.comments-kicker,
.comments-list-title span {
    display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.comments-heading h3,
.comments-list-title h4 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 850;
    letter-spacing: -.5px;
}

.comments-heading p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 1rem;
}

.comments-list-title h4 b {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 34px;
    height: 34px;
    margin-left: 8px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: .95rem;
}

.comment-field {
    margin-bottom: 18px;
}

.comment-field .form-label {
    margin-bottom: 8px;
    color: #334155;
    font-size: .92rem;
    font-weight: 750;
}

.comment-field .form-control {
    width: 100%;
    border-radius: 18px;
    border: 1px solid #dbe3ef;
    background: #f8fafc;
    color: #0f172a;
    padding: 14px 16px;
    font-size: .96rem;
    box-shadow: none;
    transition: all .22s ease;
}

.comment-field textarea.form-control {
    min-height: 215px;
    resize: vertical;
}

.comment-field .form-control::placeholder {
    color: #94a3b8;
}

.comment-field .form-control:focus {
    border-color: #3b82f6;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, .12);
}

.modern-comments .form-control.is-invalid {
    border-color: #ef4444 !important;
    background: #fff7f7 !important;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, .12) !important;
}

.modern-comments .field-notice {
    margin-top: 7px;
    min-height: 18px;
    color: #dc2626;
    font-size: .86rem;
    font-weight: 700;
}

.captcha-box {
    padding: 14px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
}

.comment-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 8px;
}

.modern-comment-btn {
    border: 0;
    border-radius: 999px;
    padding: 13px 24px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(37, 99, 235, .28);
    transition: all .22s ease;
}

.modern-comment-btn i {
    margin-right: 7px;
}

.modern-comment-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    box-shadow: 0 22px 42px rgba(37, 99, 235, .34);
}

.modern-comment-btn:disabled,
.modern-comment-btn.is-loading {
    opacity: .78;
    cursor: wait;
    transform: none;
}

.comment-actions small {
    color: #64748b;
    font-size: .86rem;
}

.modern-comments .alert.d-none {
    display: none !important;
}

.modern-comments .alert {
    display: block;
    margin-bottom: 22px;
    border: 0;
    border-radius: 18px;
    padding: 15px 18px;
    font-weight: 700;
    animation: commentAlertIn .35s ease both;
}

.modern-comments .alert i {
    margin-right: 7px;
}

.modern-comments .alert-danger {
    background: #fef2f2;
    color: #b91c1c;
}

.modern-comments .alert-success {
    background: #ecfdf5;
    color: #047857;
}

@keyframes commentAlertIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.comment-sending-overlay.d-none {
    display: none !important;
}

.comment-sending-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 250, 252, .72);
    backdrop-filter: blur(8px);
}

.comment-sending-box {
    width: min(92%, 360px);
    padding: 34px 28px;
    border-radius: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, .25);
    box-shadow: 0 30px 90px rgba(15, 23, 42, .18);
    animation: commentBoxIn .28s ease both;
}

.comment-sending-box strong {
    display: block;
    margin-top: 18px;
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 850;
}

.comment-sending-box span {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: .95rem;
}

.comment-spinner {
    width: 62px;
    height: 62px;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #dbeafe;
    border-top-color: #2563eb;
    animation: commentSpin .8s linear infinite;
}

@keyframes commentSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes commentBoxIn {
    from {
        opacity: 0;
        transform: scale(.94) translateY(10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.comments-list {
    display: grid;
    gap: 18px;
}

.comment-item {
    display: flex;
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, .2);
    transition: all .22s ease;
}

.comment-item:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 42px rgba(15, 23, 42, .08);
}

.comment-avatar {
    flex: 0 0 58px;
}

.comment-avatar img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
}

.comment-body {
    flex: 1;
    min-width: 0;
}

.comment-meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.comment-meta strong {
    display: block;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 850;
}

.comment-meta span {
    display: block;
    margin-top: 3px;
    color: #94a3b8;
    font-size: .84rem;
}

.comment-text {
    color: #475569;
    font-size: .96rem;
    line-height: 1.75;
}

.comment-rating {
    flex-shrink: 0;
}

@media (max-width: 767.98px) {
    .comments-form-card,
    .comments-list-card {
        padding: 22px;
        border-radius: 24px;
    }

    .comment-item {
        padding: 18px;
        gap: 14px;
    }

    .comment-avatar {
        flex-basis: 46px;
    }

    .comment-avatar img {
        width: 46px;
        height: 46px;
    }

    .comment-meta {
        flex-direction: column;
        gap: 8px;
    }

    .comment-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .modern-comment-btn {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================================
   NEW UI - BLOG ARTICLE VIMUSE PLAYER
   File: templates/default/css/new-ui.css
========================================================= */

/* ===============================
   Post Vimuse Player Box
================================ */

.post-player-box {
    position: relative;
    width: 100%;
    margin: 0 0 28px;
    padding: 16px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.96)),
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.35), transparent 38%);
    box-shadow:
        0 22px 55px rgba(15, 23, 42, 0.28),
        0 8px 20px rgba(15, 23, 42, 0.16);
    overflow: hidden;
}

.post-player-box::before {
    content: "Medya Oynatıcı";
    display: block;
    margin-bottom: 14px;
    padding-left: 34px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.2px;
    line-height: 1.3;
    background:
        radial-gradient(circle, #22c55e 0 38%, transparent 40%) left 5px center / 16px 16px no-repeat;
}

.post-player-box::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.post-player-box #player {
    position: relative;
    z-index: 1;
    min-height: 280px;
    border-radius: 16px;
    overflow: hidden;
    background: #020617;
}

/* Vimuse iç alanları daha modern göster */
.post-player-box #player video,
.post-player-box #player iframe {
    width: 100% !important;
    border-radius: 14px;
    background: #000;
}

.post-player-box #player img {
    max-width: 100%;
}

.post-player-box .vimuse-player,
.post-player-box .vimuse-main,
.post-player-box .vimuse-playlist {
    border-radius: 14px !important;
    overflow: hidden;
}

/* Playlist / buton / liste hissini yumuşat */
.post-player-box button,
.post-player-box .vimuse-playlist-item,
.post-player-box li {
    transition: all 0.2s ease;
}

.post-player-box button:hover,
.post-player-box .vimuse-playlist-item:hover {
    transform: translateY(-1px);
}

/* Mobil */
@media (max-width: 768px) {
    .post-player-box {
        padding: 12px;
        border-radius: 18px;
    }

    .post-player-box::before {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .post-player-box #player {
        min-height: 220px;
        border-radius: 14px;
    }
}

/* Lights özelliğini tamamen devre dışı bırak */
.vimuse-lights-btn,
.vimuse-light-btn,
.vimuse-turn-lights {
    display: none !important;
}


/* =========================================================
   NEW UI - BLOG ARTICLE CARDS
   File: templates/default/css/new-ui.css
========================================================= */

.isotopeItem {
    margin-bottom: 28px;
}

.isotopeInner {
    height: 100%;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(148,163,184,.22);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 55px rgba(15,23,42,.08);
    backdrop-filter: blur(16px);
    transition: .25s ease;
}

.isotopeInner:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 75px rgba(15,23,42,.14);
    border-color: rgba(37,99,235,.28);
}

.isotopeInner > a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.isotopeInner figure {
    position: relative;
    height: 230px;
    margin: 0;
    overflow: hidden;
    background: #e2e8f0;
}

.isotopeInner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s ease;
}

.isotopeInner:hover figure img {
    transform: scale(1.07);
}

.more-action {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(15,23,42,.12), rgba(37,99,235,.48));
    opacity: 0;
    transition: .25s ease;
}

.isotopeInner:hover .more-action {
    opacity: 1;
}

.more-icon {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: var(--nf-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 45px rgba(15,23,42,.20);
    transform: translateY(10px) scale(.92);
    transition: .25s ease;
}

.isotopeInner:hover .more-icon {
    transform: translateY(0) scale(1);
}

.isotopeContent {
    padding: 24px 24px 26px;
}

.isotopeContent h3 {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 850;
    letter-spacing: -.035em;
    color: var(--nf-dark);
    margin: 0 0 12px;
    transition: .2s ease;
}

.isotopeInner:hover h3 {
    color: var(--nf-primary);
}

.isotopeContent p {
    color: var(--nf-muted);
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

.text-overflow {
    display: flex;
    flex-direction: column;
}

/* Card without image */
.isotopeInner .isotopeContent:first-child,
.isotopeInner > a > .isotopeContent:first-child {
    min-height: 210px;
    display: flex;
    align-items: center;
}

/* Responsive */
@media (max-width: 1199px) {
    .isotopeInner figure {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .isotopeItem {
        margin-bottom: 22px;
    }

    .isotopeInner {
        border-radius: 22px;
    }

    .isotopeInner figure {
        height: 220px;
    }

    .isotopeContent {
        padding: 20px;
    }

    .isotopeContent h3 {
        font-size: 18px;
    }
}


/* =========================================================
   NEW UI - BLOG ARTICLE LIST (FULL)
   File: templates/default/css/new-ui.css
========================================================= */

.blog-article {
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(148,163,184,.22);
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 18px 55px rgba(15,23,42,.08);
    backdrop-filter: blur(14px);
    transition: .25s ease;
}

.blog-article:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(15,23,42,.14);
}

/* Image */
.blog-article figure {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 18px;
    position: relative;
}

.blog-article figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .35s ease;
}

.blog-article:hover figure img {
    transform: scale(1.05);
}

/* Hover overlay */
.blog-article .more-action {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15,23,42,.15), rgba(37,99,235,.55));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .25s ease;
}

.blog-article:hover .more-action {
    opacity: 1;
}

.blog-article .more-icon {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: #fff;
    color: var(--nf-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 45px rgba(15,23,42,.25);
    transform: translateY(10px);
    transition: .25s ease;
}

.blog-article:hover .more-icon {
    transform: translateY(0);
}

/* Title */
.blog-article h3 {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -.04em;
    color: var(--nf-dark);
    margin-bottom: 14px;
    transition: .2s ease;
}

.blog-article:hover h3 {
    color: var(--nf-primary);
}

/* Text */
.blog-article p {
    color: var(--nf-muted);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 18px;
}

/* Read more button */
.blog-article .btn-primary {
    border-radius: 999px;
    padding: 11px 22px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--nf-primary), #1d4ed8);
    border: 0;
    box-shadow: 0 12px 28px rgba(37,99,235,.28);
}

.blog-article .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(37,99,235,.38);
}

/* Meta badges */
.blog-article .labels {
    margin-top: 16px;
}

.blog-article .badge {
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    background: rgba(15,23,42,.08) !important;
    color: var(--nf-text);
    margin-right: 6px;
}

.blog-article .badge i {
    margin-right: 4px;
}

/* Tag hover */
.blog-article .badge:hover {
    background: rgba(37,99,235,.12) !important;
    color: var(--nf-primary);
}

/* Spacing */
.blog-article.mb-4 {
    margin-bottom: 28px !important;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-article {
        padding: 22px;
        border-radius: 24px;
    }

    .blog-article h3 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .blog-article {
        padding: 18px;
        border-radius: 20px;
    }

    .blog-article h3 {
        font-size: 20px;
    }

    .blog-article p {
        font-size: 14px;
    }
}


/* =========================================================
   NEW UI - BLOG ARTICLE POPUP
   File: templates/default/css/new-ui.css
========================================================= */

.white-popup-block {
    max-width: 980px;
    margin: 40px auto;
    padding: 34px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(148,163,184,.24);
    border-radius: 32px;
    box-shadow: 0 30px 90px rgba(15,23,42,.25);
    backdrop-filter: blur(18px);
}

.white-popup-block h1 {
    color: var(--nf-dark);
    font-size: 34px;
    font-weight: 950;
    letter-spacing: -.05em;
    line-height: 1.2;
    margin-bottom: 18px;
}

.white-popup-block .owl-carousel,
.white-popup-block .col-12.mb-4 {
    border-radius: 26px;
    overflow: hidden;
    background: #e2e8f0;
}

.white-popup-block .owl-carousel img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 26px;
}

.white-popup-block .labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.white-popup-block .badge {
    border-radius: 999px;
    padding: 8px 13px;
    font-size: 12px;
    font-weight: 800;
    background: rgba(15,23,42,.08) !important;
    color: var(--nf-text);
}

.white-popup-block .badge i {
    margin-right: 5px;
    color: var(--nf-primary);
}

.article-popup-content {
    margin-top: 22px;
    color: var(--nf-text);
    font-size: 16px;
    line-height: 1.9;
}

.article-popup-content p {
    margin-bottom: 18px;
}

.article-popup-content img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 14px 35px rgba(15,23,42,.10);
}

.article-popup-content a {
    color: var(--nf-primary);
    font-weight: 800;
    text-decoration: none;
}

.article-popup-content a:hover {
    text-decoration: underline;
}

/* Magnific close button */
.mfp-close {
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    right: 12px !important;
    top: 12px !important;
    border-radius: 999px;
    background: rgba(15,23,42,.84) !important;
    color: #fff !important;
    opacity: 1 !important;
    font-size: 30px !important;
    transition: .2s ease;
}

.mfp-close:hover {
    background: var(--nf-primary) !important;
    transform: rotate(90deg);
}

/* Popup cards read more button */
.isotopeContent .more-btn {
    margin-top: 16px;
}

.isotopeContent .more-btn .btn {
    border-radius: 999px;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 850;
    border: 0;
    background: linear-gradient(135deg, var(--nf-primary), #1d4ed8);
    box-shadow: 0 10px 26px rgba(37,99,235,.24);
}

.isotopeContent .more-btn .btn:hover {
    transform: translateY(-2px);
}

/* Social placeholders */
#twitter,
#facebook,
#googleplus {
    display: inline-flex;
    margin-top: 18px;
    margin-right: 8px;
}

/* Mobile popup */
@media (max-width: 767px) {
    .white-popup-block {
        margin: 18px;
        padding: 22px;
        border-radius: 24px;
    }

    .white-popup-block h1 {
        font-size: 25px;
    }

    .article-popup-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .white-popup-block .owl-carousel img {
        max-height: 360px;
    }
}


/* =========================================================
   NEW UI - BLOG IMAGE GALLERY
   File: templates/default/css/new-ui.css
========================================================= */

figure.isotopeItem {
    margin-bottom: 28px;
}

figure.isotopeItem .isotopeInner {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: #e2e8f0;
    box-shadow: 0 18px 55px rgba(15,23,42,.08);
}

figure.isotopeItem .more-link {
    display: block;
    position: relative;
    overflow: hidden;
}

figure.isotopeItem img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .35s ease;
}

figure.isotopeItem:hover img {
    transform: scale(1.08);
}

figure.isotopeItem .more-action {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15,23,42,.25), rgba(37,99,235,.58));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .25s ease;
}

figure.isotopeItem:hover .more-action {
    opacity: 1;
}

figure.isotopeItem figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    color: #fff;
    z-index: 2;
}

figure.isotopeItem figcaption p {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    text-shadow: 0 6px 18px rgba(0,0,0,.35);
}

figure.isotopeItem .more-icon {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: var(--nf-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 45px rgba(15,23,42,.25);
    transform: translateY(10px) scale(.92);
    transition: .25s ease;
}

figure.isotopeItem:hover .more-icon {
    transform: translateY(0) scale(1);
}

/* Magnific image polish */
.mfp-image-holder .mfp-content {
    border-radius: 24px;
    overflow: hidden;
}

.mfp-figure:after {
    box-shadow: 0 30px 90px rgba(15,23,42,.35);
    border-radius: 24px;
}

.mfp-title {
    font-size: 14px;
    font-weight: 700;
    color: #e2e8f0;
}

@media (max-width: 991px) {
    figure.isotopeItem img {
        height: 230px;
    }
}

@media (max-width: 575px) {
    figure.isotopeItem .isotopeInner {
        border-radius: 22px;
    }

    figure.isotopeItem img {
        height: 220px;
    }
}


/* =========================================================
   NEW UI - PAGE HEADER (HERO)
   File: templates/default/css/new-ui.css
========================================================= */

.page-header {
    position: relative;
    overflow: hidden;
    padding: 72px 0 56px;
    margin: 0 0 42px;
    color: #fff;
    background:
        radial-gradient(circle at 12% 20%, rgba(255,255,255,.18), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(59,130,246,.35), transparent 32%),
        linear-gradient(135deg, #0f172a 0%, #1e3a8a 48%, #2563eb 100%);
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent);
    pointer-events: none;
}

.page-header::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -140px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    filter: blur(2px);
    pointer-events: none;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 4.2rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.4px;
    color: #fff;
    text-shadow: 0 12px 28px rgba(15,23,42,.28);
}

.page-header h1::after {
    content: "";
    display: block;
    width: 82px;
    height: 5px;
    margin-top: 20px;
    border-radius: 999px;
    background: linear-gradient(90deg, #facc15, #fb923c, #fff);
    box-shadow: 0 8px 20px rgba(250,204,21,.35);
}

.page-header p,
.page-header .lead {
    max-width: 720px;
    margin-top: 18px;
    color: rgba(255,255,255,.86);
    font-size: 1.08rem;
    line-height: 1.7;
}

.page-header .lead {
    font-size: 1.18rem;
    font-weight: 400;
}

/* Breadcrumb glass panel */
.page-header nav {
    display: flex;
    justify-content: flex-end;
}

.page-header .breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    margin: 0 0 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 42px rgba(15,23,42,.18);
}

.page-header .breadcrumb-item {
    font-size: .88rem;
    font-weight: 500;
    color: rgba(255,255,255,.76);
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    content: "â€º";
    color: rgba(255,255,255,.58);
    padding: 0 9px 0 5px;
    font-weight: 700;
}

.page-header .breadcrumb-item a {
    color: rgba(255,255,255,.9);
    text-decoration: none;
    transition: all .2s ease;
}

.page-header .breadcrumb-item a:hover {
    color: #fff;
    text-shadow: 0 0 14px rgba(255,255,255,.55);
}

.page-header .breadcrumb-item.active {
    color: #facc15;
    max-width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Back button */
.page-header .btn-primary {
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 700;
    color: #0f172a;
    background: #fff;
    box-shadow: 0 16px 32px rgba(15,23,42,.22);
    transition: all .22s ease;
}

.page-header .btn-primary i {
    margin-right: 6px;
}

.page-header .btn-primary:hover {
    color: #0f172a;
    background: #facc15;
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(15,23,42,.28);
}

/* Bootstrap 5 float support */
.page-header .float-end {
    float: right !important;
}

/* Responsive */
@media (max-width: 767.98px) {
    .page-header {
        padding: 52px 0 42px;
        margin-bottom: 28px;
        text-align: left;
    }

    .page-header h1 {
        font-size: clamp(1.8rem, 8vw, 2.7rem);
        letter-spacing: -.7px;
    }

    .page-header h1::after {
        width: 64px;
        height: 4px;
        margin-top: 16px;
    }

    .page-header p,
    .page-header .lead {
        font-size: 1rem;
        line-height: 1.6;
    }
}

/* =========================================================
   NEW UI - FIX ARTICLE GRID LAYOUT
   File: templates/default/css/new-ui.css
========================================================= */

.isotopeWrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100%;
    gap: 0;
}

.isotopeWrapper .isotopeItem {
    float: none !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: block;
}

.isotopeWrapper .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
}

.isotopeWrapper .col-md-6 {
    flex: 0 0 auto;
}

@media (max-width: 991px) {
    .isotopeWrapper .col-md-6,
    .isotopeWrapper .col-lg-4 {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .isotopeWrapper .col-md-6,
    .isotopeWrapper .col-lg-4,
    .isotopeWrapper .col-12 {
        width: 100%;
    }
}

.isotopeWrapper .isotopeItem {
    padding: 12px;
}

.isotopeWrapper .isotopeInner {
    height: 100%;
}


/* =========================================================
   NEW UI - BLOG ARTICLE DETAIL
   File: templates/default/css/new-ui.css
========================================================= */

#page #content {
    position: relative;
}

#page #content .container > .row {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.article-body {
    color: var(--nf-text);
    font-size: 17px;
    line-height: 1.95;
}

.article-body p {
    margin-bottom: 20px;
}

.article-body h2,
.article-body h3,
.article-body h4 {
    color: var(--nf-dark);
    font-weight: 900;
    letter-spacing: -.04em;
    margin: 30px 0 14px;
}

.article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15,23,42,.12);
    margin: 18px 0;
}

.article-body a {
    color: var(--nf-primary);
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid rgba(37,99,235,.22);
}

.article-body a:hover {
    border-color: var(--nf-primary);
}

#page .labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px !important;
}

#page .labels .badge {
    border-radius: 999px;
    padding: 8px 13px;
    font-size: 12px;
    font-weight: 800;
    background: rgba(15,23,42,.08) !important;
    color: var(--nf-text);
}

#page .labels .badge i {
    margin-right: 5px;
    color: var(--nf-primary);
}

.owlWrapper {
    border-radius: 30px;
    overflow: hidden;
    background: #e2e8f0;
    box-shadow: 0 22px 60px rgba(15,23,42,.12);
}

.owlWrapper img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

.owl-theme .owl-dots {
    margin-top: 14px !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #cbd5e1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--nf-primary);
}

#twitter,
#facebook,
#pinterest {
    display: inline-flex;
    margin-top: 20px;
    margin-right: 8px;
}

@media (max-width: 991px) {
    #page #content .container > .row {
        padding: 22px;
        border-radius: 26px;
    }

    .article-body {
        font-size: 16px;
        line-height: 1.85;
    }

    .owlWrapper {
        margin-top: 20px;
        border-radius: 24px;
    }
}

@media (max-width: 575px) {
    #page #content .container > .row {
        padding: 18px;
        border-radius: 22px;
    }

    .article-body {
        font-size: 15px;
    }
}


/* =========================================================
   NEW UI - BLOG DETAIL (SIDEBAR LAYOUT)
   File: templates/default/css/new-ui.css
========================================================= */

/* Main content box */
.boxed {
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(148,163,184,.22);
    border-radius: 34px;
    padding: 30px;
    box-shadow: 0 24px 70px rgba(15,23,42,.08);
    backdrop-filter: blur(14px);
    transition: .25s ease;
}

.boxed:hover {
    box-shadow: 0 30px 80px rgba(15,23,42,.12);
}

/* Featured image */
.boxed figure {
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 18px;
}

.boxed figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .35s ease;
}

.boxed:hover figure img {
    transform: scale(1.03);
}

/* Labels (date, comments, author, tags) */
.boxed .labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.boxed .badge {
    border-radius: 999px;
    padding: 8px 13px;
    font-size: 12px;
    font-weight: 800;
    background: rgba(15,23,42,.08) !important;
    color: var(--nf-text);
}

.boxed .badge i {
    margin-right: 5px;
    color: var(--nf-primary);
}

/* Article body */
[itemprop="articleBody"] {
    margin-top: 16px;
    color: var(--nf-text);
    font-size: 17px;
    line-height: 1.95;
}

[itemprop="articleBody"] p {
    margin-bottom: 20px;
}

[itemprop="articleBody"] h2,
[itemprop="articleBody"] h3 {
    font-weight: 900;
    letter-spacing: -.04em;
    color: var(--nf-dark);
    margin: 30px 0 12px;
}

[itemprop="articleBody"] img {
    max-width: 100%;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15,23,42,.12);
    margin: 18px 0;
}

/* Share icons */
#twitter,
#facebook,
#pinterest {
    display: inline-flex;
    margin-top: 20px;
    margin-right: 8px;
}

/* Prev / next navigation */
.btn-group {
    margin-top: 10px;
}

.btn-group .btn {
    border-radius: 999px !important;
    padding: 10px 18px;
    font-weight: 800;
}

.btn-group .btn-primary {
    background: linear-gradient(135deg, var(--nf-primary), #1d4ed8);
    border: 0;
    box-shadow: 0 12px 28px rgba(37,99,235,.28);
}

.btn-group .btn-primary:hover {
    transform: translateY(-2px);
}

.btn-group .btn-secondary {
    background: rgba(15,23,42,.08);
    border: 0;
    color: var(--nf-text);
}

.btn-group .btn-secondary:hover {
    background: rgba(15,23,42,.15);
}

/* Sidebar */
aside {
    margin-top: 0;
}

aside .widget,
aside [id^="widget-"] {
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(148,163,184,.22);
    border-radius: 26px;
    padding: 22px;
    margin-bottom: 20px;
    box-shadow: 0 18px 55px rgba(15,23,42,.06);
    backdrop-filter: blur(12px);
}

aside h3,
aside h4 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 14px;
}

/* Sidebar links */
aside a {
    color: var(--nf-text);
    text-decoration: none;
    transition: .2s ease;
}

aside a:hover {
    color: var(--nf-primary);
    padding-left: 4px;
}

/* Responsive */
@media (max-width: 991px) {
    .boxed {
        padding: 22px;
        border-radius: 26px;
    }

    [itemprop="articleBody"] {
        font-size: 16px;
    }

    aside {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .boxed {
        padding: 18px;
        border-radius: 22px;
    }

    [itemprop="articleBody"] {
        font-size: 15px;
    }
}


/* =========================================================
   NEW UI - BLOG INDEX PAGE
   File: templates/default/css/new-ui.css
========================================================= */

#blog-content.lazy-wrapper {
    display: block;
}

#blog-content .blog-article:first-child {
    margin-top: 0;
}

/* Blog index empty / spacing polish */
#page #content {
    min-height: 420px;
}

/* Load more button */
.lazy-wrapper .lazy-more,
.lazy-wrapper .load-more,
.lazy-wrapper button,
.lazy-wrapper .btn {
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 850;
}

.lazy-wrapper .lazy-more,
.lazy-wrapper .load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 22px auto 0;
    background: linear-gradient(135deg, var(--nf-primary), #1d4ed8);
    border: 0;
    color: #fff;
    box-shadow: 0 16px 36px rgba(37,99,235,.28);
    transition: .22s ease;
}

.lazy-wrapper .lazy-more:hover,
.lazy-wrapper .load-more:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(37,99,235,.38);
}

/* Blog page sidebars */
#page aside .widget,
#page aside [id^="widget-"] {
    position: relative;
    overflow: hidden;
}

#page aside .widget::before,
#page aside [id^="widget-"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    right: 22px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--nf-primary), var(--nf-accent));
}

/* Sidebar lists */
#page aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#page aside li {
    border-bottom: 1px solid rgba(148,163,184,.16);
    padding: 9px 0;
}

#page aside li:last-child {
    border-bottom: 0;
}

/* Main column rhythm */
#page main > .alert + .alert + #blog-content,
#page main #blog-content {
    margin-top: 0;
}

/* Responsive */
@media (max-width: 991px) {
    #page aside {
        margin-bottom: 22px;
    }

    #page aside + main {
        margin-top: 0;
    }
}


/* =========================================================
   NEW UI - CONTACT PAGE
   File: templates/default/css/new-ui.css
========================================================= */

#page {
    background:
        radial-gradient(circle at 10% 0%, rgba(37, 99, 235, .10), transparent 34%),
        radial-gradient(circle at 90% 10%, rgba(245, 158, 11, .10), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 45%, #eef2ff 100%);
}

#page #content {
    padding: 55px 0 80px !important;
}

#page #content .container > .mb-4 {
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 28px;
    padding: 28px 32px;
    margin-bottom: 34px !important;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .07);
    color: #475569;
    line-height: 1.8;
}

/* Alerts */
#contact-alert-success,
#contact-alert-danger {
    border: 0;
    border-radius: 18px;
    padding: 16px 20px;
    font-weight: 700;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .08);
}

#contact-alert-success {
    background: #ecfdf5;
    color: #047857;
}

#contact-alert-danger {
    background: #fef2f2;
    color: #b91c1c;
}

/* Layout card effect */
#contactForm {
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 32px;
    padding: 34px !important;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .10);
    position: relative;
    overflow: hidden;
}

#contactForm::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #2563eb, #f59e0b);
}

#contactForm .form-label {
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 8px;
}

#contactForm .form-control {
    height: 52px;
    border-radius: 16px;
    border: 1px solid #dbe3ef;
    background: #f8fafc;
    color: #0f172a;
    font-size: 15px;
    padding: 12px 16px;
    transition: all .22s ease;
}

#contactForm textarea.form-control {
    height: auto;
    min-height: 150px;
    resize: vertical;
}

#contactForm .form-control:focus {
    background: #fff;
    border-color: rgba(37, 99, 235, .65);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

#contactForm .field-notice {
    margin-top: 7px;
    font-weight: 700;
}

/* Checkbox */
#contactForm .form-check {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 16px 18px 16px 46px;
    color: #475569;
    line-height: 1.6;
}

#contactForm .form-check-input {
    width: 20px;
    height: 20px;
    margin-left: -30px;
    margin-top: 2px;
    border-radius: 6px;
    border-color: #cbd5e1;
}

#contactForm .form-check-input:checked {
    background-color: #2563eb;
    border-color: #2563eb;
}

#contactForm .form-check-input:focus {
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .14);
}

/* Submit button */
#contactSubmit {
    border: 0;
    border-radius: 999px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .28);
    transition: all .25s ease;
}

#contactSubmit:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(37, 99, 235, .34);
}

#contactSubmit:disabled {
    opacity: .7;
    transform: none;
}

#contactSubmit i {
    margin-right: 8px;
}

#contactForm small.text-muted {
    color: #64748b !important;
    font-weight: 700;
}

/* Right info card */
.hotBox {
    background:
        linear-gradient(160deg, rgba(15, 23, 42, .96), rgba(30, 41, 59, .96)),
        radial-gradient(circle at top right, rgba(37, 99, 235, .45), transparent 35%);
    border-radius: 32px;
    padding: 30px 26px;
    color: #fff;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .18);
    position: sticky;
    top: 150px;
    overflow: hidden;
}

.hotBox::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -70px;
    top: -70px;
    border-radius: 50%;
    background: rgba(245, 158, 11, .18);
}

.hotBox h2 {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 950;
    line-height: 1.2;
    margin: 0 0 24px;
    padding-bottom: 18px;
}

.hotBox h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb, #f59e0b);
}

.hotBox address {
    margin: 0;
}

.hotBox p {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.65;
    font-size: 14px;
}

.hotBox p:last-child {
    margin-bottom: 0;
}

.hotBox i {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .10);
    color: #93c5fd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.hotBox a {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.hotBox a:hover {
    color: #bfdbfe;
}

/* reCAPTCHA spacing */
.g-recaptcha {
    margin-top: 4px;
}

/* SweetAlert match */
.swal2-popup {
    border-radius: 24px !important;
}

.swal2-confirm {
    border-radius: 999px !important;
    background: #2563eb !important;
    font-weight: 800 !important;
}

/* Responsive */
@media (max-width: 991px) {
    #contactForm {
        padding: 26px !important;
        margin-bottom: 28px;
    }

    .hotBox {
        position: static;
    }
}

@media (max-width: 767px) {
    #page #content {
        padding: 34px 0 58px !important;
    }

    #contactForm {
        border-radius: 24px;
        padding: 22px !important;
    }

    #contactForm .form-control {
        height: 50px;
    }

    .hotBox {
        border-radius: 24px;
        padding: 24px 22px;
    }

    .hotBox h2 {
        font-size: 21px;
    }

    #contactSubmit {
        width: 100%;
        justify-content: center;
    }

    #contactForm small.text-muted {
        display: block;
        margin: 12px 0 0 !important;
        text-align: center;
    }
}


/* =========================================================
   NEW UI - GALLERY PAGE
   File: templates/default/css/new-ui.css
========================================================= */

.isotopeWrapper.popup-gallery {
    width: 100%;
    margin-top: 12px;
}

.isotopeWrapper.popup-gallery.lazy-wrapper {
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(148,163,184,.18);
    border-radius: 34px;
    padding: 26px 18px 30px;
    box-shadow: 0 22px 70px rgba(15,23,42,.07);
    backdrop-filter: blur(14px);
}

/* Gallery load more */
.isotopeWrapper.popup-gallery .lazy-more,
.isotopeWrapper.popup-gallery .load-more,
.isotopeWrapper.popup-gallery .btn {
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 850;
}

.isotopeWrapper.popup-gallery .lazy-more,
.isotopeWrapper.popup-gallery .load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0;
    background: linear-gradient(135deg, var(--nf-primary), #1d4ed8);
    border: 0;
    color: #fff;
    box-shadow: 0 16px 36px rgba(37,99,235,.28);
    transition: .22s ease;
}

.isotopeWrapper.popup-gallery .lazy-more:hover,
.isotopeWrapper.popup-gallery .load-more:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(37,99,235,.38);
}

/* Gallery item spacing override */
.isotopeWrapper.popup-gallery figure.isotopeItem {
    padding: 10px;
    margin-bottom: 0;
}

/* Empty spacing */
#page #content .isotopeWrapper:empty {
    display: none;
}

/* Image popup caption */
.mfp-bottom-bar {
    margin-top: -44px;
}

.mfp-title {
    padding-right: 56px;
}

/* Responsive */
@media (max-width: 991px) {
    .isotopeWrapper.popup-gallery.lazy-wrapper {
        padding: 18px 10px 24px;
        border-radius: 26px;
    }
}

@media (max-width: 575px) {
    .isotopeWrapper.popup-gallery.lazy-wrapper {
        padding: 14px 8px 20px;
        border-radius: 22px;
    }

    .isotopeWrapper.popup-gallery figure.isotopeItem {
        padding: 7px;
    }
}


/* =========================================================
   HAYDİ NAMAZA - MODERN HOME UI
   File: templates/default/css/new-ui.css
========================================================= */

.hm-modern-v2 {
    position: relative;
    overflow: hidden;
    padding: 34px 0 64px;
    background:
        radial-gradient(circle at 12% 4%, rgba(59, 130, 246, .16), transparent 34%),
        radial-gradient(circle at 86% 14%, rgba(14, 165, 233, .13), transparent 30%),
        linear-gradient(180deg, #f5f9ff 0%, #edf6ff 44%, #ffffff 100%);
}

.hm-modern-v2 *,
.hm-modern-v2 *::before,
.hm-modern-v2 *::after {
    box-sizing: border-box;
}

.hm-modern-v2 .container {
    position: relative;
    z-index: 2;
}

/* Decorative background */
.hm-bg-orb {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(22px);
    opacity: .55;
}

.hm-bg-orb-one {
    width: 300px;
    height: 300px;
    left: -130px;
    top: 190px;
    background: rgba(37, 99, 235, .16);
}

.hm-bg-orb-two {
    width: 340px;
    height: 340px;
    right: -150px;
    top: 420px;
    background: rgba(14, 165, 233, .16);
}

/* HEADER */
.hm-topbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 28px;
    margin-bottom: 28px;
}

.hm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 9px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hm-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, #2563eb, #38bdf8);
}

.hm-topbar h1 {
    margin: 0;
    color: #06111f;
    font-size: clamp(36px, 4.4vw, 58px);
    line-height: .98;
    font-weight: 950;
    letter-spacing: -1.8px;
}

.hm-topbar p {
    max-width: 720px;
    margin: 12px 0 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
}

.hm-stats {
    display: flex;
    gap: 12px;
    flex: 0 0 auto;
}

.hm-stats div {
    min-width: 92px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(226, 232, 240, .95);
    box-shadow: 0 16px 38px rgba(15, 23, 42, .08);
    backdrop-filter: blur(14px);
}

.hm-stats strong {
    display: block;
    color: #06111f;
    font-size: 22px;
    line-height: 1;
    font-weight: 950;
}

.hm-stats span {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
}

/* HERO */
.hm-hero-v2 {
    display: grid;
    grid-template-columns: minmax(0, 2.25fr) minmax(300px, .82fr);
    gap: 20px;
    align-items: stretch;
    margin-bottom: 52px;
}

.hm-slider-v2 {
    position: relative;
    height: 430px;
    overflow: hidden;
    border-radius: 28px;
    background: #0f172a;
    box-shadow: 0 28px 65px rgba(15, 23, 42, .22);
}

.hm-slide-v2 {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.04);
    transition:
        opacity .85s ease,
        visibility .85s ease,
        transform 1.2s ease;
}

.hm-slide-v2.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.hm-slide-v2 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hm-slide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 6, 23, .82) 0%, rgba(2, 6, 23, .48) 46%, rgba(2, 6, 23, .08) 100%),
        linear-gradient(180deg, rgba(2, 6, 23, .06) 0%, rgba(2, 6, 23, .76) 100%);
}

.hm-slide-content-v2 {
    position: absolute;
    left: 38px;
    right: 38px;
    bottom: 42px;
    z-index: 3;
    max-width: 660px;
    color: #fff;
}

.hm-chip {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    padding: 7px 12px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hm-chip-light {
    background: rgba(255, 255, 255, .17);
    border: 1px solid rgba(255, 255, 255, .24);
    backdrop-filter: blur(12px);
}

.hm-slide-content-v2 h2 {
    margin: 15px 0 0;
    color: #fff;
    font-size: clamp(31px, 3.8vw, 48px);
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: -1.3px;
    text-shadow: 0 8px 26px rgba(0, 0, 0, .38);
}

.hm-slide-content-v2 p {
    max-width: 540px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: 15px;
    line-height: 1.6;
}

/* Slider controls */
.hm-nav-v2 {
    position: absolute;
    top: 50%;
    z-index: 6;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .17);
    color: #fff;
    font-size: 30px;
    line-height: 33px;
    cursor: pointer;
    backdrop-filter: blur(12px);
    transition: .25s ease;
}

.hm-nav-v2:hover {
    background: rgba(255, 255, 255, .32);
}

.hm-prev {
    left: 16px;
}

.hm-next {
    right: 16px;
}

.hm-dots-v2 {
    position: absolute;
    left: 38px;
    bottom: 22px;
    z-index: 7;
    display: flex;
    gap: 8px;
}

.hm-dots-v2 button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: rgba(255, 255, 255, .46);
    cursor: pointer;
    transition: .25s ease;
}

.hm-dots-v2 button.is-active {
    width: 28px;
    background: #fff;
}

/* RIGHT CARDS */
.hm-side-news {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 18px;
    height: 430px;
    min-height: 430px;
}

.hm-side-card {
    position: relative;
    overflow: hidden;
    min-height: 0;
    border-radius: 26px;
    background: #0f172a;
    box-shadow: 0 22px 52px rgba(15, 23, 42, .16);
}

.hm-side-card a {
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.hm-side-card img,
.hm-img-placeholder {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .6s ease;
}

.hm-img-placeholder {
    min-height: 220px;
    background:
        radial-gradient(circle at 30% 18%, rgba(37, 99, 235, .38), transparent 34%),
        linear-gradient(135deg, #0f172a, #1e293b);
}

.hm-side-card:hover img,
.hm-side-card:hover .hm-img-placeholder {
    transform: scale(1.06);
}

.hm-side-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 6, 23, .03) 0%, rgba(2, 6, 23, .90) 100%);
}

.hm-side-content {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
}

.hm-side-content h3 {
    margin: 10px 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.16;
    font-weight: 950;
    letter-spacing: -.35px;
    text-shadow: 0 8px 24px rgba(0, 0, 0, .36);
}

.hm-side-content small {
    display: inline-flex;
    margin-top: 8px;
    color: rgba(255, 255, 255, .78);
    font-size: 11px;
    font-weight: 800;
}

/* EMPTY */
.hm-side-empty,
.hm-empty-hero,
.hm-empty-v2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 26px;
    padding: 30px;
    background: rgba(255, 255, 255, .9);
    color: #64748b;
    border: 1px solid rgba(226, 232, 240, .95);
    box-shadow: 0 16px 38px rgba(15, 23, 42, .08);
}

/* INTRO */
.hm-intro-v2 {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 44px;
    padding: 26px 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(226, 232, 240, .95);
    box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
    color: #475569;
    font-size: 15px;
    line-height: 1.8;
    backdrop-filter: blur(14px);
}

.hm-intro-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #2563eb, #38bdf8);
    color: #fff;
    font-size: 23px;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .28);
}

/* SECTIONS */
.hm-section-v2 {
    margin-bottom: 52px;
}

.hm-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.hm-section-head h2 {
    margin: 0;
    color: #06111f;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -1px;
}

/* GRIDS */
.hm-featured-grid-v2,
.hm-blog-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

/* CARD */
.hm-card-v2 {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(226, 232, 240, .96);
    box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.hm-card-v2:hover {
    transform: translateY(-7px);
    border-color: rgba(37, 99, 235, .25);
    box-shadow: 0 28px 68px rgba(15, 23, 42, .14);
}

.hm-card-v2 a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.hm-card-img-v2 {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #e2e8f0;
}

.hm-card-img-v2 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .65s ease;
}

.hm-card-v2:hover .hm-card-img-v2 img {
    transform: scale(1.07);
}

.hm-card-img-v2::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    background: linear-gradient(180deg, transparent, rgba(15, 23, 42, .42));
    pointer-events: none;
}

.hm-card-img-v2 span {
    position: absolute;
    left: 17px;
    bottom: 15px;
    z-index: 2;
    max-width: calc(100% - 34px);
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: #2563eb;
    font-size: 11px;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .14);
}

.hm-card-body-v2 {
    padding: 22px 22px 24px;
}

.hm-card-body-v2 h3 {
    margin: 0;
    color: #06111f;
    font-size: 20px;
    line-height: 1.27;
    font-weight: 950;
    letter-spacing: -.42px;
}

.hm-card-body-v2 p {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.72;
}

.hm-readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 17px;
    color: #2563eb;
    font-size: 14px;
    font-weight: 950;
}

.hm-readmore b {
    display: inline-flex;
    transition: transform .25s ease;
}

.hm-card-v2:hover .hm-readmore b {
    transform: translateX(4px);
}

/* FULL AFTER CONTENT */
.home-full-after-content-v2 {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
}

.home-full-after-content-v2 > * {
    width: 100%;
}

.home-full-after-content-v2 section,
.home-full-after-content-v2 div {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* COMPATIBILITY */
.hm-modern-v2 + * {
    margin-top: 0 !important;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    .hm-hero-v2 {
        grid-template-columns: 1fr;
    }

    .hm-slider-v2 {
        height: 410px;
    }

    .hm-side-news {
        height: auto;
        min-height: 0;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: none;
    }

    .hm-side-card {
        height: 240px;
    }
}

@media (max-width: 991px) {
    .hm-topbar {
        display: block;
    }

    .hm-stats {
        margin-top: 20px;
    }

    .hm-featured-grid-v2,
    .hm-blog-grid-v2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-slider-v2 {
        height: 390px;
    }

    .hm-slide-content-v2 {
        left: 28px;
        right: 28px;
        bottom: 42px;
    }
}

@media (max-width: 767px) {
    .hm-modern-v2 {
        padding: 22px 0 44px;
    }

    .hm-topbar h1 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .hm-topbar p {
        font-size: 14px;
    }

    .hm-stats {
        width: 100%;
    }

    .hm-stats div {
        flex: 1;
        min-width: 0;
    }

    .hm-hero-v2 {
        gap: 16px;
        margin-bottom: 36px;
    }

    .hm-slider-v2 {
        height: 340px;
        border-radius: 24px;
    }

    .hm-slide-content-v2 {
        left: 22px;
        right: 22px;
        bottom: 44px;
    }

    .hm-slide-content-v2 h2 {
        font-size: 26px;
        line-height: 1.1;
        letter-spacing: -.8px;
    }

    .hm-slide-content-v2 p {
        display: none;
    }

    .hm-dots-v2 {
        left: 22px;
        bottom: 19px;
    }

    .hm-nav-v2 {
        width: 36px;
        height: 36px;
        font-size: 27px;
    }

    .hm-side-news,
    .hm-featured-grid-v2,
    .hm-blog-grid-v2 {
        grid-template-columns: 1fr;
    }

    .hm-side-card {
        height: 235px;
        border-radius: 24px;
    }

    .hm-intro-v2 {
        grid-template-columns: 1fr;
        padding: 22px;
        border-radius: 24px;
    }

    .hm-section-v2 {
        margin-bottom: 40px;
    }

    .hm-section-head h2 {
        font-size: 28px;
    }

    .hm-card-v2 {
        border-radius: 24px;
    }

    .hm-card-img-v2 {
        height: 210px;
    }

    .hm-card-body-v2 {
        padding: 21px;
    }
}

@media (max-width: 480px) {
    .hm-slider-v2 {
        height: 315px;
    }

    .hm-slide-content-v2 h2 {
        font-size: 23px;
    }

    .hm-side-card {
        height: 220px;
    }

    .hm-card-img-v2 {
        height: 200px;
    }
}

/* =========================================================
   NEW UI - STANDARD PAGE
   File: templates/default/css/new-ui.css
========================================================= */

#page main {
    color: var(--nf-text);
    font-size: 16px;
    line-height: 1.9;
}

#page main > *:first-child {
    margin-top: 0;
}

#page main h2,
#page main h3,
#page main h4 {
    color: var(--nf-dark);
    font-weight: 900;
    letter-spacing: -.04em;
    margin: 28px 0 14px;
}

#page main p {
    margin-bottom: 18px;
}

#page main img {
    max-width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15,23,42,.10);
}

#filter {
    margin: 28px 0 30px;
}

#filter .btn-group {
    flex-wrap: wrap;
    gap: 8px;
}

#filter .btn {
    border-radius: 999px !important;
    border: 0;
    padding: 10px 18px;
    font-weight: 800;
    background: rgba(15,23,42,.08);
    color: var(--nf-text);
}

#filter .btn:hover,
#filter .btn.active {
    background: linear-gradient(135deg, var(--nf-primary), #1d4ed8);
    color: #fff;
    transform: translateY(-2px);
}

.isotopeWrapper.lazy-wrapper {
    width: 100%;
    margin-top: 10px;
}

.isotopeWrapper.lazy-wrapper .lazy-more,
.isotopeWrapper.lazy-wrapper .load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0;
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 850;
    background: linear-gradient(135deg, var(--nf-primary), #1d4ed8);
    color: #fff;
    border: 0;
    box-shadow: 0 16px 36px rgba(37,99,235,.28);
}

.isotopeWrapper.lazy-wrapper .lazy-more:hover,
.isotopeWrapper.lazy-wrapper .load-more:hover {
    transform: translateY(-3px);
}

@media (max-width: 767px) {
    #filter .btn-group {
        display: flex;
    }

    #filter .btn {
        flex: 1 1 auto;
    }
}


/* =========================================================
   NEW UI - SEARCH PAGE
   File: templates/default/css/new-ui.css
========================================================= */

#page #content .container[itemprop="text"] > h2 {
    font-size: 26px;
    font-weight: 950;
    letter-spacing: -.04em;
    color: var(--nf-dark);
    margin-bottom: 24px;
}

#page #content .container[itemprop="text"] > .mb-4 {
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(148,163,184,.22);
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 18px !important;
    box-shadow: 0 16px 45px rgba(15,23,42,.06);
    transition: .22s ease;
}

#page #content .container[itemprop="text"] > .mb-4:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 65px rgba(15,23,42,.10);
}

#page #content .container[itemprop="text"] > .mb-4 h4 {
    font-weight: 900;
    letter-spacing: -.03em;
    margin-bottom: 10px;
}

#page #content .container[itemprop="text"] > .mb-4 h4 a {
    color: var(--nf-dark);
    text-decoration: none;
}

#page #content .container[itemprop="text"] > .mb-4 h4 a:hover {
    color: var(--nf-primary);
}

#page #content .container[itemprop="text"] > .mb-4 p {
    color: var(--nf-text);
    line-height: 1.75;
    margin-bottom: 10px;
}

#page #content .container[itemprop="text"] > .mb-4 small {
    display: inline-block;
    background: rgba(37,99,235,.07);
    color: var(--nf-primary) !important;
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 700;
    word-break: break-all;
}

.pagination {
    gap: 6px;
    flex-wrap: wrap;
}

.pagination .page-link {
    border: 0;
    border-radius: 999px !important;
    color: var(--nf-text);
    font-weight: 800;
    min-width: 40px;
    text-align: center;
    background: rgba(15,23,42,.07);
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--nf-primary), #1d4ed8);
    color: #fff;
    box-shadow: 0 12px 28px rgba(37,99,235,.25);
}

@media (max-width: 575px) {
    #page #content .container[itemprop="text"] > h2 {
        font-size: 22px;
    }

    #page #content .container[itemprop="text"] > .mb-4 {
        padding: 18px;
        border-radius: 20px;
    }
}


/* =========================================================
   NEW UI - BLOG SIDEBAR WIDGETS
   File: templates/default/css/new-ui.css
========================================================= */

.widgets .boxed,
aside .boxed {
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(148,163,184,.22);
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 18px 55px rgba(15,23,42,.07);
    backdrop-filter: blur(14px);
}

.widgets .boxed h3,
aside .boxed h3 {
    font-size: 18px;
    font-weight: 950;
    letter-spacing: -.04em;
    color: var(--nf-dark);
    margin-bottom: 18px;
}

.widgets .boxed h3::after,
aside .boxed h3::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--nf-primary), var(--nf-accent));
}

.widgets .nostyle li,
aside .nostyle li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(148,163,184,.16);
    font-size: 14px;
    line-height: 1.55;
}

.widgets .nostyle li:last-child,
aside .nostyle li:last-child {
    border-bottom: 0;
}

.widgets .nostyle i,
aside .nostyle i {
    color: var(--nf-primary);
    margin-right: 7px;
    font-size: 12px;
}

.widgets .nostyle a,
aside .nostyle a {
    color: var(--nf-text);
    text-decoration: none;
    font-weight: 700;
    transition: .2s ease;
}

.widgets .nostyle a:hover,
aside .nostyle a:hover {
    color: var(--nf-primary);
    padding-left: 4px;
}

aside .boxed .btn-secondary,
.widgets .boxed .btn-secondary {
    border: 0;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 800;
    background: rgba(37,99,235,.08);
    color: var(--nf-primary);
    margin-right: 5px;
    transition: .2s ease;
}

aside .boxed .btn-secondary:hover,
.widgets .boxed .btn-secondary:hover {
    background: linear-gradient(135deg, var(--nf-primary), #1d4ed8);
    color: #fff;
    transform: translateY(-2px);
}


/* =========================================================
   NEW UI - CHECK LIST (ICON BLOCKS)
   File: templates/default/css/new-ui.css
========================================================= */

.iconBlocHome {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    height: 100%;

    background: rgba(255,255,255,.9);
    border: 1px solid rgba(148,163,184,.20);
    border-radius: 26px;
    padding: 22px;

    box-shadow: 0 16px 45px rgba(15,23,42,.06);
    backdrop-filter: blur(12px);

    transition: .25s ease;
}

.iconBlocHome:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 65px rgba(15,23,42,.12);
    border-color: rgba(37,99,235,.25);
}

/* Icon */
.iconBlocHome i {
    width: 42px;
    height: 42px;
    min-width: 42px;

    border-radius: 999px;
    background: linear-gradient(135deg, var(--nf-primary), #1d4ed8);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 15px;
    box-shadow: 0 12px 28px rgba(37,99,235,.28);
}

/* Content */
.iconBlocHome p,
.iconBlocHome span,
.iconBlocHome {
    color: var(--nf-text);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 600;
}

/* RTL support */
.iconBlocHome.rtl {
    direction: rtl;
    text-align: right;
}

/* Responsive */
@media (max-width: 991px) {
    .iconBlocHome {
        padding: 18px;
        border-radius: 22px;
    }

    .iconBlocHome i {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .iconBlocHome {
        padding: 16px;
        border-radius: 20px;
    }

    .iconBlocHome {
        font-size: 13px;
    }
}


/* =========================================================
   NEW UI - CONTACT INFO WIDGET
   File: templates/default/css/new-ui.css
========================================================= */

.contact-info {
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(148,163,184,.22);
    border-radius: 28px;
    padding: 22px;
    box-shadow: 0 18px 55px rgba(15,23,42,.06);
    backdrop-filter: blur(12px);
}

/* Title */
.contact-info h5 {
    font-size: 17px;
    font-weight: 950;
    color: var(--nf-dark);
    letter-spacing: -.03em;
    margin-bottom: 16px;
}

/* Address block */
.contact-info address {
    margin: 0;
}

/* Rows */
.contact-info div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--nf-text);
}

/* Icon */
.contact-info i {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 999px;
    background: rgba(37,99,235,.1);
    color: var(--nf-primary);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
}

/* Links */
.contact-info a {
    color: var(--nf-text);
    text-decoration: none;
    font-weight: 700;
    transition: .2s ease;
}

.contact-info a:hover {
    color: var(--nf-primary);
}

/* Address multiline fix */
.contact-info span[itemprop="address"] {
    display: block;
}

/* Responsive */
@media (max-width: 575px) {
    .contact-info {
        padding: 18px;
        border-radius: 22px;
    }

    .contact-info h5 {
        font-size: 16px;
    }

    .contact-info div {
        font-size: 13px;
    }

    .contact-info i {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 13px;
    }
}


/* =========================================================
   NEW UI - FOOTER FORM WIDGET
   File: templates/default/css/new-ui.css
========================================================= */

footer .searchWrapper form {
    height: 38px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    padding: 3px;
}

footer .searchWrapper .form-control {
    min-width: 210px;
    height: 30px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    font-size: 13px;
    padding: 6px 14px;
}

footer .searchWrapper .form-control:focus {
    box-shadow: none;
}

footer .searchWrapper .btn {
    width: 34px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--nf-primary), #1d4ed8);
}

footer .dropup .btn {
    height: 38px;
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 13px;
    font-weight: 800;
    border: 1px solid rgba(255,255,255,.16);
    color: #e2e8f0;
    background: rgba(255,255,255,.08);
}

footer .dropup .btn:hover {
    color: #fff;
    background: rgba(255,255,255,.14);
}

footer .dropup img {
    border-radius: 3px;
    margin-right: 5px;
}

footer .dropdown-menu {
    border: 0;
    border-radius: 18px;
    padding: 8px;
    box-shadow: 0 18px 55px rgba(0,0,0,.22);
}

footer .dropdown-item {
    border-radius: 12px;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 700;
}

footer .dropdown-item:hover {
    background: rgba(37,99,235,.1);
    color: var(--nf-primary);
}

@media (max-width: 575px) {
    footer .searchWrapper,
    footer .searchWrapper form,
    footer .searchWrapper .form-control {
        width: 100%;
    }

    footer .searchWrapper .form-control {
        min-width: 0;
    }
}


/* =========================================================
   NEW UI - FOOTER MENU
   File: templates/default/css/new-ui.css
========================================================= */

.footer-menu {
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

/* Link style */
.footer-menu a {
    position: relative;
    display: inline-block;
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding-left: 18px;
    transition: .25s ease;
}

/* Arrow indicator */
.footer-menu a::before {
    content: "â€º";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--nf-primary);
    font-size: 18px;
    line-height: 1;
    transition: .25s ease;
}

/* Hover */
.footer-menu a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.footer-menu a:hover::before {
    color: #fff;
    transform: translateX(2px);
}

/* Divider line (soft) */
.footer-menu li {
    border-bottom: 1px solid rgba(255,255,255,.06);
    padding-bottom: 8px;
}

.footer-menu li:last-child {
    border-bottom: 0;
}

/* Mobile */
@media (max-width: 575px) {
    .footer-menu a {
        font-size: 13px;
    }
}


/* =========================================================
   NEW UI - LATEST ARTICLES WIDGET
   File: templates/default/css/new-ui.css
========================================================= */

ul.nostyle.d-flex.flex-wrap.gap-2 {
    margin: 0;
    padding: 0;
}

ul.nostyle.d-flex.flex-wrap.gap-2 li {
    width: 78px;
    height: 78px;
}

.img-container.sm {
    display: block;
    width: 78px;
    height: 78px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: rgba(255,255,255,.08);
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
    transition: .25s ease;
}

.img-container.sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease;
}

.img-container.sm:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(0,0,0,.26);
}

.img-container.sm:hover img {
    transform: scale(1.08);
}


/* =========================================================
   NEW UI - PAGES LIST (SIDEBAR NAV)
   File: templates/default/css/new-ui.css
========================================================= */

.page-list {
    margin: 0;
    padding: 0;
}

/* List item */
.page-list li {
    margin-bottom: 8px;
}

/* Link */
.page-list a,
.page-list span {
    display: block;
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    color: var(--nf-text);
    text-decoration: none;
    background: rgba(15,23,42,.05);
    transition: .22s ease;
}

/* Hover */
.page-list a:hover {
    background: rgba(37,99,235,.12);
    color: var(--nf-primary);
    transform: translateX(4px);
}

/* Active */
.page-list li.active span {
    background: linear-gradient(135deg, var(--nf-primary), #1d4ed8);
    color: #fff;
    box-shadow: 0 12px 30px rgba(37,99,235,.28);
}

/* Optional subtle left border indicator */
.page-list li.active span::before {
    content: "";
    position: absolute;
}

/* Responsive */
@media (max-width: 575px) {
    .page-list a,
    .page-list span {
        font-size: 13px;
        padding: 9px 12px;
    }
}


/* =========================================================
   NEW UI - PARALLAX HOME
   File: templates/default/css/new-ui.css
========================================================= */

.parallax-home {
    position: relative;
    margin: 70px 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 38px;
    overflow: hidden;
    box-shadow: 0 28px 90px rgba(15,23,42,.16);
}

.parallax-home::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(37,99,235,.35), transparent 34%),
        linear-gradient(135deg, rgba(15,23,42,.84), rgba(2,6,23,.68));
    z-index: 1;
}

.parallax-overlay {
    position: relative;
    z-index: 2;
    padding: 90px 24px;
    color: #fff;
}

.parallax-overlay h1,
.parallax-overlay h2,
.parallax-overlay h3 {
    color: #fff;
    font-weight: 950;
    letter-spacing: -.055em;
    margin-bottom: 18px;
}

.parallax-overlay p {
    color: #e2e8f0;
    font-size: 17px;
    line-height: 1.85;
}

.parallax-overlay .btn {
    margin-top: 18px;
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 850;
    border: 0;
    box-shadow: 0 18px 45px rgba(0,0,0,.25);
}

.parallax-overlay .btn-primary {
    background: linear-gradient(135deg, var(--nf-primary), #1d4ed8);
}

@media (max-width: 991px) {
    .parallax-home {
        margin: 50px 0;
        border-radius: 28px;
        background-attachment: scroll;
    }

    .parallax-overlay {
        padding: 68px 20px;
    }
}

@media (max-width: 575px) {
    .parallax-home {
        border-radius: 22px;
    }

    .parallax-overlay {
        padding: 52px 18px;
    }

    .parallax-overlay p {
        font-size: 15px;
    }
}

/* =========================================================
   NEW UI - SITEMAP
   File: templates/default/css/new-ui.css
========================================================= */


.modern-sitemap-page {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, .08), transparent 32%),
        #f6f8fc;
}

.modern-sitemap-content {
    padding: 42px 0 70px;
}

.modern-sitemap-intro {
    background: #fff;
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 24px;
    padding: 26px 30px;
    margin-bottom: 34px;
    color: #475569;
    line-height: 1.8;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
}

.modern-sitemap-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 34px;
}

.modern-sitemap-header span {
    display: inline-flex;
    color: #2563eb;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.modern-sitemap-header h2 {
    margin: 0;
    color: #07111f;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 950;
    letter-spacing: -1.2px;
    line-height: 1.05;
}

.modern-sitemap-header p {
    margin: 14px 0 0;
    color: #64748b;
    font-size: 17px;
    line-height: 1.7;
}

.modern-sitemap-wrapper {
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 30px;
    padding: 24px;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .08);
}

.modern-sitemap-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.modern-sitemap-item {
    min-width: 0;
}

.modern-sitemap-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.modern-sitemap-card:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, .28);
    box-shadow: 0 20px 48px rgba(15, 23, 42, .10);
}

.modern-sitemap-main-link {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #07111f;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
}

.modern-sitemap-main-link:hover {
    color: #2563eb;
    text-decoration: none;
}

.modern-sitemap-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    color: #2563eb;
    font-size: 15px;
}

.modern-sitemap-sublist {
    list-style: none;
    padding: 16px 0 0 55px;
    margin: 0;
}

.modern-sitemap-sublist li {
    margin-bottom: 10px;
}

.modern-sitemap-sublist li:last-child {
    margin-bottom: 0;
}

.modern-sitemap-sublist a {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #475569;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.modern-sitemap-sublist a:hover {
    color: #2563eb;
    transform: translateX(3px);
    text-decoration: none;
}

.modern-sitemap-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 999px;
    background: #bfdbfe;
}

.modern-sitemap-sublist a:hover .modern-sitemap-dot {
    background: #2563eb;
}

@media (max-width: 991px) {
    .modern-sitemap-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .modern-sitemap-content {
        padding: 28px 0 52px;
    }

    .modern-sitemap-wrapper {
        padding: 16px;
        border-radius: 22px;
    }

    .modern-sitemap-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .modern-sitemap-card {
        border-radius: 20px;
        padding: 18px;
    }

    .modern-sitemap-main-link {
        font-size: 16px;
    }

    .modern-sitemap-sublist {
        padding-left: 48px;
    }

    .modern-sitemap-intro {
        padding: 20px;
        border-radius: 20px;
    }
}

/* =========================================================
   NEW UI - FACEBOOK
   File: templates/default/css/new-ui.css
========================================================= */

.fb-follow-custom-box {
  margin: 30px 0;
  padding: 22px;
  background: linear-gradient(135deg, #f5f8ff, #ffffff);
  border: 1px solid #dbe7ff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(24, 119, 242, .12);
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.fb-follow-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #1877f2;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
}

.fb-follow-text {
  flex: 1;
  min-width: 220px;
}

.fb-follow-text strong {
  display: block;
  font-size: 18px;
  color: #1f2937;
  margin-bottom: 5px;
}

.fb-follow-text span {
  display: block;
  font-size: 14px;
  color: #667085;
}

.fb-follow-custom-btn {
  display: inline-block;
  padding: 12px 20px;
  background: #1877f2;
  color: #fff !important;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 700;
  white-space: nowrap;
}

.fb-follow-custom-btn:hover {
  background: #0f5fd0;
}

@media (max-width: 576px) {
  .fb-follow-custom-box {
    text-align: center;
    justify-content: center;
  }

  .fb-follow-text {
    flex: 0 0 100%;
  }

  .fb-follow-custom-btn {
    width: 100%;
  }
}

.fb-follow-custom-box {
  transition: all .3s ease;
}

.fb-follow-custom-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}

.article-sticky-follow {
  position: fixed !important;
  right: 18px;
  top: 220px;
  width: 260px;
  z-index: 9999;
  margin: 0 !important;
}

.fb-sticky-card {
  background: linear-gradient(135deg, #ffffff, #f5f8ff);
  border: 1px solid #dbe7ff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 10px 24px rgba(24, 119, 242, 0.18);
}

.fb-sticky-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1877f2;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  margin-bottom: 9px;
}

.fb-sticky-content strong {
  display: block;
  font-size: 14px;
  color: #111827;
  margin-bottom: 5px;
  line-height: 1.35;
}

.fb-sticky-content span {
  display: block;
  font-size: 11px;
  color: #667085;
  line-height: 1.35;
  margin-bottom: 10px;
}

.fb-sticky-btn {
  display: block;
  text-align: center;
  padding: 9px 12px;
  background: linear-gradient(135deg, #1877f2, #0f5fd0);
  color: #fff !important;
  border-radius: 9px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 12px;
}

@media (max-width: 1400px) {
  .article-sticky-follow {
    position: static !important;
    width: auto;
    margin: 25px 0 !important;
  }
}

/* ===== EBOOK PAGE - KAPATILABİLİR FACEBOOK STICKY BOX ===== */

.ebook-sticky-follow {
  position: fixed;
  right: 20px;
  top: 220px;
  width: 260px;
  z-index: 9999;
}

.ebook-fb-card {
  position: relative;
  background: rgba(255,255,255,0.97);
  border: 1px solid #dbe7ff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(24,119,242,0.18);
  backdrop-filter: blur(6px);
  transition: all .3s ease;
}

.ebook-fb-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px rgba(24,119,242,0.25);
}

.fb-close-btn {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: #eef2f7;
  color: #334155;
  font-size: 18px;
  line-height: 28px;
  cursor: pointer;
  transition: all .2s ease;
}

.fb-close-btn:hover {
  background: #dbeafe;
  color: #1877f2;
}

.ebook-fb-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1877f2;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-family: Arial, sans-serif;
}

.ebook-fb-text strong {
  display: block;
  font-size: 15px;
  line-height: 1.35;
  color: #111827;
  margin-bottom: 6px;
  padding-right: 20px;
}

.ebook-fb-text span {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  color: #667085;
  margin-bottom: 14px;
}

.ebook-fb-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 11px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg,#1877f2,#0f5fd0);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 8px 20px rgba(24,119,242,0.35);
  transition: all .2s ease;
}

.ebook-fb-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg,#0f5fd0,#0b4db3);
  color: #fff !important;
}

/* 1400px altı biraz küçült */
@media (max-width: 1400px) {
  .ebook-sticky-follow {
    right: 10px;
    width: 240px;
  }
}

/* Tablet ve küçük ekranlarda içerik içine düşsün */
@media (max-width: 1200px) {
  .ebook-sticky-follow {
    position: static !important;
    width: auto;
    margin: 30px 0;
  }

  .ebook-fb-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
  }

  .ebook-fb-icon {
    margin-bottom: 0;
    min-width: 44px;
  }

  .ebook-fb-text {
    flex: 1;
  }

  .ebook-fb-btn {
    width: auto;
    min-width: 120px;
  }
}

/* Mobil */
@media (max-width: 576px) {
  .ebook-fb-card {
    display: block;
    text-align: center;
  }

  .fb-close-btn {
    top: 8px;
    right: 8px;
  }

  .ebook-fb-icon {
    margin: 0 auto 12px;
  }

  .ebook-fb-text strong {
    padding-right: 0;
  }

  .ebook-fb-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ebook-sticky-follow {
    display: none !important;
  }
}



/* ============================= */
/* STICKY (DESKTOP ONLY) */
/* ============================= */

.ebook-sticky-follow {
  position: fixed;
  right: 20px;
  top: 220px;
  width: 260px;
  z-index: 9999;
}

/* 1200px altı → sticky KAPALI (tablet + mobil) */
@media (max-width: 1199px) {
  .ebook-sticky-follow {
    display: none !important;
  }
}


/* ============================= */
/* MOBILE FOLLOW BAR */
/* ============================= */

/* Varsayılan gizli */
.mobile-fb-follow-bar {
  display: none;
}

/* SADECE mobil (768px altı) */
@media (max-width: 768px) {

  .mobile-fb-follow-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 12px;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: rgba(255,255,255,0.98);
    border: 1px solid #dbe7ff;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(24,119,242,0.25);
  }

  .mobile-fb-close {
    position: absolute;
    top: -10px;
    right: -6px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: #eef2f7;
    color: #334155;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
  }

  .mobile-fb-text {
    flex: 1;
    min-width: 0;
  }

  .mobile-fb-text strong {
    display: block;
    font-size: 14px;
    color: #111827;
    line-height: 1.2;
  }

  .mobile-fb-text span {
    display: block;
    font-size: 11px;
    color: #667085;
    line-height: 1.3;
  }

  .mobile-fb-btn {
    display: inline-block;
    padding: 10px 12px;
    border-radius: 10px;
    background: linear-gradient(135deg,#1877f2,#0f5fd0);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
  }

  /* Alt boşluk (bar içerik kapatmasın) */
  body {
    padding-bottom: 86px;
  }
}

/* 769px üstü → mobil bar KAPALI */
@media (min-width: 769px) {
  .mobile-fb-follow-bar {
    display: none !important;
  }
}

.hn-facebook-widget {
    margin: 14px 0;
    padding: 18px 20px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(226,232,240,.9);
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(15,23,42,.08);
    overflow: hidden;
}

.hn-facebook-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef2f7;
}

.hn-facebook-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1877f2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
}

.hn-facebook-text strong {
    display: block;
    font-size: 18px;
    color: #0f172a;
}

.hn-facebook-text span {
    display: block;
    font-size: 13px;
    color: #64748b;
}

.hn-facebook-box {
    width: 100%;
    max-width: 420px;
    min-height: 90px;
    padding: 10px 0;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
}

.hn-facebook-box iframe,
.hn-facebook-box span {
    max-width: 100% !important;
}

.hn-facebook-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #1877f2;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.hn-facebook-fallback:hover {
    background: #0f5dc8;
}

/* ============================= */
/* announcement-widget */
/* ============================= */

.site-announcement-widget {
    width: 100%;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    padding: 14px 15px;
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
    z-index: 99;
}

.site-announcement-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.site-announcement-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.site-announcement-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.site-announcement-content strong {
    font-size: 16px;
    font-weight: 700;
}

.site-announcement-content span {
    font-size: 14px;
    opacity: .88;
    line-height: 1.5;
}

.site-announcement-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-announcement-btn {
    background: #22c55e;
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.site-announcement-btn:hover {
    color: #fff;
    opacity: .9;
}

.site-announcement-close {
    border: 0;
    background: rgba(255,255,255,.12);
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 768px) {
    .site-announcement-inner {
        align-items: flex-start;
    }

    .site-announcement-actions {
        flex-direction: column;
        align-items: flex-end;
    }

    .site-announcement-content strong {
        font-size: 15px;
    }

    .site-announcement-content span {
        font-size: 13px;
    }
}




