﻿:root {
    --topbar-height: 42px;
    --navbar-height: 78px;
}

/* LAYOUT */
body {
    margin: 0;
    padding-top: calc(var(--topbar-height) + var(--navbar-height));
    transition: padding-top .35s ease;
}

    body.header-collapsed {
        padding-top: var(--navbar-height);
    }

.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* HEADER TRANSITIONS */
#top-header,
#site-header,
.site-navbar,
.topbar {
    transition: all .35s ease;
}

    /* TOP HEADER */
    #top-header.hide-top {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transform: translateY(-100%);
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

/* TOPBAR */
.topbar {
    background: #1f2035;
    color: #cfd3e5;
    height: var(--topbar-height);
    padding: 0;
    overflow: hidden;
}

    .topbar .container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .topbar a,
    .topbar span {
        display: inline-flex;
        align-items: center;
        line-height: 1;
        color: #cfd3e5;
        text-decoration: none;
    }

/* SITE HEADER / NAVBAR */
#site-header {
    background: transparent;
}

.site-navbar {
    min-height: var(--navbar-height);
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    border-bottom: 1px solid transparent;
}

#site-header.scrolled .site-navbar {
    background: #f3f5ff;
    box-shadow: 0 10px 28px rgba(0,0,0,.12);
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.site-navbar .navbar-nav {
    align-items: center;
    gap: .2rem;
}

.site-navbar .nav-link {
    font-weight: 600;
    font-size: .82rem;
    color: #1f2035;
    padding-left: .65rem;
    padding-right: .65rem;
    white-space: nowrap;
}

    .site-navbar .nav-link.active,
    .site-navbar .nav-link:hover {
        color: #5a57f4;
    }

#site-header.scrolled .site-navbar .nav-link {
    color: #1a1d2e;
}

    #site-header.scrolled .site-navbar .nav-link:hover,
    #site-header.scrolled .site-navbar .nav-link.active {
        color: #5a57f4;
    }

/* MEGA MENU */
.site-navbar .mega-nav-item {
    position: static;
}

.site-navbar .mega-dropdown {
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0 0 16px 16px;
    padding: 1rem 0 1.25rem;
    box-shadow: 0 12px 28px rgba(0,0,0,.10);
    border-top: 1px solid rgba(0,0,0,.05);
    background: #fff;
}

    .site-navbar .mega-dropdown .row.g-4 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

.site-navbar .mega-group {
    height: 100%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
}

.site-navbar .mega-group-title {
    display: block;
    min-height: 38px;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #5a57f4;
    text-decoration: none;
    margin-bottom: .65rem;
    padding-bottom: .55rem;
    border-bottom: 1px solid #eceef6;
    line-height: 1.3;
    word-break: break-word;
}

    .site-navbar .mega-group-title:hover {
        color: #433ff0;
        opacity: .9;
    }

.site-navbar .mega-list {
    margin: 0;
    padding: 0;
    border: 0;
}

    .site-navbar .mega-list .list-group-item {
        border: 0;
        padding: .32rem 0;
        font-size: .90rem;
        line-height: 1.45;
        color: #2a2d3e;
        background: transparent;
        text-decoration: none;
    }

        .site-navbar .mega-list .list-group-item:hover {
            color: #5a57f4;
            background: transparent;
            padding-left: .15rem;
        }

/* RIGHT SIDE CARD */
.site-navbar .mega-side-card {
    background: #f8f9ff;
    border: 1px solid rgba(90,87,244,.10);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

.site-navbar .mega-side-image-wrap {
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: #eef1ff;
}

.site-navbar .mega-side-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-navbar .mega-side-placeholder {
    width: 100%;
    height: 170px;
    background: linear-gradient(135deg, #eef1ff, #f8f9ff);
}

.site-navbar .mega-side-content {
    padding: 1rem;
}

.site-navbar .mega-side-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1f2035;
    margin-bottom: .5rem;
}

.site-navbar .mega-side-text {
    font-size: .92rem;
    color: #6b7280;
    line-height: 1.55;
    margin-bottom: 1rem;
}

.site-navbar .mega-side-btn {
    border-radius: .65rem;
    padding: .5rem .9rem;
    font-weight: 600;
}

/* MOVE TOP */
#movetop {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #5a57f4, #6d6af8);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(90,87,244,.28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all .30s ease;
    z-index: 1200;
    cursor: pointer;
}

    #movetop:hover {
        transform: translateY(0) scale(1.06);
        box-shadow: 0 14px 28px rgba(90,87,244,.35);
    }

    #movetop.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

