html { scroll-behavior: smooth; }
body, html {
    margin: 0;  height: 100%;

    font-family: 'Orbitron', sans-serif;
    overflow-x: hidden;
    cursor: url('../img/cursor_cyberpunk_small3d.png'), auto;

    background-image: url('../img/city.jpg'); /* dosya yolunu kendi yapına göre değiştir */
    background-repeat: repeat;
    background-size: cover;
    background-color: #000; /* yedek olarak siyah arka plan */

}
a:hover,
.cyber-button:hover {
    cursor: url('../img/cursor_cyberpunk_hand2_small.png') 0 0, pointer;
}

.bg-video {
    position: fixed;
    right: 0; bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    object-fit: cover;
    filter: brightness(0.3);
}

.side-bar {
    position: fixed;
    opacity: 0.95;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6) url('../img/sidebar1.jpg') repeat-y;
    background-size: auto;
    padding: 1rem;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: start;
    transition: transform 0.4s ease;
    overflow: hidden;


    transform: perspective(1000px) rotateY(8deg);
    transform-style: preserve-3d;

}

.side-bar.collapsed {
    transform: translateX(-100%);
}

.logo-area {
    font-size: 1.4rem;
    color: #fef200;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 5px #fef200;
    margin-bottom: 2rem;
    margin-left: 1rem;
}

.cyber-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0.4rem 0.8rem;
    color: #00ffff;
    border: 1px solid #ff3c41;
    background-color: transparent;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    transition: 0.3s ease-in-out;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    margin-bottom: 0.8rem;
    width: 100%;
    text-decoration: none;
}

.cyber-button::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 6px;
    height: 6px;
    background-color: #ff3c41;
    box-shadow: -6px 0 0 #ff3c41, 0 -6px 0 #ff3c41;
}

.cyber-button:hover {
    color: #fff;
    background-color: rgba(255, 60, 65, 0.1);
    filter: brightness(1.5);
    text-shadow: 0 0 5px #00ffff;
    border-color: #00ffff;
}

.menu-toggle {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1100;
    display: block;
    align-items: center;
    gap: 8px;
    padding: 0.4rem 0.8rem;
    color: #00ffff;
    border: 1px solid #ff3c41;
    background-color: transparent;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: 0.3s ease-in-out;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    margin-bottom: 0.8rem;
    text-decoration: none;
}



.card {
    background-color: rgba(253, 39, 39, 0.13);
    border: 1px solid #ff3c41;
    color: #00ff00;
}

.card-header {
    position: relative;
    background: none;
    border-bottom: 1px solid #ff3c41;
    color: #00ffff;
    font-weight: bold;
    font-size: 1.2rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
.spantitle {
    color: #00ffff;
    font-weight: bold;
    font-size: 1.2rem;
}

.card-body {
    font-size: 1rem;
    line-height: 1.8rem;
}

.word {
    opacity: 0.7;
    z-index: -1;
    position: absolute;
    font-size: 0.5rem;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    font-family: monospace;
    overflow: hidden;
    color: #ff0000;
}
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
}

.content {
    margin-top: 0px;
    margin-left: 0px;
    padding: 1rem;
    color: #fff;
    transition: transform 0.2s ease-out;
    transform-style: flat; /* preserve-3d yerine düz yüzey */
    pointer-events: auto;

}

@media (max-width: 768px) {
    .content {
        margin-left: 0;
        padding-top: 1rem;
        transition: transform 0.2s ease-out;
        transform-style: flat; /* preserve-3d yerine düz yüzey */
        pointer-events: auto;
    }
}

