html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    padding-top: 120px;
}
.site-main {
    padding-bottom: 6rem; /* footer kartları için güvenli */
}
.site-footer {
    background: #f8f9fa;
}

    .site-footer a {
        color: #2b2b2b;
        text-decoration: none;
    }

        .site-footer a:hover {
            text-decoration: underline;
        }

.footer-social a {
    margin-right: 10px;
    font-size: 14px;
}
/* ===============================
   NAVBAR LINK RENK OVERRIDE
   =============================== */

/* Marka */
.navbar-brand {
    color: #000 !important;
}

/* Üst seviye menü */
.navbar .nav-link,
.navbar .dropdown-toggle {
    color: #000 !important;
}

/* Açılır menü elemanları */
.dropdown-menu .dropdown-item {
    color: #000 !important;
}

/* Login / Kayıt alanı */
header a,
header a:visited {
    color: #000 !important;
}

/* Hover durumları (kurumsal, abartısız) */
.navbar .nav-link:hover,
.dropdown-menu .dropdown-item:hover {
    color: #000 !important;
    background-color: #f2f2f2;
}
/* ===============================
   FOOTER LINK RENK OVERRIDE
   =============================== */

.site-footer a,
.site-footer a:visited {
    color: #000 !important;
    text-decoration: none;
}

    .site-footer a:hover {
        color: #000 !important;
        text-decoration: underline;
    }
/* HERO CAROUSEL */

.hero-img {
    height: 520px;
    object-fit: cover;
    filter: brightness(0.55);
}

.carousel-caption {
    bottom: 20%;
}

    .carousel-caption h2 {
        font-size: 32px;
        font-weight: 600;
    }

    .carousel-caption p {
        font-size: 16px;
        max-width: 700px;
        margin: 0 auto 20px;
    }
.welcome-link {
    text-decoration: none !important;
    color: #000;
}

    .welcome-link:hover {
        text-decoration: none;
        color: #000;
    }
/* ==================================
   GLOBAL LINK COLOR OVERRIDE
   ================================== */

/* Tüm linkler */
a,
a:visited {
    color: #ff7a00 !important; /* kurumsal turuncu */
    text-decoration: none;
}

    /* Hover */
    a:hover,
    a:focus {
        color: #e56f00 !important;
        text-decoration: underline;
    }

.navbar-toggler {
    border-color: rgba(0,0,0,.2);
}

.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
}
@media (max-width: 991px) {
    .navbar-collapse {
        max-height: 80vh;
        overflow-y: auto;
    }
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1050; /* Bootstrap navbar üstünde olsun */
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.ymm-brand {
    text-decoration: none;
    line-height: 1.2;
}

.brand-main {
    font-size: 1.35rem;
    font-weight: 700;
    color: #111;
    letter-spacing: 0.5px;
}

.brand-sub {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #f57c00; /* kurumsal turuncu */
}
.ymm-brand {
    padding-left: 12px;
    border-left: 4px solid #f57c00;
    line-height: 1.2;
}
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none !important;
}