/* DESKTOP */
@media (min-width: 992px) {
    .site-navbar .mega-nav-item:hover .dropdown-menu {
        display: block;
    }
}

/* MOBILE */
@media (max-width: 991.98px) {
    .site-navbar .navbar-nav {
        align-items: flex-start;
        gap: 0;
    }

    .site-navbar .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .site-navbar .mega-dropdown {
        position: static !important;
        transform: none !important;
        width: 100%;
        border-radius: 12px;
        box-shadow: none;
        padding: .75rem;
        margin-top: .5rem !important;
    }

    .site-navbar .mega-side-card {
        margin-top: .75rem;
    }

    .site-navbar .mega-side-image-wrap,
    .site-navbar .mega-side-placeholder {
        height: 120px;
    }
}
/*--/search--*/
/* SEARCH MODAL */
.search-modal-bs .modal-content {
    background: rgba(7, 10, 25, 0.90);
    border: 0;
    border-radius: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.search-modal-bs .modal-dialog {
    margin: 0;
}

.search-modal-bs .modal-body,
.search-modal-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    text-align: center;
}

.search-modal-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.search-modal-form {
    width: 100%;
    max-width: 680px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.search-modal-input {
    flex: 1 1 auto;
    height: 58px;
    border: 0;
    outline: 0;
    padding: 0 20px;
    font-size: 1rem;
    color: #1f2035;
    background: #fff;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

    .search-modal-input::placeholder {
        color: #8b90a7;
    }

.search-modal-btn {
    height: 58px;
    border: 0;
    padding: 0 28px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #6c4cf5, #7d58ff);
    border-radius: 0 10px 10px 0;
    transition: all .25s ease;
    box-shadow: 0 10px 30px rgba(108, 76, 245, .28);
}

    .search-modal-btn:hover {
        background: linear-gradient(135deg, #5c3df0, #704cff);
    }

.search-modal-close-btn {
    position: absolute;
    top: 28px;
    right: 34px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    transition: all .25s ease;
    z-index: 10;
}

    .search-modal-close-btn:hover {
        background: rgba(255,255,255,.16);
        transform: rotate(90deg);
    }

.search-modal-bs .modal-backdrop.show {
    opacity: 1;
}

@media (max-width: 767.98px) {
    .search-modal-title {
        font-size: 1.55rem;
    }

    .search-modal-form {
        max-width: 100%;
        flex-direction: column;
        gap: 12px;
    }

    .search-modal-input {
        width: 100%;
        border-radius: 10px;
        height: 54px;
    }

    .search-modal-btn {
        width: 100%;
        border-radius: 10px;
        height: 54px;
    }

    .search-modal-close-btn {
        top: 18px;
        right: 18px;
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }
}
/* FOOTER */
.site-footer {
    background: #1f2035;
    color: #cfd3e5;
    margin-top: 3rem;
}

    .site-footer .footer-main {
        padding: 4rem 0 1.5rem;
    }

    .site-footer .footer-grid {
        align-items: flex-start;
    }

    .site-footer .footer-col {
        height: 100%;
    }

    .site-footer .footer-title {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 1.25rem;
        position: relative;
    }

        .site-footer .footer-title::after {
            content: "";
            display: block;
            width: 46px;
            height: 2px;
            background: #5a57f4;
            margin-top: .6rem;
            border-radius: 2px;
        }

    .site-footer .footer-text {
        color: #cfd3e5;
        font-size: .95rem;
        line-height: 1.75;
        margin-bottom: .7rem;
    }

        .site-footer .footer-text strong {
            color: #ffffff;
            font-weight: 600;
        }

    .site-footer a {
        color: #d9ddf2;
        text-decoration: none;
        transition: color .25s ease;
    }

        .site-footer a:hover {
            color: #8f8bff;
        }

    .site-footer .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .site-footer .footer-links li {
            margin-bottom: .75rem;
        }

        .site-footer .footer-links a {
            display: inline-block;
            color: #cfd3e5;
            font-size: .95rem;
            line-height: 1.5;
        }

            .site-footer .footer-links a:hover {
                color: #8f8bff;
                transform: translateX(2px);
            }

    .site-footer .footer-subscribe {
        display: flex;
        align-items: stretch;
        gap: 0;
        margin-bottom: 1.25rem;
        max-width: 100%;
    }

        .site-footer .footer-subscribe input {
            flex: 1 1 auto;
            height: 50px;
            border: 1px solid rgba(255,255,255,.10);
            background: rgba(255,255,255,.08);
            color: #ffffff;
            padding: 0 16px;
            outline: none;
            border-radius: 10px 0 0 10px;
        }

            .site-footer .footer-subscribe input::placeholder {
                color: #aeb5d4;
            }

    .site-footer .footer-subscribe-btn {
        width: 56px;
        border: 0;
        border-radius: 0 10px 10px 0;
        background: linear-gradient(135deg, #5a57f4, #6d6af8);
        color: #ffffff;
        transition: all .25s ease;
    }

        .site-footer .footer-subscribe-btn:hover {
            background: linear-gradient(135deg, #4c49ef, #5f5bf6);
        }

    .site-footer .footer-desc {
        margin-bottom: 0;
        max-width: 95%;
    }

    .site-footer .footer-copy {
        border-top: 1px solid rgba(255,255,255,.08);
        margin-top: 2.5rem;
        padding-top: 1.25rem;
        text-align: center;
    }

        .site-footer .footer-copy p {
            margin: 0;
            color: #b8bedb;
            font-size: .9rem;
        }

        .site-footer .footer-copy a {
            color: #ffffff;
            font-weight: 600;
        }

@media (max-width: 991.98px) {
    .site-footer .footer-main {
        padding: 3rem 0 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .site-footer .footer-subscribe {
        flex-direction: column;
        gap: 12px;
    }

        .site-footer .footer-subscribe input,
        .site-footer .footer-subscribe-btn {
            width: 100%;
            border-radius: 10px;
        }

    .site-footer .footer-desc {
        max-width: 100%;
    }
}
body.theme-dark {
    background: #0f111a;
    color: #dbe2ff;
}

    body.theme-dark .topbar {
        background: #090b14;
        color: #cfd6ff;
    }

        body.theme-dark .topbar a,
        body.theme-dark .topbar span {
            color: #cfd6ff;
        }

    body.theme-dark .site-navbar {
        background: #141827 !important;
        border-bottom: 1px solid rgba(255,255,255,.06);
        box-shadow: 0 8px 24px rgba(0,0,0,.28);
    }

    body.theme-dark #site-header.scrolled .site-navbar {
        background: #090b14 !important;
        border-bottom: 1px solid rgba(255,255,255,.08);
        box-shadow: 0 10px 28px rgba(0,0,0,.35);
    }

    body.theme-dark .site-navbar .nav-link {
        color: #e7ebff !important;
    }

        body.theme-dark .site-navbar .nav-link:hover,
        body.theme-dark .site-navbar .nav-link.active {
            color: #9f9cff !important;
        }

    body.theme-dark .btn.btn-light.icon-btn {
        background: #1b2135;
        border-color: rgba(255,255,255,.06);
        color: #eef2ff;
    }

        body.theme-dark .btn.btn-light.icon-btn:hover {
            background: #232a42;
            color: #fff;
        }

    body.theme-dark .site-navbar .mega-dropdown {
        background: #171c2b !important;
        border-top: 1px solid rgba(255,255,255,.06);
        box-shadow: 0 12px 30px rgba(0,0,0,.35);
    }

    body.theme-dark .site-navbar .mega-group-title {
        color: #a9a6ff !important;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    body.theme-dark .site-navbar .mega-list .list-group-item {
        color: #d7ddff !important;
    }

        body.theme-dark .site-navbar .mega-list .list-group-item:hover {
            color: #a9a6ff !important;
        }

    body.theme-dark .site-navbar .mega-side-card {
        background: #1d2335 !important;
        border: 1px solid rgba(255,255,255,.06);
    }

    body.theme-dark .site-navbar .mega-side-title {
        color: #f2f4ff !important;
    }

    body.theme-dark .site-navbar .mega-side-text {
        color: #b7c0ea !important;
    }
    body.theme-dark .site-footer {
        background: #0b0c18;
        color: #c8d0f1;
    }

        body.theme-dark .site-footer .footer-title {
            color: #ffffff;
        }

        body.theme-dark .site-footer .footer-text,
        body.theme-dark .site-footer .footer-links a,
        body.theme-dark .site-footer .footer-copy p {
            color: #c8d0f1;
        }

        body.theme-dark .site-footer .footer-subscribe input {
            background: rgba(255,255,255,.06);
            border-color: rgba(255,255,255,.08);
            color: #ffffff;
        }

            body.theme-dark .site-footer .footer-subscribe input::placeholder {
                color: #9da7cf;
            }

/* PAGE BANNER */
.page-banner {
    position: relative;
    margin-top: 0;
    background: url('/resimler/banner1.jpg') no-repeat center center;
    background-size: cover;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(90, 87, 244, 0.86), rgba(103, 58, 183, 0.72));
    z-index: 1;
}

.page-banner .container {
    position: relative;
    z-index: 2;
}

.page-banner-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: 3.5rem 0;
}

.page-banner-title {
    color: #ffffff;
    font-size: 3rem;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 4px 18px rgba(0,0,0,.20);
}

.page-banner-text {
    color: rgba(255,255,255,.92);
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 680px;
}

@media (max-width: 991.98px) {
    .page-banner {
        min-height: 240px;
    }

    .page-banner-title {
        font-size: 2.35rem;
    }

    .page-banner-text {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .page-banner {
        min-height: 210px;
    }

    .page-banner-content {
        padding: 2.75rem 0;
    }

    .page-banner-title {
        font-size: 1.9rem;
        margin-bottom: .75rem;
    }

    .page-banner-text {
        font-size: .95rem;
        line-height: 1.7;
    }
}

@media (max-width: 575.98px) {
    .page-banner {
        min-height: 180px;
    }

    .page-banner-title {
        font-size: 1.55rem;
        line-height: 1.25;
    }

    .page-banner-text {
        font-size: .9rem;
    }
}
#site-header,
.site-navbar,
.page-banner {
    margin-bottom: 0 !important;
}

#site-header {
    padding-bottom: 0 !important;
}
/* CONTENT CARDS */
.content-card-list {
    margin-top: .25rem;
}

.content-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    border: 1px solid rgba(0,0,0,.05);
    height: 100%;
    transition: all .3s ease;
}

    .content-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 32px rgba(0,0,0,.10);
    }

.content-card-image-wrap {
    position: relative;
    overflow: hidden;
}

.content-card-image-link {
    display: block;
}

.content-card-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.content-card:hover .content-card-image {
    transform: scale(1.04);
}

.content-card-date {
    position: absolute;
    right: 14px;
    bottom: 14px;
    background: #18c37e;
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    padding: .4rem .7rem;
    border-radius: .5rem;
    box-shadow: 0 8px 20px rgba(24,195,126,.28);
}

.content-card-body {
    padding: 1.1rem 1.1rem 1.2rem;
}

.content-card-meta {
    font-size: .84rem;
    color: #7c839f;
    margin-bottom: .6rem;
}

.content-card-title {
    font-size: 1.1rem;
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: .65rem;
}

    .content-card-title a {
        color: #1f2035;
        text-decoration: none;
        transition: color .25s ease;
    }

        .content-card-title a:hover {
            color: #5a57f4;
        }

.content-card-text {
    color: #6c748f;
    font-size: .94rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    min-height: 72px;
}

.content-card-link {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #5a57f4;
    text-decoration: none;
    transition: all .25s ease;
}

    .content-card-link:hover {
        color: #433ff0;
        transform: translateX(2px);
    }

@media (max-width: 767.98px) {
    .content-card-image {
        height: 210px;
    }

    .content-card-title {
        font-size: 1rem;
    }

    .content-card-text {
        min-height: auto;
    }
}