section {
    padding: 100px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

footer {
    flex-shrink: 0;
    margin-left: 280px;
    padding: 1rem;
    text-align: center;
    color: #ccc;
    font-size: 0.9rem;
    border-top: 1px solid rgba(255, 60, 65, 0.3);
}
.video-container {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {

    top:26%;
    position: relative;
    text-align: center;
    color: #7fe36f;
    padding: 10px;
    text-underline: none;
    text-decoration: none;
    font-size: xx-large;
}

/* Subtitle rotator - one visible at a time, breezycv-style */
.sp-subtitle-rotator {
    position: relative;
    min-height: 2.2em;
    display: block;
}
.sp-subtitle-rotator .sp-subtitle-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}
.sp-subtitle-rotator .sp-subtitle-item.active {
    opacity: 1;
    visibility: visible;
}
a {
    color: #7fe36f;
    text-underline: none;
    text-decoration: none;
}

.content-wrapper {
    margin-left: 280px;
    flex-grow: 1;
    transition: all 0.4s ease;
    width: 100%;
}
.content-wrapper-collapsed {
    transition: margin-left 0.4s ease;
    margin-left: 0px;
}

footer.footer-collapsed {
    margin-left: 0;
}

@media (max-width: 768px) {
    footer {
        margin-left: 0;
    }
}

.rotatex {
    transform: perspective(1000px) rotateY(-2deg);
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    animation: rotateIn 1s ease-out forwards;

}

.rotatex-back {
    transform: perspective(1000px) rotateY(2deg);
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    animation: rotateIn 1s ease-out forwards;
}

/* --- Social Links --- */
.social-links {
    margin: 20px 0;
}

.social-links ul {
    list-style: none;
    padding: 0;
}

.social-links ul li {
    display: inline-block;
}

.social-links ul li a {
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    padding: 0;
    height: 30px;
    width: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    opacity: .9;
}

.social-links ul li a:hover {
    opacity: 1;
    background-color: rgba(255,255,255,.2);
}
/* --- End Social Links --- */

@keyframes rotateIn {
    from {
        transform: perspective(1000px) rotateY(-2deg);
        opacity: 0;
    }
    to {
        transform: perspective(1000px) rotateY(-3deg);
        opacity: 1;
    }
}
.top-navbar {
    position: static; /* fixed değil artık */
    height: 60px;

    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1050;
    color: #fff;
    border-bottom: 1px solid #ff3c41;
    backdrop-filter: blur(6px);
}

.navbar-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #00ffff;
    text-shadow: 0 0 5px #00ffff;
}

.social-link {
    color: #00ffff;
    font-size: 1.2rem;
    transition: 0.3s;
}

.social-link:hover {
    color: #ff3c41;
}

.timeline-section {
    margin: 60px 0;
    color: #fff;
}

.timeline-section h2 {
    font-size: 1.8rem;
    color: #00ffff;
    border-left: 4px solid #ff3c41;
    padding-left: 10px;
    margin-bottom: 30px;
}

.timeline {
    border-left: 2px solid #444;
    margin-left: 20px;
    padding-left: 30px;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}

.timeline-date {
    min-width: 150px;
    font-weight: bold;
    color: #fef200;
    font-size: 0.95rem;
    text-align: right;
    margin-right: 20px;
}

.timeline-date small {
    display: block;
    color: #aaa;
    font-size: 0.75rem;
    font-weight: normal;
}

.timeline-dot {
    width: 12px;
    height: 12px;
    background-color: #00ffff;
    border: 2px solid #ff3c41;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: 5px;
}

.timeline-content {
    background-color: rgba(255, 60, 65, 0.1);
    border: 1px solid #ff3c41;
    padding: 10px 15px;
    border-radius: 5px;
    flex: 1;
}

.timeline-content h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #00ffff;
    font-weight: bold;
}

.timeline-content p {
    font-size: 0.9rem;
    color: #ccc;
    margin-top: 8px;
}
.skills-section {
    margin: 50px 0;
    color: #fff;
}

.skills-section h2 {
    font-size: 1.6rem;
    margin-top: 40px;
    color: #fff;
    border-left: 4px solid #ff3c41;
    padding-left: 10px;
    margin-bottom: 20px;
}

.skills-section .text-accent {
    color: #00ffff;
}

.skill {
    margin-bottom: 20px;
}

.skill-title {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #ccc;
    margin-bottom: 5px;
}

