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%;
}

.custom-nav-color {
    background: linear-gradient(to right, #f7fbff, #eef7ff);
}

.footer .btn-outline-primary {
    border-radius: 20px;
    padding: 6px 20px;
    font-weight: 500;
}

/* ================================
   ORCA - Unverifiable tooltip dot
   ================================ */

/* küçük, modern info dot */
.orca-info-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    vertical-align: middle;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.65);
    background: rgba(255,255,255,.18);
    color: rgba(255,255,255,.95);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    cursor: help;
    user-select: none;
    /* badge rengiyle daha iyi karışsın */
    box-shadow: 0 0 0 1px rgba(0,0,0,.08) inset;
    backdrop-filter: blur(6px);
}

    /* hover/focus daha premium */
    .orca-info-dot:hover,
    .orca-info-dot:focus {
        outline: none;
        transform: translateY(-1px);
        box-shadow: 0 4px 10px rgba(0,0,0,.18), 0 0 0 1px rgba(255,255,255,.45) inset;
    }

/* Bootstrap tooltip'i biraz daha okunur yapalım */
.tooltip .tooltip-inner {
    max-width: 280px;
    padding: 10px 12px;
    font-size: .875rem;
    line-height: 1.25rem;
    border-radius: 12px;
}

.tooltip.show {
    opacity: 1;
}
