.navbar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    z-index: -1;
}
.navbar:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    background: radial-gradient(70.71% 70.71% at 50% 50%, hsla(0, 0%, 100%, .12) 0, hsla(0, 0%, 100%, 0) 100%);
}
[data-bs-theme=light] .navbar:after {
    background: radial-gradient(70.71% 70.71% at 50% 50%, hsla(0, 0%, 0%, .12) 0, hsla(0, 0%, 0%, 0) 100%);
}
.navbar img {
    height: 50px;
}

.text-grad {
    background: -webkit-linear-gradient(65deg, #17b8c4, #927bff, #dd305a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* News Cards start */

.perspective .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    transform-style: preserve-3d;
}

.perspective .row .perspective-card {
    display: flex;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
}

.perspective .row:hover .perspective-card,
.perspective .row:focus .perspective-card,
.perspective .row:active .perspective-card {
    transform: perspective(500px) rotateY(20deg);
}

.perspective .row .perspective-card:hover,
.perspective .row .perspective-card:focus,
.perspective .row .perspective-card:active {
    transform: perspective(500px) rotateY(0);
}

.perspective .row .perspective-card:hover ~ .perspective-card,
.perspective .row .perspective-card:focus ~ .perspective-card,
.perspective .row .perspective-card:active ~ .perspective-card {
    transform: perspective(500px) rotateY(-20deg);
}



/* Discord Card Start */


.particles {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; /* Ensure particles are below content */
}

.particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 5px 1px white;
    animation: float 20s infinite;
}

@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh) translateX(calc(-50vw + 100%));
        opacity: 0;
    }
}

/* Small stars background */
.star-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 0; /* Ensure star background is below everything */
}

.star {
    position: absolute;
    width: 1px;
    height: 1px;
    background: white;
    opacity: 0.8;
}

/* Discord Card End */

.w-fit {
    width: fit-content;
}

.object-fit-cover {
    object-fit: cover;
}

/* Map Blink Location Start */

#stars {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffba06;
    outline: 2px solid rgba(255, 184, 0, 0.5);
    position: absolute;
    animation-iteration-count: infinite;
    animation-name: twinkle;
}

.star-a {
    top: 10%;
    left: 15%;
    animation-duration: 2s;
}

.star-b {
    top: 20%;
    left: 20%;
    animation-duration: 3s;
}

.star-c {
    top: 42%;
    left: 72%;
    animation-duration: 5s;
}

.star-d {
    top: 10%;
    right: 29.25%;
    animation-duration: 4s;
}

.star-e {
    top: 80.6%;
    right: 15.9%;
    animation-duration: 7s;
}

@keyframes twinkle {
    50% {
        transform: scale(0.5);
        opacity: 0.5;
    }
}

/* Map Blink Location End */

.btn-shiny {
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    height: 56.4px;
    transition: 0.6s;
}
.btn-shiny .shiny-effect-light {
    position: relative;
    width: 50px;
    height: 150px;
    background-color: white;
    transform: skew(-20deg) translate(-250px, -75px);
}
.btn-shiny:hover .shiny-effect-light {
    background-color: rgba(255, 255, 255, 0.2);
    transform: skew(-20deg) translate(250px, -75px);
    transition: 0.7s;
}

/* Bg Gradient */