.skill-bar {
    background-color: #222;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.skill-fill {
    height: 8px;
    background: linear-gradient(to right, #00ffff, #007bff);
    border-radius: 4px;
}

.skill-percent {
    color: #00ffff;
    font-size: 0.9rem;
}

.knowledge-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.tag {
    background-color: #00bcd4;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    white-space: nowrap;
}

.project-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.category-button {
    padding: 0.4rem 1rem;
    border: 1px solid #00ffff;
    background: transparent;
    color: #00ffff;
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.category-button:hover,
.category-button.active {
    background-color: #00ffff;
    color: #000;
    box-shadow: 0 0 10px #00ffff;
}

.project-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    transition: all 0.4s ease-in-out;
}

.project-item {
    flex: 1 1 calc(33.333% - 1rem);
    display: block;
    transition: all 0.4s ease;
    opacity: 1;
    transform: scale(1);
}

.project-item.hidden {
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
}

.project-card {
    background-color: rgba(255, 60, 65, 0.05);
    border: 1px solid #ff3c41;
    padding: 1rem;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    transition: transform 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.3);
}

.project-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 4px;
}

.project-title {
    color: #00ffff;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.project-desc {
    color: #ccc;
    font-size: 0.9rem;
}

.services-section {
    padding: 60px 0;
    color: #fff;
}
.section {
    margin: 30px 0;
}
.section-title {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #fff;
    border-left: 4px solid #ff3c41;
    padding-left: 10px;
}

.text-accent {
    color: #00ffff;
}

.service-card {
    background-color: rgba(255, 60, 65, 0.08);
    border: 1px solid #ff3c41;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 15px #00ffff;
}

.service-image {
    width: 50%;


    border-radius: 8px;
    margin-bottom: 15px;
}

.service-title {
    font-size: 1.4rem;
    color: #00ffff;
    margin-bottom: 10px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    font-size: 0.95rem;
    color: #ccc;
}

.service-features li {
    margin-bottom: 6px;
}

.service-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fef200;
}


.what-i-do-section {
    padding: 60px 0;
    color: #fff;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 40px;
    border-left: 4px solid #ff3c41;
    padding-left: 10px;
}

.section-title .text-accent {
    color: #00ffff;
}

.section-title .dots {
    color: #ff3c41;
    font-size: 1.5rem;
    vertical-align: top;
}

.what-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #00ffff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.what-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px #00ffff;
}

.what-card i {
    font-size: 3rem;
    color: #00ffff;
    margin-bottom: 15px;
}

.icon-glow {
    text-shadow: 0 0 5px #00ffff, 0 0 10px #00ffff;
}

.what-card h4 {
    color: #00ffff;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.what-card p {
    color: #ccc;
    font-size: 0.95rem;
}

.blog-section {
    padding: 60px 0;
    color: #fff;
}

.blog-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid #ff3c41;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px #00ffff;
}

.blog-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid #ff3c41;
}

.blog-content {
    padding: 15px;
}

.blog-title {
    color: #00ffff;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.blog-excerpt {
    color: #ccc;
    font-size: 0.95rem;
    margin-bottom: 15px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
}

.blog-date {
    color: #fef200;
}

.cyber-select {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #00ffff;
    color: #00ffff;
    border-radius: 6px;
    padding: 0.6rem 1rem;
    transition: box-shadow 0.3s ease;
}
.cyber-select:focus {
    outline: none;
    box-shadow: 0 0 10px #00ffff;
    background-color: rgba(0, 0, 0, 0.95);
}


.cyber-button-sm {
    padding: 5px 10px;
    border: 1px solid #00ffff;
    background: transparent;
    color: #00ffff;
    font-size: 0.85rem;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 4px;
    text-decoration: none;
}

.cyber-button-sm:hover {
    background: #00ffff;
    color: #000;
    box-shadow: 0 0 10px #00ffff;
}

.cyber-input {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #00ffff;
    color: #00ffff; /* Yazı rengi netleştirildi */
    border-radius: 6px;
    padding: 0.75rem;
    font-size: 1rem; /* yazı boyutu artırıldı */
    caret-color: #00ffff; /* imleç rengi */
}

.cyber-input:focus {
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 0 0 10px #00ffff;
    outline: none;
    color: #00ffff;
}

.cyber-input::placeholder {
    color: #888; /* daha açık placeholder rengi */
    opacity: 1;
}


.blog-detail {
    max-width: 90%;
    margin: auto;
    padding: 2rem;
    color: #fff;
}

