:root{
    --renkMavi: #1D3557;
    --renkKirmizi: #991C15;
    --renkFont : #333333;
}
html{
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
}
body{
    height: 100%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: var(--renkFont);
    margin: 0;
}
.logo{
    max-width: 120px;
}
.border-color{
    border-color: #dee2e6 !important;
}
.border-start-end{
    border-left: 1px solid var(--bs-border-color);
    border-right: 1px solid var(--bs-border-color);
}
.nav-link{
    color: #6c757d; /* bootstrap text-muted tonu */
    text-decoration: none;
    margin-right: 0.75rem;
    transition: color 0.2s ease;
    font-size: 0.9rem;
}
.nav-link:hover{
    color: var(--renkKirmizi);
}
@media (min-width: 768px) {
    .nav-md-pill {
        border: 1px solid var(--bs-border-color);
        border-radius: 50rem;
        box-shadow: none; !important;
    }
    .nav-shadow-md {
        box-shadow: var(--bs-box-shadow-sm);
    }
}
.nav-md-pill2 {
    border: 1px solid var(--bs-border-color);
    border-radius: 50rem;
    box-shadow: none; !important;
}
.nav-shadow-md2 {
    box-shadow: var(--bs-box-shadow-sm);
}
@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 81px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #FFFFFF;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
    .topbar{
        border: none;
        border-bottom: 1px solid var(--bs-border-color);
    }
    .border-start-end{
        border-left: none;
        border-right: none;
    }
}

.nav-scroller .nav {
    color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-scroller .nav-link:hover {
    color: #007bff;
}

.nav-scroller .active {
    font-weight: 500;
    color: #343a40;
}
.gadget-sketch {
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
.footer-nav {
    font-size: 0.9rem;
}

.footer-link {
    color: #6c757d; /* bootstrap text-muted tonu */
    text-decoration: none;
    margin-right: 0.75rem;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: var(--renkKirmizi); /* text-dark */
}
/* Ana yüzey */
.spotlight-section {
    background: linear-gradient(
            180deg,
            rgba(248,249,250,1) 0%,
            rgba(255,255,255,1) 100%
    );
}
@media (max-width: 768px) {
    .spotlight-section {
        background:
                radial-gradient(
                        circle at 50% 15%,
                        rgba(0,0,0,0.025) 0%,
                        rgba(255,255,255,0) 60%
                ),
                #ffffff;
    }
}
/* Sol yumuşak vurgu */
.spotlight-glow {
    position: absolute;
    top: -30%;
    left: -30%;
    width: 120%;
    height: 120%;
    background: radial-gradient(
        circle,
        rgba(0,0,0,0.04) 0%,
        rgba(0,0,0,0.0) 65%
    );
    pointer-events: none;
}

@media (max-width: 768px) {
    .spotlight-glow {
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(
            circle,
            rgba(0,0,0,0.03) 0%,
            rgba(0,0,0,0.0) 70%
        );
    }
}

/* Blog hover hissi */
.spotlight-link {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.spotlight-link:hover {
    opacity: 0.7;
}

/* İçerik mikro hareket */
.spotlight-item {
    transition: transform 0.2s ease;
}

.spotlight-item:hover {
    transform: translateX(2px);
}

/* Çalışmalar yön hissi */
.spotlight-work .arrow {
    opacity: 0;
    margin-left: 4px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.spotlight-work:hover .arrow {
    opacity: 1;
    transform: translateX(4px);
}
.social-links a {
    color: #6c757d; /* text-muted */
    font-size: 1.1rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.social-links a:hover {
    color: #212529; /* text-dark */
    transform: translateY(-2px);
}
.skill-icon-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 0.6rem;
    color: #495057;
}

.skill-icon-list i {
    font-size: 1rem;
    color: #adb5bd;
    margin-top: 0.15rem;
    flex-shrink: 0;
}
.indent{
    text-indent: 2rem;
}
.contact-list li {
    color: #6c757d; /* bootstrap secondary */
    font-size: 0.9rem;
}

.contact-list i {
    width: 18px;
    text-align: center;
    opacity: 0.8;
}

.contact-list li:hover {
    color: #000;
    transform: translateX(2px);
    transition: all .15s ease;
}