.bg-gradient-radial {
    background: radial-gradient(44.36% 38.02% at 50% 0, #272b36 0, #111519 100%), hsla(0, 0%, 100%, .02);
}

[data-bs-theme=light] .bg-gradient-radial {
    background: radial-gradient(50% 50% at 50% 0, hsla(250.45deg, 100%, 74.12%, 0.2) 0, #f9f9fd 100%), hsla(0, 0%, 100%, .02);
}

/* Video Container */

.video-container {
    height: 370px;
    width: 100%;
    position: relative;
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */

.video-container .caption {
    z-index: 1;
    position: relative;
    text-align: center;
    color: #dc0000;
    padding: 10px;
}

@media(max-width: 992px) {
    .video-container {
        height: 200px;
    }
}

tr.text-nowrap th{
    white-space: nowrap !important;
}


.dropdown-menu .dropdown-item i.fal {
    vertical-align: text-bottom;
    min-width: 24px;
}

.profile-menu-button {
    color: #fff;
    border-color: #fff;
    background: #927bff;
    border-radius: 24px 10px 10px 24px;
    padding: 8px 16px 8px 54px;
}

.profile-menu-button:hover {
    /* background-image: linear-gradient(to bottom, #9c95ff, #938bf9, #8981f4, #8077ee, #766de8); */
    box-shadow: 0 3px 16px 0 rgb(156 149 255 / 50%);
}

.profile-menu-image {
    border: 3px solid #fff !important;
    margin-right: -45px;
    width: 40px;
    height: 40px !important;
    z-index: 2;
}

.clients-logo .swiper .swiper-slide>div {
    height: 80px;
}
.clients-logo .swiper .swiper-slide>div img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.text-limited {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 380px;
    background-color: #343a40;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.blog-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__image {
    transform: scale(1.05);
}

.blog-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
}

.blog-card__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-card__title a {
    color: #9696FD !important;
}

.blog-card__date {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

.blog-card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-indent: -9999px;
}

.blog-hero {
    background: linear-gradient(135deg, rgba(126, 142, 245, 0.1), rgba(90, 106, 210, 0.1));
    padding: 4rem 0;
    margin-top: 70px;
}

.pagination-modern .page-item .page-link {
    border-radius: 50% !important; /* Yuvarlak butonlar */
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border: none;
    color: #6c757d;
    transition: all 0.3s ease;
}

.pagination-modern .page-item.active .page-link {
    background-color: #7e8df5; /* Sitenizin ana rengi */
    color: #fff;
    box-shadow: 0 4px 10px rgba(126, 142, 245, 0.5);
}

.pagination-modern .page-item:not(.active) .page-link:hover {
    background-color: #e9ecef;
}
.blog-card--no-image {
    background: linear-gradient(135deg, #7e8df5, #5a6ad2); /* Sitenizin ana renk geçişi */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blog-card--no-image .blog-card__overlay {
    background: none;
    position: static;
    height: auto;
    width: auto;
}

.blog-card--no-image:before {
    font-weight: 900;
    content: "\f15c"; /* FontAwesome dosya ikonu */
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
}

#reading-progress-bar {
    position: fixed;
    top: 70px;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #7383FF 0%, #3F70EF 100%);
    z-index: 9999;
    transition: width 0.1s ease-out;
}

.simple-post-container {
    max-width: 1020px;
    margin: 0 auto;
    padding: 120px 1rem 4rem 1rem;
}

.simple-post-header {
    margin-bottom: 2rem;
    text-align: center;
}
.simple-post-header h1 {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    color: #212529;
    margin-bottom: 1rem;
}
.simple-post-header .meta {
    color: #6c757d;
    font-size: 0.95rem;
}

.simple-post-featured-image {
    margin-bottom: 3rem;
    background-color: #f1f3f5;
    border-radius: 0.75rem;
    overflow: hidden;
}
.simple-post-featured-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.simple-post-content {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #343a40;
}
.simple-post-content h2, .simple-post-content h3 {
    font-weight: 700;
    margin-top: 2.5em;
    margin-bottom: 1em;
    line-height: 1.3;
}
.simple-post-content h2 { font-size: 1.8rem; }
.simple-post-content h3 { font-size: 1.5rem; }

.simple-post-content p {
    margin-bottom: 1.5em;
}

.simple-post-content a {
    color: #5a6ad2;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.simple-post-content blockquote {
    border: none;
    padding-left: 0;
    margin: 2.5rem auto;
    font-style: italic;
    font-size: 1.4rem;
    text-align: center;
    color: #212529;
    width: 90%;
}

.simple-post-footer {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
    text-align: center;
}
.simple-post-footer .share-title {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #495057;
}
.simple-post-footer .share-buttons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #f1f3f5;
    color: #868e96;
    margin: 0 0.25rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}
.simple-post-footer .share-buttons a:hover {
    background-color: #7e8df5;
    color: #fff;
    transform: translateY(-3px);
}
.back-to-blog-link {
    display: block;
    margin-top: 2rem;
    color: #6c757d;
    text-decoration: none;
    font-size: 0.9rem;
}
.back-to-blog-link:hover {
    color: #212529;
}

@media (max-width: 768px) {
    .simple-post-header h1 { font-size: 2rem; }
    .simple-post-content { font-size: 1.1rem; }
    .simple-post-container { padding-top: 100px; }
}