.blog-title {
    font-size: 2rem;
    color: #00ffff;
    text-shadow: 0 0 8px #00ffff;
    margin-bottom: 10px;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 0.9rem;
    color: #fef200;
    margin-bottom: 20px;
}

.blog-meta i {
    color: #ff3c41;
    margin-right: 5px;
}

.blog-cover {
    width: 100%;
    height: auto;
    border: 2px solid #ff3c41;
    border-radius: 8px;
    margin-bottom: 25px;
}

.blog-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #ccc;
}

.blog-content h3 {
    color: #00ffff;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 4px #00ffff;
}

.blog-content blockquote {
    border-left: 4px solid #ff3c41;
    margin: 1.5rem 0;
    padding-left: 1rem;
    font-style: italic;
    color: #fef200;
    background-color: rgba(255, 255, 255, 0.05);
}


.contact-section {
    padding: 60px 0;
    color: #fff;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 30px;
    border-left: 4px solid #ff3c41;
    padding-left: 10px;
}

.text-accent {
    color: #00ffff;
}

.contact-info {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid #00ffff;
    padding: 20px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 10px;
}

.contact-info i {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #00ffff;
    text-shadow: 0 0 6px #00ffff;
}

.contact-address {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #ccc;
}

.cyber-input {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #00ffff;
    color: #00ffff;
    border-radius: 6px;
    padding: 0.75rem;
}

.cyber-input::placeholder {
    color: #aaa;
}

.map-box iframe {
    border: 2px solid #ff3c41;
    border-radius: 6px;
}

/* --- Google Map (breezycv uyumlu lmpixels-map) --- */
.lmpixels-map {
    width: 100%;
    margin: 0 0 35px;
}
.lmpixels-map iframe {
    height: 280px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .timeline-item {
        flex-direction: column;
    }

    .timeline-date {
        text-align: left;
        margin-bottom: 0.5rem;
    }

    .timeline-dot {
        left: -6px !important; /* overflow düzeltmesi gerekirse */
    }

    .timeline-content {
        width: 100%;
    }
}
.comment-section {
    margin-top: 60px;
    color: #fff;
}

.comment-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid #00ffff;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}

.comment-author {
    font-weight: bold;
    color: #00ffff;
    font-size: 1rem;
}

.comment-date {
    color: #fef200;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.comment-text {
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.6;
}
.blog-interaction-bar {
    border: 1px solid #00ffff;
    border-radius: 8px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.02);
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
}

.interaction-stats span {
    color: #00ffff;
    font-size: 0.95rem;
}

.interaction-stats i {
    margin-right: 5px;
    color: #fef200;
}

.share-btn {
    color: #00ffff;
    font-size: 1.1rem;
    transition: 0.3s ease;
    text-decoration: none;
}

.share-btn:hover {
    color: #ff3c41;
    text-shadow: 0 0 5px #ff3c41;
}
.like-toggle {
    cursor: pointer;
    transition: 0.3s ease;
}

.like-toggle.liked {
    color: #ff3c41;
    text-shadow: 0 0 5px #ff3c41;
    animation: pulseLike 0.4s ease;
}

@keyframes pulseLike {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

.neon-sidebar-profile {
    text-align: center;
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.neon-sidebar-profile .logo-area {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.35rem;
}

.neon-sidebar-profile-img {
    width: 104px;
    height: 104px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #00ffff;
    box-shadow: 0 0 14px rgba(0, 255, 255, 0.45), inset 0 0 0 1px rgba(255, 60, 65, 0.35);
    display: block;
    margin: 0 auto 0.65rem;
    flex-shrink: 0;
}

.neon-sidebar-subtitle {
    color: #9ecbcd;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 0.75rem;
    letter-spacing: 0.04em;
}

.neon-navbar-pages .btn-outline-warning {
    --bs-btn-color: #fef200;
    --bs-btn-border-color: rgba(254, 242, 0, 0.6);
    --bs-btn-hover-bg: rgba(254, 242, 0, 0.15);
    --bs-btn-hover-border-color: #fef200;
    --bs-btn-hover-color: #fff;
}
